News

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 ...
In this short series, we’re going to get you set up with a completely DIY home automation system using MQTT. Why? Because it’s just about the easiest thing under the sun, and it’s something ...