I’m using rtlamr to get my water and gas meter values but when i add them to the energy dashbaord the numbers are way off
and here’s my rtlamr config:
meters:
- id: xxxxxxx
protocol: scm+
name: gas_meter
icon: mdi:fire-circle
device_class: gas
state_class: total_increasing
- id: xxxxxxx
protocol: R900
name: water_meter
unit_of_measurement: "ft³"
icon: mdi:pipe-valve
device_class: water
state_class: total_increasing
any one see what im doing wrong? Thanks!