I have ducted AC in my house that I want to control via HA
AC - Controlled via esphome
Dampers - Controlled via esp32+relays / esphome
Temperature probes in each room - esp32 / esphome
I can manually(via HA/Esphome) adjust the damper open/close and the AC airflow + setpoint. But I'm not sure how to go about hooking it all together.
So I'm looking for some recommendations on how I might do this
I am a software engineer so happy to slap down some code if that makes the most sense, but also I generally try avoid that if I can in HA.
Ideas so far:
- Make a program/service that interfaces to HA, taking sensors and setpoints as inputs then issuing commands to the various components as outputs.
- Maybe there's a blueprint somewhere that I haven't found yet
???
Any ideas are welcome