Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thignspeak update
#1
Hi
It is not possible to update a field on Thingspeak. The tools update Field2 instead of Field1.
Reply
#2
Hello
 (20 seconds between each upload)

ThingSpeak.writeField(My_Project, 1, Temp, myWriteAPIKey);
ThingSpeak.writeField(My_Project, 2, Hum, myWriteAPIKey);

and to read

  Temp = ThingSpeak.readIntField (My_Project, 1, myReadAPIKey);
  Humidity = ThingSpeak.readFloatField (My_Project, 2, myReadAPIKey);

Watch out for readIntField or readFloatField
Reply
#3
I am talking about VirtuinoIOT . 
VirtuinoIOT has a bug.
virtuinoIOT writing data to wrong field.
Reply
#4
Hi,

I will check it and let you know
Reply
#5
This issue has been fixed in version 0.1.3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)