From 30bed56822cac7691a543db369fac0e70dec818d Mon Sep 17 00:00:00 2001 From: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:00:23 -0800 Subject: [PATCH 1/2] Don't use Accumulated sensors Fixes #24330 which links to further discussion in core. --- source/_integrations/iotawatt.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/_integrations/iotawatt.markdown b/source/_integrations/iotawatt.markdown index f77f27ae19b3..c91925cb2fa4 100644 --- a/source/_integrations/iotawatt.markdown +++ b/source/_integrations/iotawatt.markdown @@ -23,7 +23,11 @@ and create them as sensors in Home Assistant. ## Energy management -You can use the accumulated energy sensors directly with the Home Assistant energy dashboard. +You can use the energy sensors directly with the Home Assistant energy dashboard. + +
+The Accumulated sensors should not be used. That was a legacy feature for older versions of IotaWatt before it had integrators. They should be removed in a future version of this integration. +
If you have an energy production system such as solar panels, follow these instructions: @@ -49,6 +53,6 @@ If you have two solar sensors named `Solar1` and `Solar2` you would use: ### Configure Energy Management -In the `Grid Consumption` settings, click `Add Consumption` and select `MainsConsumption.wh Accumulated` -In the `Return to grid` settings, click `Add Return` and select `MainsExport.wh Accumulated` -In the `Solar production` settings, click `Add Solar Production` and select `Solar.wh Accumulated` +In the Grid Consumption settings, select `MainsConsumption.wh` +In the Return to grid settings, select `MainsExport.wh` +In the Solar production settings, select `Solar.wh` From be091d1981c4a205f20f8dab487c35bdc5ec00f9 Mon Sep 17 00:00:00 2001 From: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:14:19 -0800 Subject: [PATCH 2/2] remove warning --- source/_integrations/iotawatt.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/iotawatt.markdown b/source/_integrations/iotawatt.markdown index c91925cb2fa4..a90625e86687 100644 --- a/source/_integrations/iotawatt.markdown +++ b/source/_integrations/iotawatt.markdown @@ -25,10 +25,6 @@ and create them as sensors in Home Assistant. You can use the energy sensors directly with the Home Assistant energy dashboard. -
-The Accumulated sensors should not be used. That was a legacy feature for older versions of IotaWatt before it had integrators. They should be removed in a future version of this integration. -
- If you have an energy production system such as solar panels, follow these instructions: ### Configure IoTaWatt