The home_ventilation_control
component is a Home Assistant intergration for HomeVentilationControl, a solution for controlling exhaust fans (whole-house ventilation and the kitchen hood) with a Raspberry Pi Pico W.
- Copy
custom_components/home_ventilation_control
into thecustom_components
directory of your Home Assistant installation. - Restart Home Assistant.
- Configure the
Home Ventilation Control
integration.
- Ensure that HACS is installed.
- Add this repository under "Custom repositories".
- Search for and install the "Home Ventilation Control" integration.
- Restart Home Assistant.
- Configure the
Home Ventilation Control
integration.
Just add the integration. It should work out-of-the-box.
Changing the fan speed is expressed as percentage even though this is not exactly true. There's an automatic time limit for the changes (3 hours for lower speed, 18 hours for higher speed), after which the fans will return to the native level. This is to prevent accidents with faulty network connection or bugs in automations. For long-term changes, use an automation which updates the level regularly.