Reputation: 1642
I need some help creating bridge from CloudMQTT to Thingspeak. Connection URL (mqtt://mqtt.thingspeak.com:1883) is invalid because there is no user info added.
Tried mqtt://zr87:@mqtt.thingspeak.com:1883 with no luck.
Upvotes: 0
Views: 439
Reputation: 858
In order to connect to the ThingSpeak MQTT broker, you have to supply a username and password. The username is "user" and the password is your ThingSpeak MQTT API Key. The MQTT API Key is listed on your ThingSpeak Account > My Profile page. For more information check out the ThingSpeak doc.
Upvotes: 1