Search found 4 matches

by Petit_Malin
21 Dec 2019, 12:40
Forum: ESP Easy: General Discussion
Topic: Rules On System#Boot
Replies: 6
Views: 6544

Re: Rules On System#Boot

Finally it's normal, settings will be lost during a power OFF("Hardware watchdog") but not during a manual reboot (warm reboot) I had already thought of a solution via the domotic Jeedom : Store the state in a virtual on Jeedom during the ON/OFF request with a reverse action http from ESP0...
by Petit_Malin
20 Dec 2019, 20:19
Forum: ESP Easy: General Discussion
Topic: Rules On System#Boot
Replies: 6
Views: 6544

Re: Rules On System#Boot

On System#Boot do GPIO,0,[dummy#value] endon That would do it right? Nice try and so simple, but... it doesn't work. Test: Set Power ON on ESP01 => Value and state = 0 if i power off and power on, at boot the GPIO0 change to state 0 (normal is the rule defined) Set Power OFF on ESP01 => Value and s...
by Petit_Malin
20 Dec 2019, 16:00
Forum: ESP Easy: General Discussion
Topic: Rules On System#Boot
Replies: 6
Views: 6544

Re: Rules On System#Boot

Why not set the GPIO state in the System#Boot event? Then you know for sure no other event has happened before you made the test. Thank's for you replys. Because i don't no if it was ON before a unexpected reboot (See the details below) I need to understand your setup. Do you have a physical switch...
by Petit_Malin
20 Dec 2019, 14:32
Forum: ESP Easy: General Discussion
Topic: Rules On System#Boot
Replies: 6
Views: 6544

Rules On System#Boot

Hi everyone, I set up ESP01S with relays to manage my pilot wire for my heating. As you know the problems of unexpected restarting "Hardware watchdog". I wanted to set up a rule of return in the state for the GPIO0. To do this on restarting by using a variable with a "Generic - Dummy ...