Don't use Accumulated sensors (#25772)

fixes undefined
This commit is contained in:
Elliott Balsley 2023-01-15 14:16:52 -08:00 committed by GitHub
parent 8ce5b73b69
commit d77e4895ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ and create them as sensors in Home Assistant.
## Energy management ## 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: 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 ### Configure Energy Management
In the `Grid Consumption` settings, click `Add Consumption` and select `MainsConsumption.wh Accumulated` In the Grid Consumption settings, select `MainsConsumption.wh`
In the `Return to grid` settings, click `Add Return` and select `MainsExport.wh Accumulated` In the Return to grid settings, select `MainsExport.wh`
In the `Solar production` settings, click `Add Solar Production` and select `Solar.wh Accumulated` In the Solar production settings, select `Solar.wh`