biddster / node-red-contrib-schedex

Scheduler for node-red which allows you to enter on/off times as 24hr clock (e.g. 01:10) or suncalc events (e.g. goldenHour). It also allows you to offset times and randomise the time within the offset.
22 stars 17 forks source link

Schedex ~30-50 sec delay #52

Closed myozone closed 5 years ago

myozone commented 5 years ago

Schedex has an about ~30-40 sec delay on it's times. I set it for say 22:00 and it triggers anything from about 30-50 seconds late on both on and off. Incidentally the PI date/time is spot on. Putting a debug on it's output shows the delayed time. (Another type of timer node works ok it's only schedex)

biddster commented 5 years ago

Excellent spot, I've recreated it. Many thanks.

biddster commented 5 years ago

Fix released in 1.6.1

gerhard1951 commented 2 years ago

Using the latest releases I still or again observe the same problem with Schedex: After a reboot of the Raspi its system time is correct, but Schedex switches 30 to 50 seconds later than scheduled. How to solve this? Thanks Gerhard