Overriding a scheduler
Posted: Monday 02 November 2020 22:20
Hello,
I'm wondering about the way to override a heating scheduler that is pretty familiar Temp setpoint is 17°C except between 7:00 to 9:00 and 19:00 to 21:00 where the setpoint is 20°C.
As you mentioned it is the bathroom, I would like to add a pushbutton forcing the setpoint to 22°C for 1h whatever the current setpoint is.
When activating the pushbutton, it is pretty easy using dzVents to pick the current setpoint and store it, give a setpoint of 22°C ans restore the initial value to the setpoint once the 1h timer is over.
It is pretty simple if the button is pressed while the scheduler setpoint is stable (ie 7:30, the setpoint will be restored back to the initial value that is 20°C), but if the button is pressed at 8:30, the restored value 1h later will be set back to the initial 20°C setpoint that is not correct according the scheduler that had changed setpoint to 17°C at 9:00.
Is there a way picking the current setpoint value from the database so that if I push the button, the setpoint is 22°C for one hour, and once the countdown timer is over, I could get the value from the database?
Thanks!
I'm wondering about the way to override a heating scheduler that is pretty familiar Temp setpoint is 17°C except between 7:00 to 9:00 and 19:00 to 21:00 where the setpoint is 20°C.
As you mentioned it is the bathroom, I would like to add a pushbutton forcing the setpoint to 22°C for 1h whatever the current setpoint is.
When activating the pushbutton, it is pretty easy using dzVents to pick the current setpoint and store it, give a setpoint of 22°C ans restore the initial value to the setpoint once the 1h timer is over.
It is pretty simple if the button is pressed while the scheduler setpoint is stable (ie 7:30, the setpoint will be restored back to the initial value that is 20°C), but if the button is pressed at 8:30, the restored value 1h later will be set back to the initial 20°C setpoint that is not correct according the scheduler that had changed setpoint to 17°C at 9:00.
Is there a way picking the current setpoint value from the database so that if I push the button, the setpoint is 22°C for one hour, and once the countdown timer is over, I could get the value from the database?
Thanks!