I’m trying to get a Piston to automatically recognize when we’re away and change the setpoint for a Honeywell Total Connect Comfort Thermostat
Recognize if we’re not home
If the thermostat mode is heat
- then change the heat set point to 60’F
If the thermostat mode is set to cool
- then change the set cool point to 80’F
The problem I’m having is when I try to create logic to recognize that the away mode has already been set, and then not send a request to the thermostat. In the image I’ve attached, it can get the thermostat to recognize that we’re away and change the mode when the pointed to lines are not in the Piston. When the lines are in the Piston, the change does not happen.