#What does the perfect Ecobee/HA integration look like?
1 messages · Page 1 of 1 (latest)
how do you have it connected, via homekit controller or the cloud integration?
You should use HomeKit
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?
Yes, HA controls it directly
excuse my naivety, if I connect ecobee direct to HK, how does HA controll it directly?
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
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
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