arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.19k stars 4.81k forks source link

Odd behaviour when out of WiFi range #412

Closed CommodoreWhite closed 7 years ago

CommodoreWhite commented 7 years ago

Sorry to add to your load but I've noticed an unexpected behaviour when my device running 5.0.1 is out of range of its WiFi access point.

I've got the covers off my electrodragon at present and noticed if the device struggles to connect to a WiFi, it flashes what I suspect is the gpio 0 led for a few seconds every minute then momentarily switches the relay turning off the load for a mere fraction of a second.. It might have something to do with poweronstate=on. Unless this is intended behaviour, I suggest that the relay (and hence the load) should be left alone while the device tried to (re) establish a network connection.

CommodoreWhite commented 7 years ago

Hmmm, a similar behaviour was reported in #287

CommodoreWhite commented 7 years ago

... and #278. I'll do the increased debugging level thing to see if that sheds light on (or off!) the problem when I can free up a device. Regards.

arendst commented 7 years ago

Wiki commands wificonfig 4

CommodoreWhite commented 7 years ago

I'll try it, thanks