This component adds support for Bayernlüfter devices to Home Assistant:
If you like this component, please give it a star on github.
This integration works out of the box with firmware revision equal or newer than WS32234601 (which supports JSON export). If you are using an older version you can still use this integration if you do an extra configuration step. Please check the Notes section.
-
Ensure that HACS is installed.
-
Install Bayernlüfter integration via HACS.
-
Add Bayernlüfter integration to Home Assistant (one per device):
In case you would like to install manually:
-
Copy the folder
custom_components/bayernluefter
tocustom_components
in your Home Assistantconfig
folder. -
Add Bayernlüfter integration to Home Assistant (one per device):
By factory default, the device name is equal to the MAC address of the device. To set your own device name:
- Open WLAN Konfiguration of your device:
http://<ip-address/ipconfig.html
- In the box Modulkonfiguration change the field
DeviceName
. - Click on Speichern und neu starten.
-
Since firmware version WS32240427, the speed of the 3 fan motors can be controlled individually. But these controls will only work if the device is switched off!!! This is a limitation of the firmware of the device, not the integration. If you are using an older revision, the controls are not functional.
-
If you are using a firmware revision older than WS32234601, you have to upload a special template file:
- Download the template.
- Open the Experten-Browser of your device:
http://<ip-address/browser.html
- Select the downloaded
export.txt
in the Experten-Browser and click on Hochladen. - Reload the integration in Home Assistant or restart Home Assistant.
This component was inspired by https://github.com/nielstron/ha_bayernluefter.