Hi
My ESP-12 modules misses the connection to my Domoticz server, and i need to turn i off/on.
Is it possible to make a watchdog into the software, so its reboot.
watchdog ???
Moderators: grovkillen, Stuntteam, TD-er
watchdog ???
5xESP-01 - 3xESP-12 - 2xESP-12E 3xRPIb+ - 1xBPIm1 - 3xACTi DOME - 7xACTi Indoor cam. Lot off cisco equ.
Re: watchdog ???
It actually should already reboot after 30 consecutive connection failures:
Code: Select all
if (connectionFailures > REBOOT_ON_MAX_CONNECTION_FAILURES)
delayedReboot(60);
Re: watchdog ???
In witch version is that, i have to modules that loos connection to Domoticz
5xESP-01 - 3xESP-12 - 2xESP-12E 3xRPIb+ - 1xBPIm1 - 3xACTi DOME - 7xACTi Indoor cam. Lot off cisco equ.
Who is online
Users browsing this forum: No registered users and 11 guests