ESP12, rules question regarding reboot or restart
Posted: 10 Aug 2016, 20:00
Why is the ESP rebooting like mad for several times using this Rules:
On Clock#Time=All,19:10 do
reboot // reboot only this module
endon
On Clock#Time=All,19:15 do
SendToHTTP 192.168.0.165,80,/?cmd=reboot // reboot module on IP 165 5 Minutes later.
endon
Even if the second On Clock# is removed it boots for several time. Would like to reboot all my ESPs from the first one.
Is there an issue in the reboot function?
Anyone any idea?????
On Clock#Time=All,19:10 do
reboot // reboot only this module
endon
On Clock#Time=All,19:15 do
SendToHTTP 192.168.0.165,80,/?cmd=reboot // reboot module on IP 165 5 Minutes later.
endon
Even if the second On Clock# is removed it boots for several time. Would like to reboot all my ESPs from the first one.
Is there an issue in the reboot function?
Anyone any idea?????