@Robkiller1 wrote:
Trying to automate turning off the thermostat when a window is left open or place it on away mode. It knows the windows are open but the thermostat is not responding to the command. no errors in config.
hassio latest version on PI using Honeywell total connect and it is on and allows me to control from the HA home page view.Ideas?
- id: '1578864597342' alias: AC off windows open description: '' trigger: - entity_id: group.windows for: minutes: 1 from: 'off' platform: state to: 'on' condition: [] action: - entity_id: climate.thermostat service: climate.turn_off
Posts: 1
Participants: 1