Files
fhem/fhem/www/gplot/SVG_TempOut.gplot
2020-05-30 21:37:39 +02:00

19 lines
490 B
Plaintext

# Created by FHEM/98_SVG.pm, 2016-11-13 11:10:24
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set title 'Temperatur Außen'
set ytics
set y2tics
set grid
set ylabel "Humidity"
set y2label "Temperature"
#logdb myWH1080:Temp-outside
#logdb naAussen:temperature
plot "<IN>" using 1:2 axes x1y2 title 'WH1080' ls l0 lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'NetAtmo' ls l1 lw 1 with lines