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
How to get 10 minutes resolution, or all data available ?
Many Thanks.