#What does the perfect Ecobee/HA integration look like?

1 messages · Page 1 of 1 (latest)

narrow topaz
#

I'm 2 weeks into HA and I'm generally confused on how I should be controlling the Ecobee, it seems like there isn't a clear answer on controling modes?

hollow thunder
#

how do you have it connected, via homekit controller or the cloud integration?

sterile loom
#

You should use HomeKit

narrow topaz
#

it was through homekit, but some googling mentioned to get it direct to HA -> HK

#

so I made the switch this week

#

direct to homekit allows for "mode" changes? And I'll use HA to control the helpers to dictate automations?

sterile loom
#

Yes, HA controls it directly

narrow topaz
#

excuse my naivety, if I connect ecobee direct to HK, how does HA controll it directly?

sterile loom
#

HA has a HomeKit controller integration. Connect it to that

hollow thunder
#

it doesn't appear to support custom comfort settings though

#

but I also just use the schedule on the tstat itself and use HA to toggle away mode / resume schedule

narrow topaz
#

okay, I see. thanks everyone, giving you all cookies

#

is there some shortcut with hacs/blueprints to manage home/away modes? There are so many factors for setting the Away mode on

sterile loom
#

I just use these scripts:

ecobee_home:
  sequence:
    - data:
        resume_all: true
      action: ecobee.resume_program

ecobee_away:
  sequence:
    - data:
        option: away
        entity_id: select.downstairs_mode_homekit, select.upstairs_mode_homekit
      action: select.select_option
#

and call the appropriate one for home and away