I am completely new to the Home Assistant as I was living somewhat happy with just HomeKit, but stumbled upon something where I need more advanced automation
and wanted to ask here if my scenario feasible at all before diving really deep…
So the question is - would I be able to create a “switch” or something in Home Assistant that under the hood would:
send API call to Ecobee to start ventilation
wait for 10 minutes
send API call to Ecobee to stop ventilation
expose that “switch” to Homekit to use for CO2 levels automation (this one I am pretty sure is doable with HomeKit bridge)
I would use a toggle helper, an automation and a timer to accomplish this. When you flip the toggle helper from HK, it starts the automation and the timer. When the timer finishes, it calls the automation again to turn off the Ecobee. (I may not have the Ecobee service calls right, I rarely do anything with mine).
Pretty positive I’ve snagged API key when started thinking about this project few months ago, will need to doublecheck when back at my desktop. Thank you
P.S.: sounds like they’re going crappy Chamberlain road, time to start looking for a new thermostat…
However it’s my understanding that using the Homekit protocol has certain advantages because it adheres to an established standard, is completely local, and does most (but not all) of what can be achieved via ecobee’s API.
In contrast, Chamberlain blocked access to the unofficial API and dropped support for Homekit.