-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide cumulative sensors as well as the "today so far" counters #25
Comments
Are you seeing the issue for both gas and electricity? |
I'm currently on HASS 2021.9.7 The entities have been unavailable for a couple of weeks now and I've not bothered trying to fix it since the Bright app is only showing me days from yesterday. |
The entries unavailable problem is issue #14. |
I now have the cumulative sensors implemented in my test system. |
Is your feature request related to a problem? Please describe.
Using the current "Today" sensors within the energy dashboard results in flawed data at midnight. The dashboard expects ever-increasing data, like a meter reading. Whereas the sensors currently reset each day and provide a saw-tooth data set.
Describe the solution you'd like
Add an additional sensor to provide cumulative data that doesn't reset.
Describe alternatives you've considered
For now I'm likely to use NodeRed to detect the midnight reset and then keep track of incremental usage through the day, this can be added onto a total that keeps increasing.
Additional context
![Screenshot_20210913-073008](https://user-images.githubusercontent.com/1054734/133034648-acc38720-db7e-4bd4-8e4b-14c798112f75.jpg)
The text was updated successfully, but these errors were encountered: