esp32 mqttHA.bin web not loading #52
-
Hello, after succesfull upload to esp32 and initial ap wireless config, web interface does not load for setting the other parameters. `[19:21:14] ++ STARTING Solar-Tracer-Blynk-V3 v3.0.6 [7] [19:21:14]Restoring configuration from file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, in order enter to "configuration" mode and active the web interface you must put GPIO19 to HIGH (3.3v) and reset the esp, then you should be able to access and set the right values for your HA server. Esp will enter in "configuration mode" if it cannot connect to any wifi network (also), this is the reason why you was able to access to the web interface without any additional action. Plase note that in "normal" mode, you don't have access to the web interface, if you need further adjustment on the settings you have to put GPIO19 high again and restart esp. |
Beta Was this translation helpful? Give feedback.
Hello, in order enter to "configuration" mode and active the web interface you must put GPIO19 to HIGH (3.3v) and reset the esp, then you should be able to access and set the right values for your HA server.
WIFI credentials and all other settings are located in 2 different pages so you can't save them all at once, you need to set them in 2 times.
Then, disconnect GPIO19 from 3.3v (and use a pull down resistor just to be in the safe side), the esp will restart in the "normal" mode.
Esp will enter in "configuration mode" if it cannot connect to any wifi network (also), this is the reason why you was able to access to the web interface without any additional action.
Plase note that in "norm…