Grafiek Air link

Moderator: Mattk

Post Reply
Gerrit
Junior Boarder
Junior Boarder
Posts: 29
Joined: Wed Feb 28, 2018 7:19 pm

Grafiek Air link

Post by Gerrit »

Good day,

I'm trying to convert a graph of the soil temperature to a graph to show the air quality, so far I can't find it, does anyone know how I can put the sensors in there?
it concerns the following 3 sensors

air0
air1
air2

Gerrit


Code: Select all

timeframe=3M    # set total time frame to 3 days before today until today
zoom=10D            # select actual day 
res=hour1            # maximum resolution is 1 hour 
engine=js           # selects JavaScript engine
gtitle=Bodemvochtigheid     # name of graph
gheight=400         # height in pixels of graph
gwidth=550          # width in pixels of graph
glunit=Cbar           # unit of left y-axis
grunit=Cbar            # unit of right y-axis 
gtype=line          # type of graph
gnightalpha=10      # set intensity of additinal colorization of area between sunset and sunrise
gnightcolor=#000000 # set color of area between sunset and sunrise
gtrim=0              



sid0=th10hum sname0=vocht10cm swidth0=2 ssel0=hum     # sensor 0, temperature
sid1=th11hum sname1=vocht20cm swidth1=1 ssel1=hum     # sensor 2, temperature
sid2=th12hum sname2=vocht30cm swidth2=2 ssel2=hum      # sensor 0, temperature
sid3=th13hum sname3=vocht40cm swidth3=2 ssel3=hum     # sensor 0, temperature
Post Reply