What's missing in the Blitzwolf BW-SHP13 integration to deconz for Energy meter to work?

I have the BW-SHP13 integrated to Home Assistant. And it’s showing the daily energy as expected, but I can’t add it to the energy overview.
It currently shows:

image

I can for certain say that the ‘wall panel daily usage’ is way off, that looks like a ‘total for life’ as it’s just turning a tablet charger on and of, and I think my tablet would be in flames if it had used 54 kWh since midnight.
So is it a ‘last reset’ that’s missing from the integration?
Looking in deConz clusters I see:
image

See the below for (likely) all responses to your questions

I use those devices with Zigbee2MQTT and work with well with the energy panel. The entity is configured (by Zigbee2MQTT) as follows:

state_class: total_increasing
current: 0
energy: 757.13
linkquality: 120
power: 0
power_outage_memory: restore
voltage: 231
unit_of_measurement: kWh
device_class: energy
friendly_name: Friendly Name

You should check (using Dev Tools), if device_class and state_class are present.

1 Like