From 1482a6bb88c39342b4e63f239045900b07ccfe8e Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Sat, 9 Jul 2022 18:39:42 +0200 Subject: [PATCH] Add documentation for HomeWizard Wifi Watermeter (#23328) Co-authored-by: Franck Nijhof --- source/_integrations/homewizard.markdown | 27 ++++++++++++++++-------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/source/_integrations/homewizard.markdown b/source/_integrations/homewizard.markdown index af90ecf817e..9219920039f 100644 --- a/source/_integrations/homewizard.markdown +++ b/source/_integrations/homewizard.markdown @@ -21,9 +21,16 @@ Integration for the [HomeWizard Energy](https://www.homewizard.nl/energy) platfo **Supported devices** -- [Wifi P1 Meter](https://www.homewizard.nl/p1-meter): Depending on the connected DSMR meter: sensors for power import/export, energy consumption (single or three phases) and gas. (Model: `HWE-P1`) -- [Wifi Energy Socket](https://www.homewizard.nl/energy-socket): Sensors for power import/export and energy consumption and switches for controlling the outlet (model: `HWE-SKT`) -- [Wifi kWh Meter](https://www.homewizard.nl/kwh-meter): Sensors for power import/export and energy consumption. (Models: `SDM230-wifi`, `SDM630-wifi`) +- [Wi-Fi P1 Meter](https://www.homewizard.nl/p1-meter): Depending on the connected DSMR meter: sensors for power import/export, energy consumption (single or three phases) and gas. (Model: `HWE-P1`) +- [Wi-Fi Energy Socket](https://www.homewizard.nl/energy-socket): Sensors for power import/export and energy consumption and switches for controlling the outlet (model: `HWE-SKT`) +- [Wi-Fi Watermeter](https://www.homewizard.com/watermeter): Sensors for active and total water usage (model: `HWE-WTR`) +- [Wi-Fi kWh Meter](https://www.homewizard.nl/kwh-meter): Sensors for power import/export and energy consumption. (Models: `SDM230-wifi`, `SDM630-wifi`) + +
+ +The Wi-Fi Watermeter can be powered via a USB-C cable and with batteries. When using batteries they only connect to Wi-Fi every couple of hours. Because of this, the API can only be used when powered via the USB-C cable. It is not possible to add use this integration when the water meter is powered by batteries. + +
## Enable the API @@ -42,19 +49,21 @@ The HomeWizard Energy API only exposes properties that are used within the HomeW | Name | Unit | Availability | Description | | --- | --- | --- | --- | -| Wifi SSID | | HWE-P1, SDM230-wifi, SDM630-wifi, HWE-SKT | The SSID of the connected network. | -| Wifi Strength | % | HWE-P1, SDM230-wifi, SDM630-wifi, HWE-SKT | Percentage of the wifi connection. | -| Total Energy Import_t1 | kWh | HWE-P1, SDM230-wifi, SDM630-wifi, HWE-SKT | Energy import reading. | +| Wifi SSID | | HWE-P1, HWE-SKT, HWE-WTR, SDM230-wifi, SDM630-wifi | The SSID of the connected network. | +| Wifi Strength | % | HWE-P1, HWE-SKT, HWE-WTR, SDM230-wifi, SDM630-wifi | Percentage of the Wi-Fi connection. | +| Total Energy Import_t1 | kWh | HWE-P1, HWE-SKT, SDM230-wifi, SDM630-wifi | Energy import reading. | | Total Energy Import_t2 | kWh | HWE-P1 | Energy import reading for other tariff. | -| Total Energy Export_t1 | kWh | HWE-P1, SDM230-wifi, SDM630-wifi, HWE-SKT | Energy export reading. | +| Total Energy Export_t1 | kWh | HWE-P1, HWE-SKT, SDM230-wifi, SDM630-wifi | Energy export reading. | | Total Energy Export_t2 | kWh | HWE-P1 | Energy export reading for other tariff. | -| Active Power | w | HWE-P1, SDM230-wifi, SDM630-wifi, HWE-SKT | Active power usage. | -| Active Power_l1 | w | HWE-P1, SDM230-wifi, SDM630-wifi, HWE-SKT | Active power usage Line 1, for `SDM230-wifi` and`HWE-SKT` this value is the same as `Active Power`. | +| Active Power | w | HWE-P1, HWE-SKT, SDM230-wifi, SDM630-wifi | Active power usage. | +| Active Power_l1 | w | HWE-P1, HWE-SKT, SDM230-wifi, SDM630-wifi | Active power usage Line 1, for `SDM230-wifi` and`HWE-SKT` this value is the same as `Active Power`. | | Active Power_l2 | w | HWE-P1, SDM630-wifi | Active power usage Line 2. | | Active Power_l3 | w | HWE-P1, SDM630-wifi | Active power usage Line 3. | | Total Gas | m3 | HWE-P1 | Current gas import reading, only available when your smart meter is connected to a gas meter. | | DSMR Version | | HWE-P1 | The detected DSMR version. | | Smart Meter Model | | HWE-P1 | The detected smart meter model. | +| Active Water Usage | liter per minute | HWE-WTR | The current usage of water. | +| Total Water Usage | m3 | HWE-WTR | Total of water measured since installation. | ## Switches