1) Give a description of the problem
I like my very simple heating piston to use presence sensing, as well as schedule to set heating setpoints. I am having a hard time understanding how to basically say:
At X time, set heating setpoint to Y
If presence changes to AWAY
THEN set heating setpoint to Z
2) What is the expected behavior?
N/A
3) What is happening/not happening?
N/A
4) Post a Green Snapshot of the piston
green_snapshot_heater|514x500
I’m trying to avoid a situation where TIME sets a heating setpoint, and then PRESENCE sets the setpoint, but when PRESENCE returns, the setpoint doesn’t re-set.
Make sense?