Energy dashboard display failure

Hello, I have added my measuring sockets to HomeAssitant and would like to evaluate the daily / monthly / annual consumption.

The whole thing works perfectly with Sonoff / Tasmota sockets

but with my Zigbee Deconz Blitzwolf sockets I get wrong values

I integrated everything into the socket according to this scheme

#  Computer Hobbyraum

  computer_hobbyraum_daily_energy:
    source: sensor.power_19
    cycle: daily
  computer_hobbyraum_monthly_energy:
    source: sensor.power_19
    cycle: monthly
  computer_hobbyraum_yearly_energy:
    source: sensor.power_19
    cycle: yearly

the socket indicates this
decon1

and the created sensors

decon2