niklaswall / node-red-contrib-light-scheduler

Light Scheduler is a node-red node that provides a weekly schedule mainly focused on controlling light in home automation scenarios.
Apache License 2.0
41 stars 15 forks source link

Triggering at wrong times #109

Open thomasfals opened 1 month ago

thomasfals commented 1 month ago

I use the light scheduler node 0.0.18 to randomize certain actions on a schedule. The schedules with randomization enabled do not adhere to the schedule.

The attached screenshot shows that an ON event was triggered at 2:09 AM, even though it’s set to "schedule only" and to output only when the state changes. This is way outside the randomization threshold. 56e98e8c603783da67b0154558b89bdec2f63158

Schedules that do no use randomization trigger as expected.

It might be similar to https://github.com/niklaswall/node-red-contrib-light-scheduler/issues/101