Why I get only the last 36 hours?

1 Ansicht (letzte 30 Tage)
Frank Mehlhop
Frank Mehlhop am 20 Jan. 2021
Hi,
I set at the Chart Options Results on 40320, what should be one week. But the graph shows only 36 hours (and some minutes). I also try to set it results on 7 day, but still I get only 36 hours.
Why it is not showing 7 days graph?
Frank

Antworten (1)

Vinod
Vinod am 20 Jan. 2021
To keep the application responsive and have a usable experience on the web site, we limit the number of points retrieved to a maximum of 8000 points. It is physically unlikely that you have 40k pixels in the small area of the screen where an individual chart is displayed. This is also why we provide an averaging option -- it is very likely that when looking over a period of that many points that you are looking at aggregates like average, median, etc. and are not interested in each individual datapoint.
  2 Kommentare
Frank Mehlhop
Frank Mehlhop am 21 Jan. 2021
But also using average or median, Also with les points I get only the last 1.5 days.
Is it posible to get the hole last week? or even tree or five days?
Christopher Stapels
Christopher Stapels am 22 Jan. 2021
You can use the start and end parameters in the read data call in the REST API. Or use daterange in thingSpeakRead().
I've linked the doc pages for both of these, and you can also look at the charts API, but its similar to the read command except it returns a chart instead of data. All of these are still limited to 8000 points, but you can pick exactly the times you want to see.

Melden Sie sich an, um zu kommentieren.

Communitys

Weitere Antworten in  ThingSpeak Community

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by