@@ -12,7 +12,7 @@ This includes
1212
1313* Energy imported from the grid
1414* Total home energy usage
15- * Energy exported to the grid (from solar)
15+ * Energy exported to the grid (from solar , if available )
1616* Total solar production
1717
1818as well as the corresponding instantaneous power consumption/production.
@@ -40,14 +40,13 @@ Each plug exposes 6 entities reflecting the different measurements made by the p
4040
4141* Power
4242* Total Energy Consumption
43- * Active Current
44- * Reactive Current
45- * Apparent Current
43+ * Current
4644* Voltage
4745
48- Of these only the power and total energy are commonly of interest, and future
49- releases intend to make the others optional inclusions when the integration
50- is configured.
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.
5150
5251The plug readings typically update every second.
5352
@@ -66,8 +65,17 @@ showing up as expected, use the mobile app to check which plug it's trying
6665to relay though, and the signal strength. If necessary, relocate a plug to
6766somewhere closer to the sensor to improve the signal strength.
6867
68+ .. note ::
69+ Water sensors are not fully supported in the integration at this time.
70+ Water sensors will appear in the integration, but will only report
71+ sensor battery level. Development for water sensors is on-going and
72+ we hope to provide full support in future.
73+
6974Automations
7075-----------
7176
7277Any of the plug, sensor or virtual household entities can be used in
73- automation workflows.
78+ automation workflows. To exercise control of other devices in your
79+ household, first install any relevant integrations for those devices.
80+ Then follow the usual Home Assistant steps for setting up rules:
81+ Settings->Automations & Scenes and +Create Automation
0 commit comments