Max number of individual devices to track?

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.


Shows that my Quooker has used approx 0.8kWh today.
Looking at the Individual device section on the dashboard:
Schermafbeelding 2025-04-22 181240

And hovering over the bar reveals ‘0 kWh’.

Given that the first 40 seems to work, I was wondering whether there is a limitation, and if so, can it be adapted?

Thanks

I don’t believe there is any cap.

Maybe attach an energy CSV dump for reference (from the overflow menu in top right), so we can see if it really consumed 0.8?

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.