Uploaded data is not appearing in Imported data function
Ältere Kommentare anzeigen
Hi,
There is some kind of problem in one of my channels (Weather Station). Data is not showing in downloaded data file although channel is reflecting that there are already some records. I've recently changed POST procedure by GET in software, but it is not still showing data.
Should I change anything else in code for data to appear?
Thank you very much in advance for your support.
Regards.
Emilio Rubio.
Akzeptierte Antwort
Weitere Antworten (4)
Emilio Rubio Garcia
am 24 Jan. 2020
0 Stimmen
Christopher Stapels
am 24 Jan. 2020
Bearbeitet: Christopher Stapels
am 24 Jan. 2020
0 Stimmen
I've found it easier to do a POST for update requests, since there is more control.
I would recomend using the ThingSpeak Library for Arduino and ESP8266. It will greatly simplify the communication with the ThingSpeak server. There are many examples built into the library for reading and writing. The proximity sensor shows some ways to read and write with the library.
If you must write the request out by yourself, there is code in the moisture monitor example of a POST request.
Emilio Rubio Garcia
am 24 Jan. 2020
0 Stimmen
1 Kommentar
Christopher Stapels
am 24 Jan. 2020
I'd also recomend trying it in the browser first. You can copy the text from the API keys tab right to a browser to make sure that works.
If you use the moisture code instead of the ThingSpeak arduino library, be careful to copy things pretty closely, the POST requires extra carriage returns and headers.
Emilio Rubio Garcia
am 24 Jan. 2020
0 Stimmen
Communitys
Weitere Antworten in ThingSpeak Community
Kategorien
Mehr zu Read Data from Channel finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!