Replies: 1 comment
-
Edit: I have successfully configured Home Assistant Core to get data from rtlamr2mqtt. In actuality, HA Core is getting data from MQTT and rtlamr2mqtt is publishing its data to MQTT. I am trying to do this on Unraid OS and I am running a mosquitto container to be the MQTT broker. I have installed rtlamr2mqtt as a docker container manually. I have created rtlamr2mqtt.yaml from the sample included in the readme and configured the MQTT username and password credential and updated the meter ID to my meter's ID (printed on the unit or can be found using LISTEN_ONLY and RTL_MSGTYPE params). I also updated the meter type, this was what unblocked me. Use the meter type reported when using LISTEN_ONLY and RTL_MSGTYPE="all". I have configured Home Assistant manually by editing its configuration.yaml as suggested in the readme to add a utility_meter integration. I attempted to set up a sensor as shown in the readme but Home Assistant called that an invalid configuration. It appears that the readme suggests an old way of specifying MQTT sensors and it has now changed. The parts added to Home Assistant's confugration.yaml look like this:
|
Beta Was this translation helpful? Give feedback.
-
Has anyone used rtlamr2mqtt with HA core? I'm running HA on a linux server to interface with computation-intensive applications. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions