The MQTT implementation at Thingspeak is dead simple, requiring only the channel ID and API key: ChannelID='your channel ID' apikey = 'your API key' m = mqtt.Client(ClientID, 120) m:connect(&quot ...