Thermia Heat Pump Integration for Home Assistant. Depends on Python Thermia Online API.
Component to integrate with Thermia Heat Pump.
This component will set up the following platforms.
Platform | Description |
---|---|
water_heater |
Thermia Heat Pump integration |
binary_sensor |
Operational and power status binary sensors |
sensor |
Alarms sensor and different heat pump sensors |
switch |
Hot water and hot water boost switches |
The integration supports heat pumps that are supported by the underlying Python Thermia Online API. To see the list of supported heat pumps, please check the list of example heat pump data files in the API repository here.
If your heat pump is not working as expected or is not in the supported heat pump list, please follow the instructions in the Python Thermia Online API repository to add support for your heat pump model.
To set up Thermia Heat Pump Integration, go to Settings -> Integrations -> Add Integration and search for Thermia Heat Pump.
Open HACS, go to the Integrations view and search for Thermia Heat Pump Integration.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - Download the latest release zip file either from repository releases or using this link.
- Extract the content of the zip file to the
custom_components
directory (folder) in your HA configuration directory (folder). - Restart Home Assistant.