-
Notifications
You must be signed in to change notification settings - Fork 22
Reboot strategy if wifi connection is lost #37
Comments
I used FHEM and had similar issues. The ebus-esp came back to the wifi-network but FHEM, ebusd or the esp had some trouble to reinit properly. Until today in the morning i had a check in FHEM using doif and GetHttpFile (i don't use the esp Version since adapter v. 3 is out)
so i forced a reboot if the ebus-esp went unreachable and sent an pushmessage if the error lasted longer than two minutes. In most cases the esp reboot solved all problems. maybe this solves your problem or gives you a hint. |
Actually the esp disconnects from the wifi completely in my case. So it is not reachable via the network anymore (no ping response & not visible in the router UI). Only possible solution is to unplug the esp power supply and plug it back in after a few seconds. |
does pressing the reset button help in this case? |
Yes, pressing the reset button works as well. |
note to myself: perform hardest possible reset if there is no wifi connection for more than a certain time |
Hey, are there any updates on this? :) |
not yet |
I recently upgraded to latest firmware, since then I get wifi Disconnects way more often.the installation/position of AP and ebus adapter did not change. could there be a flaw in the current firmware resulting in wifi disconnect? Is there any way to provide useful logs concerning this issue? Edit: I got the v5 hw version |
My esp-ebus-adapter sometimes becomes unavailable and does not come up again. From other projects I know that the low-level IP stack of esp sometimes can make problems and requires a full reboot to be able to connect to the wifi again.
Therefore I wonder if there is any restart strategy implemented if the wifi connection is lost (or/and if no ebusd is connected) for a couple of minutes?
The text was updated successfully, but these errors were encountered: