Michael Rüttgers
Michael Rüttgers
Hey, what's the exact model of the ESP you are using? Did you set an AP password (which is mandatory)?
The new binary (2.2.1) should allow WiFi passwords with up to 64 chars.
> Yeah, that would be a work around. I have no last_updated (using NodeRed), but i could use a trigger with delay i think. Or you could implement your own...
Hey, Thanks for reporting this issue. I'll have a look at it next week.
The problem is that when the connection is lost, the captive portal is activated and IotWebConf (the library I use for WiFi and configuration management) does not reconnect. But this...
I have already released an upgraded version on https://github.com/mruettgers/SMLReader/tree/feature/update-iotwebconf, but haven't had the time to test it thoroughly yet. You can find a binary compiled with this changes attached, so...
Hm. There still seems to be an issue with the PangolinMQTT library not working after a WiFi reconnect (even if I call the connect() method again).
I already tried to use disconnect() during my tests and it didn't change anything. So I need to debug the third party libs a bit more.
Sorry, I did not have the time to look at this issue again yet. But what you say makes sense as the ESP is being rebooted after changing the config.
I have replaced PangolinMQTT with https://github.com/marvinroger/async-mqtt-client/. Can you test if the reconnect is working now in the develop branch? I also added a reset API endpoint (http://IP/reset) that can be...