Hi out there - pretty new to esphome but already in love
trying to run my first esp8266 in quite a distance to AP, so a loss of connection can happen…
What is default behaviour expected in case of loss?? Asking as I do not see any reconnect, I need to manually reboot…
In case there is no automated “try to reconnect”, how can I create like
in case of no wifi → retry to connect, sleep 300
reboot_timeout (Optional, Time): The amount of time to wait before rebooting when no WiFi connection exists. Can be disabled by setting this to 0s, but note that the low level IP stack currently seems to have issues with WiFi where a full reboot is required to get the interface back working. Defaults to 15min. Does not apply when in access point mode.
THANKS - this seems to be my solution… what is seen as “access pont mode” here?
In case I set an “ap:” for fallback, it will open AP but not reboot - correct understanding?