Replies: 2 comments
-
Make sure homeassistant can read that topic, it may be a permission issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turns out it was in home assistant the whole time, I didn't understand that they will be published in MQTT under entities and not devices. Forgot to respond, and want to now in case anyone else got it setup correctly but fails to find it in home assistant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
setup: I have home assistant and mosquitto setup as dockers and working (currently have other devices publishing to MQTT).
as of right now, I have RTLAMR2MQTT on a different raspberrypi as the home assistant\mosquitto pi to verify everything works before move the dongle and antenna over.
I have the rtlmar2mqtt setup and I see 2 of my meters are getting captured, its sending the info (or at least connecting) to MQTT, but I am guessing the topic isn't setup correctly so home assistant MQTT automatically add the meters.
I haven't setup the meter configuration in home assistant, but I assume it won't work until MQTT shows the meters.
https://github.com/allangood/rtlamr2mqtt#home-assistant-utility-meter-configuration-sample
RTLAMR2MQTT log
mosqitto log
MQTT is configured in home assistant like this
I can see the rtlamr2mqtt sending messages to the MQTT, but in home assistant I don't see them automatically added.
I am using home assistant docker, so I am not sure if I would need to do any additional settings.
Beta Was this translation helpful? Give feedback.
All reactions