thanks for pointing me in the right direction
When searching in the configuration.yaml i found these statements:
customize_glob:
sensor.*_energy:
last_reset: '1970-01-01T00:00:00+00:00'
device_class: energy
state_class: measurement
After comment these lines out with a # the energy dashboard start working again.
I don’t know why and how these lines came in the configuration.
But the most importing in this case is that the problem is solved.
Each of the sensors are set to ‘total’, which I believe is correct.
state_class: total
unit_of_measurement: kWh
attribution: Data provided by Sense.com
device_class: energy
friendly_name: Daily To Grid
last_reset: '2023-06-05T06:00:00+00:00'
Is anyone else experiencing this problem?
Edit: this appears to have been an issue with my Sense meter. The daily production values were outputting zero as it had a minor connection disruption a few days ago. I’ve corrected it, but now there’s a new problem with my Energy Dashboard reading some bad data that I’m trying to troubleshoot.