SergiuToporjinschi / node-red-contrib-heater-controller

Heater controller for node-red dashboard
GNU General Public License v3.0
18 stars 17 forks source link

Does not fire on schedule #30

Closed Vinisz closed 4 years ago

Vinisz commented 4 years ago

Hi,

Running node-red 1.0.2. The node does not "fire" on schedule. All settings look right and if I doubleclick once in the schedule, it does fire and starts heating. Can you look into this ?

ivanovlk commented 4 years ago

Hi Vinisz,

I think node triggers schedule check on input message arrival. So if no Input messages, no "fire" :) Usually input message is "currentTemp" topic from a sensor or something.

I'm on 1.0.3 and it works just fine :)

Vinisz commented 4 years ago

@ivanovlk , same as the other issue, clear... I will close this one..