11-11-2022, 01:47 PM
Hi
It is not possible to update a field on Thingspeak. The tools update Field2 instead of Field1.
It is not possible to update a field on Thingspeak. The tools update Field2 instead of Field1.
Thignspeak update
|
11-11-2022, 01:47 PM
Hi
It is not possible to update a field on Thingspeak. The tools update Field2 instead of Field1.
11-12-2022, 02:03 PM
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
11-17-2022, 06:56 AM
I am talking about VirtuinoIOT .
VirtuinoIOT has a bug. virtuinoIOT writing data to wrong field.
11-17-2022, 10:42 PM
Hi,
I will check it and let you know
12-11-2022, 01:07 PM
(This post was last modified: 12-11-2022, 01:08 PM by iliaslamprou.)
This issue has been fixed in version 0.1.3
|
« Next Oldest | Next Newest »
|