Bettapro / Solar-Tracer-Blynk-V3

Connect the EPSolar/EPEver Tracer A/B Series (RS-485 Modbus) to an ESP8266/ESP32 and monitor using Blynk /Homeassistant/MQTT... .
GNU General Public License v3.0
51 stars 11 forks source link

Web Server after Wifi connection unavailable #72

Closed MidnightLink closed 1 year ago

MidnightLink commented 1 year ago

Describe the bug

After configuring WIFI credentials you are no longer able to make any additional changes or view board stats

To Reproduce Steps to reproduce the behavior:

  1. Install SolarTracerBlynk_3.0.4_esp32dev_FULL.bin
  2. Update to SolarTracerBlynk_3.0.9_esp32dev_mqttHA.bin
  3. Connect to captive portal and put in correct WIFI credentials
  4. Wait for the device to connect to WIFI
  5. Go to the IP address assigned to the device in a web browser

Expected behavior Being able to view settings, info, WIFI config page from initial portal

Bettapro commented 1 year ago

The behaviour you described is how it's meant to work at the moment. Config mode (web page) is not available all the time to spare resources. Normally you won't need to access to it unless you are testing or setting it up.

You can start the config mode at any time just by double pressing the reset button or using the trigger pin or via the internal hall sensor, depending on your config.h.

Is there any reason why you need such feature?

MidnightLink commented 1 year ago

Understood! Thank you for your time :)