This is a custom integration for Windhager heaters to be used with Home Assistant.
Device | Status | Notes |
---|---|---|
BioWIN2 | ✅ | Infowin Touch (1.0.2), API (1.0.0) |
- Install HACS
- Add this repository as a custom repository in HACS by clicking on the three dots in the top right corner and selecting "Custom repository".
- Enter the following as the repository URL and select "Integration" as the type:
https://github.com/vermi0ffh/ha-windhager
- Search for "Windhager Heater" and download it.
- Restart Home Assistant.
- Download the repository as a zip file from here.
- Extract the zip file.
- Copy the
custom_components/windhager
folder from the extracted files to thecustom_components
folder in your Home Assistant configuration directory. - Restart Home Assistant.
- Add the integration as usual.
- Enter the host and password of your Windhager heater.
- The integration will now be available in Home Assistant.
If you want to debug the integration, please add the following to your configuration.yaml
file:
logger:
default: warning
logs:
custom_components.windhager: debug
This will enable debug logging for the Windhager integration. If any values are displayed as "Unknown", please check the logs for more information.
Please report any issues to the GitHub repository. Please include the logs and what device you are trying to integrate.
If you want to contribute to this project, please feel free to fork the repository and submit a pull request. Please lint and format the code using Ruff as recommended by the Home Assistant development guidelines.