diff --git a/source/_integrations/homewizard.markdown b/source/_integrations/homewizard.markdown index 919ad3e85785..77a71ac4d93c 100644 --- a/source/_integrations/homewizard.markdown +++ b/source/_integrations/homewizard.markdown @@ -69,7 +69,7 @@ The HomeWizard integration provides sensors about what your device is measuring _Not all sensors are provided by all Smart Meters, only the available sensors are shown in the integration._ - **Energy import/export (kWh)**: Total energy imported or exported since installation of your smart meter. Each tariff has its own sensor (e.g., T1, T2) and a sensor for the combined value. -- **Power (W)**: Active power measured, each phase has its own sensor. +- **Power (W)**: Active consumed power measured, each phase has its own sensor. The sensors reading will negative if the power is generated. - **Voltage (V)**: Active voltage measured, each phase has its own sensor. - **Current (A)**: Active current measured, each phase has its own sensor. - **Tariff**: Current tariff that is used. Can be used to keep consumption as low as possible during peak hours. @@ -84,7 +84,8 @@ External meters, like a gas or water meter, can be connected to your Smart meter ### kWh Meter - **Energy import/export (kWh)**: Total energy imported or exported measured by kWh meter. -- **Power (W)**: Active power that is measured, each phase has its own sensor. +- **Power (W)**: Active consumed power that is measured, each phase has its own sensor. The sensors reading will negative if the power is generated. +- **Production power (W)**: Active production power measured. The reading will negative if the power is consumed. This sensor can be used in the energy dashboard as solar production power sensor. - **Voltage (V)**: Active voltage measured, each phase has its own sensor. - **Current (A)**: Active current measured, each phase has its own sensor. - **Frequency (Hz)**: Net frequency. @@ -94,7 +95,8 @@ External meters, like a gas or water meter, can be connected to your Smart meter ### Energy Socket - **Energy import/export (kWh)**: Total energy imported or exported measured by Energy Socket. -- **Power (W)**: Active power that is measured. +- **Power (W)**: Active power that is measured. The sensors reading will negative if the power is generated. +- **Production power (W)**: Active production power measured. The reading will negative if the power is consumed. This sensor can be used in the energy dashboard as solar production power sensor. - **Voltage (V)**: Active voltage measured. - **Current (A)**: Active current measured. - **Frequency (Hz)**: Net frequency. @@ -119,7 +121,8 @@ The Energy Socket also has a switch to control the outlet state and a status lig ### Plug-In Battery - **Energy import/export (kWh)**: Total energy imported or exported by the battery. -- **Power (W)**: Active power consumed or produced by the battery. +- **Power (W)**: Active power consumed or produced by the battery. The sensors reading will negative if the power is generated. +- **Production power (W)**: Active production power measured. The sensors reading will negative if the power is consumed. This sensor is to be used in the energy dashboard as battery power sensor. - **Voltage (V)**: Active voltage measured. - **Current (A)**: Active current consumed or produced by the battery. - **Frequency (Hz)**: Net frequency.