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

Nadir Offsets #76

Closed Wordna1 closed 4 years ago

Wordna1 commented 4 years ago

I am trying to trigger a NodeRED flow 3 hours before Nadir which is currently at approximately 00:47. I seem to be able to offset until midnight (roughly -47), but offsetting to 3hrs earlier (ie. -180) yields a "Failed to find valid time [nadir]" error message.

biddster commented 4 years ago

Confirmed, thanks for the report. I'll work up a fix.

biddster commented 4 years ago

Fixed in 1.10.2

Wordna1 commented 4 years ago

Thank you!