The rtlamr2mqtt add-on allows you to read utility meters using rtl-sdr and rtlamr and send the readings to homeassistant via MQTT
The installation of this add-on is straightforward and easy to do.
- Navigate in your Home Assistant frontend to Hass.io -> Add-on Store.
- Add the Hass.io add-on repository
https://github.com/avidit/hassio-addons. - Install the "rtlamr to MQTT" add-on.
Example add-on configuration:
mqtt_host: "core-mosquitto"
mqtt_port: 1883
mqtt_user: "mosquitto"
mqtt_pass: "mosquitto"
msg_types: "scm,r900"
meter_ids: "1234,5678"
sleep: 1h