Search found 4 matches

by Wojtek
16 Oct 2023, 14:41
Forum: ESP Easy: Software
Topic: How to skip init events
Replies: 5
Views: 1101

Re: How to skip init events

@TD-er,

thanks for advice. I spent weekend learning rules, functions. etc. And I choose to use Monitor "option".
It is set in timer a working as expected.

Thank you very much,
Wojtek
by Wojtek
11 Oct 2023, 15:24
Forum: ESP Easy: Software
Topic: How to skip init events
Replies: 5
Views: 1101

Re: How to skip init events

@TD-er, do you mean something like that: On System#Boot Do LogEntry,"BOOT -----=====------" TaskDisable,1 TimerSet,1,10 //set timer #1 to 10 seconds Endon On Rules#Timer=1 Do TaskEnable,1 Endon On SW5#State Do .... It looks like there is an event queue. ESP reboots and after 10 sec it togg...
by Wojtek
11 Oct 2023, 13:55
Forum: ESP Easy: Software
Topic: How to skip init events
Replies: 5
Views: 1101

How to skip init events

Hi, I have a button that populate state via MQTT. I have a controller to publish and devices: switch to monitor GPIO and MQTT_import to subscribe topic. Everything is coupled by rules and working like a charm, no issues. BUT, if I restart ESP or update Device EE runs init which trigger rule that tog...
by Wojtek
11 Oct 2023, 13:15
Forum: Introduce yourself
Topic: Hi, Hello
Replies: 2
Views: 1876

Hi, Hello

Hi all,

I'm building smarthome installation in my house. I use OpenHAB for automation.
For things I mainly use Tasmota but I have issues with rules, load and lags. I read about ESPEasy and it seems to solve my problems.
So I join forum so I can master my EE knowledge.

Have an absolutely great day,
W