A question about the functionality of a dummy device used with the Thingspeak protocol, the dummy device has place for 4 values, each individual value can be assigned using the following code that i send in through the serial port.
Code: Select all
TaskValueSet 1,1,100
TaskValueSet 1,2,200
TaskValueSet 1,3,300
TaskValueSet 1,4,300
This is a quote from Esy Protocols - thingspeak on WiKi, this is relavent to a real device on an I/O port..........................
RegardsIf you have two readings for a given sensor, Temp will go the chart that matches the DHT IDX/Variable and Humidity will go to the IDX+1 chart. For instance, if you have DHT11 set as IDX 5. In ThingSpeak, Temperature is displayed on chart 5 and Humidity on chart 6.
Ray