Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions source/_integrations/homewizard.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down