Hi!
I really like this project (WLED) and during the last couple of weeks, I did some first tests.
My current setup in a nutshell:
ESP32 with 10 LEDs (on GPIO 2) and one “Reed contact/switch” on GPIO 19.
As default (turn off/turn on & as the default preset based on the external trigger = Reed contact/switch) - 10 Led in blue → ok
Reed contact/switch from On to Off - start Playlist (Playlist = every 2 seconds, two more Leds starts turning on → after 10 seconds, the whole strip is On) → ok
But if I change the Reed contact/switch back to On → for just a second everything turns back to blue (defined in the setup time and macros Off–>On long) and the playlists overrules the status (with the timers) → not ok (so I have to wait until the preset is done to change back to the default preset)
Question:
Is there possibility, to stop asap the playlist and all the timers within the playlist or not (in best case, with an external trigger like I have it now with my Reed contact/switch)?
Do I have to wait until the time is done or can I stop all timers in between and change back to an other preset?
Thank you and Br, Chris