Page 1 of 1

Exporting all data in CSV with 10 minutes resolution

Posted: Sun Mar 04, 2018 1:14 pm
by laurentw
Hi,
I tried to export datas in CSV like that :

Code: Select all

timeframe=1Y
res=min10

gtitle=WD-Export            # name of graph
gtype=export                # type of graph
glunit=_                    # delimiter
grunit=%D_%T   # date/time stamp
gtrim=1                     # cut empty records at start and end

sid0=th* sname0=-999 ssel0=temp sprec0=1                             # temp
But I get only 1 HOUR resolution.

How to get 10 minutes resolution, or all data available ?

Many Thanks.

Re: Exporting all data in CSV with 10 minutes resolution

Posted: Tue Mar 20, 2018 9:42 pm
by admin
Time resolution is set to 1 hour as you are requesting too much records (full year!). You have to request data in smaller chunks.
You can export raw data on "inspect data" page. wiki explains how.