Unofficial integration for Quatt Heat Pump.
Do you have HACS installed?
- Click here or add repository manually
- Select Integrations, then select the 3-dots in the upper-right corner, then select Custom Repositories.
- 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 in the
Releases
section thequatt.zip
file for the version of the integration you want to install and extract the files. Alternatively, download all the files from thecustom_components/quatt/
directory (folder) in this repository. Note that the version number will not be updated if you choose the latter. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In Home Assistant click on
Settings
- Click on
Devices & services
- Click on
Integrations
- Click on
+ Add integration
- Search for and select
Quatt
- Enter the ip address of your Quatt CIC (for instance: 192.168.0.100 without http:// or port number)
- Click
Submit
- Enjoy
The Quatt integration relies on DHCP requests made by the Commander In Chief (CIC) for autodiscovery. To force a DHCP request, turn off the CIC and wait 10 seconds and turn it back on again.
- In Home Assistant click on
Settings
- Click on
Devices & services
- In case the
Quatt
has been auto-discovered, the discovered CIC is shown at the top of the screen - Click on
Configure
- Click on
Submit
to confirm to automatically add the integration to Home Assistant - Enjoy
All sensors from the local API feed are available. In addition, the following computed sensors are provided:
- Supervisory control mode: Textual representation of the QC
supervisoryControlMode
status. - COP: Calculated using the produced heat and the power consumed by the external power sensor (configurable).
- Heat power: Heat output of the heat pumps.
- Total power: Combined heat output of both heatpumps (Quatt Duo only).
- Total power input: Combined power input of both heatpumps (Quatt Duo only).
- Total system power: Combined system power
- All-electric setup:
heat charger + heatpump(s)
- Standard setup:
boiler + heatpump(s)
- All-electric setup:
- Total Quatt COP: COP calculated using the produced heat and the power used by the heatpump(s).
- Quatt COP: COP calculated using the produced heat and the power used by the heatpump.
- Water delta: Difference between inlet and outlet water temperatures.
- Heat power: Heat output of the boiler.
If you want to contribute to this please read the Contribution guidelines