Routine Wx need to be able to select a temp range

smart-things app

routine 1
outside temp 76 or above put thermostat in AUTO mode

Routine 2
outside temp 63 or below put thermostat in AUTO mode

Routine 3
outside temp 75 or below put thermostat in OFF mode

routine 4
outside temp 64 or above put thermostat in OFF mode

so i want
76 and up cool
75-64 off
63 and below heat

error temp was 80 so routine 1 ran to switch to cool and routine 4 ran to switch to off

solution need a routine where you can say

between 75 and 64 thermostat mode off

less ideal solution would be a pause button added to the routines
so i can pause 1 and 3 in winter and pause 2 and 4 in summer

1 Like

Create a virtual switch called Winter. The idea is that the Winter switch will be on in the winter and off in the summer.

Add conditions to your routines based on the state of the switch.

Turn the switch on and off manually as needed.

Not very elegant but simple.

1 Like