Mosquito Connection Refused after latest update #924
-
Updated to 5.7.2 and now none of my Ring devices are working. Looked at the logs and i see this over and over |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I checked my mosquito logs and saw the following So I changed my mqtt_url to use my actual mqtt username and password instead of auto and that seemed to have done the trick. Not sure why auto isn't working anymore. |
Beta Was this translation helpful? Give feedback.
There are zero changes to any of the code around this, or even the dependencies used to do this, so I can't think of any reason why this would be the case. However, if you are manually defining MQTT users in the broker, which it sounds like you might be based on the fact that you said you change it to the "actual" username/password, then this setting isn't really expected to work anyway. It works when both the broker and the addon use automatic.
Overall, the feature is part of service discovery, I've seen some cases where the internal service discovery API fails to respond, so that can also be an issue, but this is usually easily corrected by performing a full system reboot, not just an H…