Controlling my Komfovent balanced ventilation system through Home Assistant — opens up a world of possibilities.
Here are three automations I use to make the system a bit smarter 🙂
Controlling my Komfovent balanced ventilation system through Home Assistant — opens up a world of possibilities.
Here are three automations I use to make the system a bit smarter 🙂
We recently got balanced ventilation installed, and I have interfaced it with Home Assistant. However — the ventilation unit have three “special modes” that can not be enabled through the Modbus interface; fireplace, kitchen, and override. These can only be set on the touch panel, mobile app, or through inputs terminals on the controller.
So I repurposed an old project and made a three-relay Wi-Fi controlled module, using MQTT to send commands and receive statuses.
Then used Home Assistant to automate it 🙂
We recently got balanced ventilation installed, and discovered that our ventilation unit has Modbus TCP/IP support. I even found a thread on the Home Assistant community talking about interfacing the C6 controller, which our unit has, into Home Assistant 😃
Here is my implementation 👇