I have an odd issue on my Energy Dashboard. I have 53 individual devices that I (would like) to track in my energy dashboard. The odd thing is that it looks like there is a maximum of 40 devices as the last 13 do not report anything, even though there has been energy usage on the entity.
Indeed, there does not seem to be cap, which means something else is going on.
Based on other threads, I’ve been looking at difference/commonalities with other entities in the energy dashboard.
It seems that the ‘state_class’ is key. Entities with state_class ‘total_increasing’, funtion fine state_class: total_increasing unit_of_measurement: kWh device_class: energy friendly_name: Quooker total active energy
Entities with state_class ‘measurement’ do not function: state_class: measurement last_reset: 1970-01-01T00:00:00+00:00 unit_of_measurement: kWh device_class: energy friendly_name: Energy Total Quooker
What I now need to figure out is how to change the state_class of an entity.