@@ -7,16 +7,19 @@ household.
77Virtual Household
88------------------
99Built on top of the sensors, the API provided by `powersensor_local <https://github.com/DiUS/python-powersensor_local >`_
10- provides a `` virtual household `` . This view is captures the key data most users want to capture at the household level.
10+ provides a " virtual household" . This view captures the key data most users want to capture at the household level.
1111This includes
1212
13- * Energy imported from the grid
1413* Total home energy usage
15- * Energy exported to the grid (from solar , if available)
14+ * Energy imported from the grid
15+ * Energy exported to the grid (from solar)
1616* Total solar production
1717
1818as well as the corresponding instantaneous power consumption/production.
1919
20+ For installations lacking solar, the generation related entities will not
21+ be available.
22+
2023.. note ::
2124
2225 Powersensor deals with *net * readings, meaning that the energy import and
@@ -36,17 +39,38 @@ The household readings update as sensor data becomes available.
3639
3740Plugs
3841-----
39- Each plug exposes 6 entities reflecting the different measurements made by the plug these are
42+ Each plug exposes several entities reflecting the different measuremens
43+ made by the plug. By default only two are made visible:
4044
4145* Power
42- * Total Energy Consumption
43- * Current
44- * Voltage
46+ * Total Energy
47+
48+ The remaining entities are:
4549
46- The current displayed in the integration represents active current only, but the Powersensor
47- api exposes reactive and apparent current as well. Future release plans intend to expose
48- all available data, with reactive and apparent current being optional during the configuration
49- step for the integration.
50+ * Volts
51+ * Active Current
52+ * Reactive Current
53+ * Apparent Current
54+
55+ These are of secondary importance and usefulness, and hence aren't visible
56+ by default. They can be selectively made visible by going to Settings >
57+ Devices & services > Powersensor and selecting the plug, then clicking on
58+ the desired entity and then the gear on the following screen. Toggle the
59+ Visible option there.
60+
61+ The Volts entity shows the mains voltage as seen at that particular plug. Due
62+ to voltage drop in wires, each plug is likely to show a slightly different
63+ mains voltage.
64+
65+ Simplified, the Apparent Current entity shows the effective current going
66+ through the plug. This is the current that may lead to a breaker tripping if
67+ it gets excessive. The Active and Reactive measurements are the components
68+ of it, and are likely of little interest outside of curiousity.
69+
70+ .. note ::
71+ It is more common to hear of Active, Reactive and Apparent *Power *, and
72+ the plug's different current measurements should not be confused for power
73+ measurements.
5074
5175The plug readings typically update every second.
5276
@@ -78,4 +102,4 @@ Any of the plug, sensor or virtual household entities can be used in
78102automation workflows. To exercise control of other devices in your
79103household, first install any relevant integrations for those devices.
80104Then follow the usual Home Assistant steps for setting up rules:
81- Settings- >Automations & Scenes and +Create Automation
105+ Settings >Automations & Scenes and +Create Automation
0 commit comments