Uploaded data is not appearing in Imported data function
Show older comments
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.
Accepted Answer
More Answers (4)
Emilio Rubio Garcia
on 24 Jan 2020
0 votes
Christopher Stapels
on 24 Jan 2020
Edited: Christopher Stapels
on 24 Jan 2020
0 votes
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
on 24 Jan 2020
0 votes
1 Comment
Christopher Stapels
on 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
on 24 Jan 2020
0 votes
Communities
More Answers in the ThingSpeak Community
Categories
Find more on Read Data from Channel in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!