From 1bcb56de6f9cf809077cbb78d10f7cd886a11b4c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 6 Jan 2025 18:09:47 +0100 Subject: [PATCH] Add heat meter docs for Powerfox integration (#36738) --- source/_integrations/powerfox.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_integrations/powerfox.markdown b/source/_integrations/powerfox.markdown index d253c3bea88..f363d0f62d6 100644 --- a/source/_integrations/powerfox.markdown +++ b/source/_integrations/powerfox.markdown @@ -40,7 +40,7 @@ Not all Poweropti devices are supported currently. Check the list below to see i | PB 202001 | Power meter | Not tested | | WA 201902 | Water meter | Yes | | Powerfox FLOW | Gas meter | No | -| HA 201902 | Heat meter | No | +| HA 201902 | Heat meter | Yes | ## Data updates @@ -76,6 +76,15 @@ It will create the following sensors: - **Cold water (m³)**: How much cold water is used. - **Warm water (m³)**: How much warm water is used. +### Heat meter + +It will create the following sensors: + +- **Total eneregy (kWh)**: How much energy is used. +- **Delta energy (kWh)**: How much energy is used since the last update. +- **Total volume (m³)**: How much water is used. +- **Delta volume (m³)**: How much water is used since the last update. + ## Troubleshooting There are no commonly known issues with this integration.