Cannot connect to Mosquito Broker anymore after 2025.6.1 #270
-
I believe after upgrading to 2025.6.1 from 2.3.4, rtlamr2mqtt refuses to connect to Mosquito. I just get the following:
I made sure the config file is the same as before, only thing I noticed is now it added the MQTT broker address and port. Prior config didnt have that, as well as Nothing changed on the Mosquito side of the house on my Home Assistant on which its running. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
I don´t think the mqtt broker address is correct. Try to add the address of your broker. |
Beta Was this translation helpful? Give feedback.
-
This is the mosquitto configuration I am using to develop/test this add-on:
|
Beta Was this translation helpful? Give feedback.
Alright I think I found the issue. Seems like it doesnt like the
host: 127.0.0.1
I noticed the mosquitto broker on the Add Ons page had the hostname showing of "core-mosquitto", so I changed the line to
host: core-mosquitto
and now it connected.