SergiuToporjinschi / node-red-contrib-heater-controller

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

Vacation mode #5

Open SergiuToporjinschi opened 5 years ago

SergiuToporjinschi commented 5 years ago

User should be able to set a vacation mode and set temperature for a number of days.

rhk commented 4 years ago

I'm trying to implement something like this on smaller scale, to stop heating if for example the door is open for longer than 5minutes or I'm away or something.

I know I can set the current temperature with {"userTargetValue":"15"}

However, is there a way to send a message imitating the UI double click action, that returns the current target to the scheduled target temperature?

SergiuToporjinschi commented 4 years ago

@rhk I'm refactoring this node, and I included this possibility, basically will be possible to do every UI action via a message. I cannot give you an estimation when will be ready, because I have other things on other project to finish and I will resume the work on this.