This is a smart replacement for an HRV/ERV controller
The software will automatically switch between heating and cooling mode depending on the attic and house temperature comparison.
Setting the mode to 'off' will override the automatic mode setting.
Disclosure: This README contains affiliate links. I may earn a commission from qualifying purchases. #Ad
- ESP32-WROOM-32D Microcontroller
- DS18B20 Temperature Sensor x2
- RobotDyn Dimmer/Motor Controller module
- Mains to 5v DC adapter
Install ESPHome
Create a secrets.yaml file and add your Wi-Fi credentials in this format
wifi_ssid: '<SSID>'
wifi_password: '<PASSWORD>'
Then run: esphome run hrv.yaml
Optionally this can also be integrated with Home Assistant to provide nicer UI and automations etc


