Utility meter with zwave

Hello Every One, I have a problem with my zwave AEON Labs ZW095 Home Energy Meter Gen5 (Node:5 Complete)
Configuration node
3: selective reporting --> Disable
101: Group 1 Reports – 1776399
102: Group 2 Reports – 1776399
103: Group 3 Reports – 1776399
111: Group 1 Interval : 30
112: Group 2 Interval : 30
113: Group 3 Interval : 30

utility_meter:
  daily_energy_ene:
    source: sensor.aeon_labs_zw095_home_energy_meter_gen5_energy4
    cycle: daily
  daily_energy_pow:
    source: sensor.aeon_labs_zw095_home_energy_meter_gen5_power
    cycle: daily

The daily_energy_ene give me 0
sensor.aeon_labs_zw095_home_energy_meter_gen5_energy_4 : 3315.86 kWh is incorrect
the daily_energy_pow gibe me for yesterday 179026 w --> 179 kw it’s not normal i don’t consume that
sensor.aeon_labs_zw095_home_energy_meter_gen5_power: 650.26w seems correct

have you an idea

Thanks

I have the same gen5 unit. This does it almost once or twice every month. Don’t still know why… whenever i see a jump instantly, i use calibrate utility meter service call manualy. Please check:
https://community.home-assistant.io/t/reset-values-of-utility-meter/177710/52

You can’t use power sensors (kW or W) in the utility meter. You must use an always accumulating energy meter (Wh or kWh).

Ok but utility meter for sensor.aeon_labs_zw095_home_energy_meter_gen5_energy4 give me 0

What do you see in the developer tools states menu for sensor.aeon_labs_zw095_home_energy_meter_gen5_energy4 ?
Is the value increasing?

12:10
|sensor.aeon_labs_zw095_home_energy_meter_gen5_energy_4|3316.29|
node_id: 5
value_index: 0
value_instance: 1
value_id: 72057594126827522
power_consumption: 625.211
unit_of_measurement: kWh
friendly_name: AEON Labs ZW095 Home Energy Meter Gen5 Energy|

12.11
3316.31
12.13
3316.32

I Just See Something at 00:00:100:the sensor doesn’t reset and the value is 3310 kWh!

What is the best
Create an automation who reset the value at midnight ?
Create a new sensor who count the value now - value at midnight ?
And how to ???

Assuming the first number is a time and the second number the state, that looks ok. If both the numbers are the state that is definitely not ok.

The utility meter will automatically reset at every midnight as you have set a daily cycle. The first cycle will always be incorrect (there’s a note anout that in the docs, read the blue section). However if you want, you can reset it at any time using the utility_meter.reset service in the developer tools / services menu.