From d77e4895ca22248045a11d95e918033b0b91d3c4 Mon Sep 17 00:00:00 2001 From: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:16:52 -0800 Subject: [PATCH] Don't use Accumulated sensors (#25772) fixes undefined --- source/_integrations/iotawatt.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/iotawatt.markdown b/source/_integrations/iotawatt.markdown index f77f27ae19b..a90625e8668 100644 --- a/source/_integrations/iotawatt.markdown +++ b/source/_integrations/iotawatt.markdown @@ -23,7 +23,7 @@ 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. If you have an energy production system such as solar panels, follow these instructions: @@ -49,6 +49,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`