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 |
sensor |
Thermia Outside Temperature sensor (if available) |
switch |
Thermia Heat Pump Hot Water Switch (if available) |
- Thermia Diplomat / Diplomat Duo
- Thermia iTec
- Danfoss DHP-AQ 9
- Calibra Duo
To set up Thermia Heat Pump Integration, go to Settings -> Integrations -> Add Integration and search for Thermia Heat Pump.
Depending on the url you use to see your heat pump online, you need to choose the following API type:
classic
- for url: https://online.thermia.segenesis
- for url: https://online-genesis.thermia.se
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. - In the
custom_components
directory (folder) create a new folder calledthermia_water_heater
. - Download all the files from the
custom_components/thermia_water_heater/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
Using your HA configuration directory (folder) as a starting point you should now also have this:
custom_components/thermia_water_heater/__init__.py
custom_components/thermia_water_heater/manifest.json
custom_components/thermia_water_heater/water_heater.py