Was there any development recently to use MQTT protocol to publish Bulk data or JSON object to ThingSpeak?
I wanted to use MQTT to publish data to my ThingSpeak client. However, on one of the forums it said, "The MQTT broker does not presently parse JSON".
2 Comments
Time DescendingYou cannot presently update more than one feed at a time via the ThingSpeak MQTT broker. (You can update multiple fields, the doc is here ) The format for the message is field1=1.2&field2=2.1 etc. You can send a JSON object to the write and bulk write endpoints in the REST API. Can you describe your application to make the need for bulk post with MQTT clear?