Unofficial integration for Quatt Heat Pump.
Do you have HACS installed?
- Click here or add repository manually a. Select Integrations, then select the 3-dots in the upper-right corner, then select Custom Repositories. a. Put the Reposity URL in the Repository field, then select Integration in the Category dropdown list and click Add.
- Search integrations for Quatt
- Click
Install
- Restart Home Assistant
- 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 calledquatt
. - Download all the files from the
custom_components/quatt/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In Home Assistant click on
Configuration
- Click on
Integrations
- Click on
+ Add integration
- Search for and select
Quatt
- Enter the ip address of you Quatt CIC (1.2.3.4 without http:// or port number)
- (optional) select a power sensor in order to get a COP sensor (currently only for heatpump 1)
- Click "Save"
- Enjoy
All sensors from the the local API feed are available. In addition to those, there are the following computed sensors (currently only for heatpump 1):
- Textual representation of the QC supervisoryControlMode (status)
- waterDelta: difference between inlet and outlet water temperature
- heatPower: power of heat produced
- COP: realtime COP (requires power sensor)
Sensors for heatpump 2 are disabled by default. These can be enabled manually: Go to Quatt -> device -> "+6 entities not shown" -> click on a disabled sensor -> click gear -> click enable.
If you want to contribute to this please read the Contribution guidelines