Long story short: I was using https://github.com/mdegat01/addon-amr2mqtt/ to retrieve data from my energy and water meters, but it became unmaintained, so I removed it from my Home Assistant (HA). I've switched to the rtlamr2mqtt add-on, but I'm not getting any readings and don't know what I might be missing. Can you suggest some ideas? Here is my configuration for the add-on.
general:
sleep_for: 60
verbosity: debug
listen_only: false
tickle_rtl_tcp: false
device_id: single
debug: true
mqtt:
ha_autodiscovery: true
ha_autodiscovery_topic: homeassistant
base_topic: rtlamr
tls_enabled: false
meters:
- id: 79263328
protocol: scm
name: electricity_meter
unit_of_measurement: kWh
icon: mdi:meter-electric-outline
device_class: energy
state_class: total_increasing
- id: 39276928
protocol: r900
name: water_meter
unit_of_measurement: gal
icon: mdi:meter-water
device_class: water
state_class: total_increasing