Can not connect to ThingSpeak MQTT broker using MQTT X Client
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I have a problem with the connection to thingspeak MQTT broker using MQTT x client. After pressing the "Connect" button after a few seconds connection is not set.
I have followed the instructions described in: https://de.mathworks.com/help/thingspeak/use-desktop-mqtt-client-to-publish-to-a-channel.html.
Below you can see the settings in the MQTT X client. ClientID, Username and Password I took from the credentials file which was created when I add a new MQTT device in thingspeak.
I have already checked the discussion with a similar problem, but I can not figure out what could be the source of the problem.
I would like to ask your help with this problem.
Thank you,
Levani Meskhiya
0 Commenti
Risposta accettata
Vinod
il 4 Apr 2022
If you're connecting over Secure MQTT, you need to use port 8883, not port 1883 as your screenshot shows.
9 Commenti
Vinod
il 4 Apr 2022
Modificato: Vinod
il 4 Apr 2022
If websocket works, I would reccomend secure websocket (wss://) on port 443 with SSL/TLS enabled and CA signed server.
You'd have to check with your IT administrator about outgoing connection and which network ports are allowed, and specifically if outgoing connections on port 8883 are blocked by your firewall.
Più risposte (1)
Hoa Vinh
il 15 Feb 2024
1 Commento
Milan Tomin
il 2 Mar 2024
Modificato: Milan Tomin
il 2 Mar 2024
Having the same problem, have you found any solution?
Although im using sp-react-native-mqtt in react native to connect to thingspeak.
I keep getting unknown host exception error, so it seems that the mqtt3.thingspeak.com part is somehow problematic?
Community
Più risposte nel ThingSpeak Community
Vedere anche
Categorie
Scopri di più su ThingSpeak in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!