Home Assistant custom component for heat recovery ventilation units. See below sections for details about 'supported' ventilation units.
The recommended way of installing this component is using the Home Assistant Community Store. To install the integration follow these steps:
- Go to the HACS Settings and add the custom repository
aglehmann/home_assistant_ecovent
with category "Integration". - Open the "Integrations" tab and search for "EcoVent".
- Follow the instructions on the page to set the integration up.
Copy the contents of the custom_components folder to the custom_components
folder in your Home Assistant config directory.
You may need to create the custom_components
folder if this is the first integration you're installing.
It should look something like this:
├── custom_components
│ └── ecovent
│ ├── __init__.py
│ ├── fan.py
│ ├── manifest.json
│ └── services.yaml
Follow the instructions in the info.md file for the configuration and usage documentation.
This component has only been tested on two Twinfresh Expert RW1-50 which are configured as master/slave.
There are fans from Blauberg and Flexit that are identical and should work, but I have not verified that.