Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 103323

Seeking help to set action based on manual thermostat temp change

$
0
0

I have an Ecobee3 connected to HA and all is working fine. I’m trying to figure out how to set a trigger or condition that resumes the Ecobee program if my wife turns the thermostat over 69 F. Below is my current config, but that is using the ambient temp from the Ecobee. I would like the trigger to be based upon the actual override temperature settings on the Ecobee.
Any help is much appreciated.

alias: Ecobee resume program on heat change over 69 (Duplicate)
description: ''
trigger:
  - platform: device
    device_id: 0a610274af603e22634b6d42150ac6f1
    domain: climate
    entity_id: climate.ecobee3
    type: current_temperature_changed
    above: 68
    for:
      hours: 0
      minutes: 1
      seconds: 0
condition: []
action:
  - service: ecobee.resume_program
    data:
      resume_all: true
      entity_id: climate.ecobee3
mode: single

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 103323

Trending Articles