Virtuino Forum

Full Version: Thignspeak update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
It is not possible to update a field on Thingspeak. The tools update Field2 instead of Field1.
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
I am talking about VirtuinoIOT . 
VirtuinoIOT has a bug.
virtuinoIOT writing data to wrong field.
Hi,

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