arthurdent75 / SimpleScheduler

An Home Assistant AddOn to schedule entities on/off on weekly base
194 stars 38 forks source link

Scripts won't run #112

Closed Bill-Dung closed 1 year ago

Bill-Dung commented 1 year ago

Hi, I discovered SimpleScheduler a view days ago and installed Version 2.0.50, great stuff so far. Now I've been playing around a lot and everything is working fine except starting a script. I can see the schedule reacting but nothing happens. In HA the script says it's never been triggered.

[2023-01-17 06:58:00] DEBUG: Parsing [Test] [2023-01-17 06:58:00] SCHED: Executing OFF actions for [Test] [2023-01-17 06:58:00] SCHED: Turning OFF [Test] [2023-01-17 06:58:00] DEBUG: script/turn_off {"entity_id":"script.test"} [2023-01-17 06:58:00] DEBUG: Parsing [Voliere Wecken] [2023-01-17 06:58:00] DEBUG: Parsing [Voliere Nachtruhe] [2023-01-17 06:58:00] DEBUG: Parsing [Heizung Büro] [2023-01-17 06:58:00] DEBUG: Parsing [Umwälzpumpe Wochenschaltung] [2023-01-17 06:58:00] DEBUG: Parsing [Trinkbrunnen Wochenschaltung] [2023-01-17 06:58:05] DEBUG: Max Retry: 3

Bill-Dung commented 1 year ago

Now I've got it, I have to use use the ON time for starting a script. It's logical, anyway, but it's a real shame when it comes to explaining that to my wife. ;-)