Hello, I did not find existing DIY solution to control my air recuperator unit (KOMFORT ERV EC DB 350), so I made it.
I created a library for ESPHome to replace original S14 (I incorrectly named it as S22 before, but according to my recuperator description it has to be S14) controller and to be able to control recuperator via home assistant.
Hello. Your controller looks way smarter than mine. There are a lot of info given by recuperator to controler in your case. So I believe it has different protocol
Hello, I am struggling a little bit with your implementation. Can you please add more specific instruction how to integrate you script. Keep in mind I have never add any device inside ESPHome and also if I try to add your yaml directly to configuration.yaml of HA I am getting a lot of warnings.
It would be also great if you can describe in more detail how to use configuration parameters. However, thank you for your effort and contribution to the community.
You have to build and upload code and yaml (using ESPHome framework - https://esphome.io/) to D1 Mini board and not to Home Assistant directly. As I understand, you are not familiar with ESPHome yet?
And one more thing - this will replace original controller. They both can not be plugged in at the same time - you disconnect original controller and connect D1 Mini board.
Thanks! Can You share what logic/thermostat or automation You use for it? I’m thinking how to switch bypass by outside temperature and control fan speed by co2/humidity, turn off when windows are open…
This is one of automations I use. When you open one of the windows and keep it open more than 10 seconds, it turns off recuperator until you close all windows
This one sets speed to max when humidity increases to some level and resets to previous state when humidity is decreased. But it takes time (about half hour or more) at least in my home.
For me it turn offs automaticaly time by time. And the reason is that ESPHome automatically restarts (maybe wifi issues or some other reason, I dont know). And in the code I set default fan speed to off.
I did not fixed this yet, but I have automation to set last state when you select speed and reset it after ESPHome reboots: