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

Doesn`t send progrmatic set events #66

Closed amizer12 closed 4 years ago

amizer12 commented 4 years ago

Hi, Not sure if im doing something wrong or is there an issue with the node. Im using UI input to set the on and of time ( i want 24 hours timer ). After some initial formating this is what is actually being passed over into schedex and in admin gui you i can see that my on and of time are being set - BUT - nothing is actually happening at those times - just like the timer wouldn`t work at all.

My Flow: image Data accepted as ontime by Schedex: image

When i inject manually ON or OFF Schedex sends out the specified payloads, but nothing is happening when i set the time either programatically or even manually via the node configuration as well. Alsoo interesting thing is that when it trigger the "Info" payload to read properties of Schedex i`m getting following error: image

Any idea what i could be doing wrong ?

biddster commented 4 years ago

Sorry for the delay, I'll try to recreate it from here. I'm not sure what the problem yet.

biddster commented 4 years ago

So there's a bug in Schedex with the info command where you don't set and end time. I'll fix that. Not sure about your other issue yet.

biddster commented 4 years ago

I've not recreated the issue where nothing is sent. I have a similar setup in my flow and it's working fine.

biddster commented 4 years ago

I've released 1.8.1 with a fix for the info command.