-
Hi. I've been trying to setup an mqtt connection, but even though i've specified the broker information in the settings, and the topic in the connection initialization, it always just says "not connected". I tried writing the topic in different forms, as i thought that might've been the issue but with no luck. I tried this on both windows 10 and linux mint, with the same results. Has anyone else encountered this? and if so, has a solution to it been found yet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In all the testing I did I was using SSL and a user name and password. So, it is entirely possible that it currently requires that specific set up. Further testing will have to be done with your configuration - no user name or password required, no SSL. |
Beta Was this translation helpful? Give feedback.
-
I just pushed a commit that might fix the problem for you. If it doesn't then it still should allow you to debug what is happening better. Enable the console (check box) before you do the MQTT connection and it should output text into the console area that helps to figure out why it isn't working. You'll have to pull the code and compile it yourself or wait for CI/CD to finish baking and grab the new binary. |
Beta Was this translation helpful? Give feedback.
I just pushed a commit that might fix the problem for you. If it doesn't then it still should allow you to debug what is happening better. Enable the console (check box) before you do the MQTT connection and it should output text into the console area that helps to figure out why it isn't working. You'll have to pull the code and compile it yourself or wait for CI/CD to finish baking and grab the new binary.