Hello everyone!
I faced a strange problem, but consumption is not visible in the dashboard. However, the price is displayed correctly.
house-power-meter energy - this is the sensor without changes, it is given from the Zigbee device and is not reliable because it is reset at random, here just for testing
state_class: total_increasing
current: 1.06
energy: 0.08
linkquality: 66
power: 168.8
voltage: 244.5
unit_of_measurement: kWh
device_class: energy
friendly_name: house-power-meter energy
house-power-meter-riemann-right-sum - this is a sensor calculated by the Riemann function
state_class: measurement
source: sensor.house_power_meter_power
unit_of_measurement: kWh
device_class: energy
friendly_name: house-power-meter-riemann-right-sum
last_reset: '1970-01-01T00:00:00+00:00'
Can anyone tell me where is the problem?