|
Overview I have implemented a timer based watchdog on other ESP8266 projects, with good results. Implementation.... In the main loop OTA updates Summing up |
Replies: 5 comments 5 replies
|
Hi, Thanks. The software and hardware watchdogs are already in place. Your issue seems to be another thing. You should attach a serial connection to your device so as to check the logs. |
|
Tasmota on esp8266 already contains a watchdog mechanism which will trigger on blocked loops. This mechanism has been disabled on esp32. See the code looking for |
|
Follow up. Resolved - Wi-Fi router The Asus IGMP setting can be found in you router as follows: Wireless/Professional - Enable IGMP Snooping DISABLE. This may also be a problem on other brands of routers, so if you are having issues it would be worth checking for this setting. |
|
Hello, @arendst ! Regards. |
|
I am connecting to an MQTT server. |
Tasmota on esp8266 already contains a watchdog mechanism which will trigger on blocked loops. This mechanism has been disabled on esp32.
See the code looking for
OSWatch.