You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, ESPHome restarts after 15min without API connection (Home Assistant connection):
reboot_timeout (Optional, Time): The amount of time to wait before rebooting when no client connects to the API. This is needed because sometimes the low level ESP functions report that the ESP is connected to the network, when in fact it is not - only a full reboot fixes it. Can be disabled by setting this to 0s. Defaults to 15min.
I am getting a bit of a weird issue, where about 20 minutes after startup, but can be shorter or longer, the lights all go off.
One thing to note is that while they are connected to Wi-Fi, they are not connected to a HA instance.
This issue did not occur while the devices were connected to a HA instance, and only started happening after taking HA offline.
I believe the device crashes, perhaps from an error log filling up all the memory.
The lights are going off because the relay state is not restored to the last state, but instead all stay off after the crash.
The text was updated successfully, but these errors were encountered: