SergiuToporjinschi / node-red-contrib-heater-controller

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

Hysteresis #15

Closed NewYor closed 5 years ago

NewYor commented 5 years ago

I don't see any hysteresis or anticipator logic. Any plans for that?

NewYor commented 5 years ago

i was looking in the wrong place, nevermind

SergiuToporjinschi commented 5 years ago

Hi you can set the Upper/lower threshold in configuration. This means the heater will not start until is the temperature is target + upper and will stop when temperature is target-lower. This is helping you?