SergiuToporjinschi / node-red-contrib-heater-controller

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

Padlock function ? (Update screen shot and read me file) #17

Closed vdoucet closed 5 years ago

vdoucet commented 5 years ago

Hi and thank you for the great work. I'm switching my home automation system to node-red and I'm using your thermostat (ver. 1.2.0). So far it runs successfuly but I have a question regarding the padlock function on the left of the UI. What is it supposed to do ? I did some tests but I didn't understand the role. If you could give some hints ... Thx, Vincent

SergiuToporjinschi commented 5 years ago

Hi, Once you set a target value, that will be available only until next change in calendar, if the padlock is unlocked; That means you are saying something like I want the new target until next change, no matter if the next value from calendar is less then target or greater then target. Let's say is 3pm and the calendar say that should be 20 degrees until 5pm when the new temperature will be 23 degrees. And you arrive early at home, only today, and you will find the thermostat on 20 degree, how is scheduled. You want to have 23 degrees but you want that only until 5pm when the schedule is correct 23. Then you have to change only the target. If you lock it then will keep the target value without any limit, no matter what the schedule is. So, on previous scenario, if you set 24 degrees and lock it then will keep 24 until you are changing back. Long story short, if is locked then it will keep that unlimited time, until you unlock it.

vdoucet commented 5 years ago

Thanks Sergiu, it's clear !

SergiuToporjinschi commented 5 years ago

ok then I will close this after updating readme file