gplot-files
This commit is contained in:
16
fhem/www/gplot/SVG_Regen.gplot
Normal file
16
fhem/www/gplot/SVG_Regen.gplot
Normal file
@@ -0,0 +1,16 @@
|
||||
# Created by FHEM/98_SVG.pm, 2016-09-24 12:51:49
|
||||
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 'Niederschlag'
|
||||
set ytics
|
||||
set y2tics
|
||||
set grid
|
||||
set ylabel ""
|
||||
set y2label "mm"
|
||||
|
||||
#logdb myWH1080:Rain-total
|
||||
|
||||
plot "<IN>" using 1:2 axes x1y2 title 'Regen' ls l0 lw 1 with lines
|
||||
22
fhem/www/gplot/SVG_TempHeizungOG.gplot
Normal file
22
fhem/www/gplot/SVG_TempHeizungOG.gplot
Normal file
@@ -0,0 +1,22 @@
|
||||
# Created by FHEM/98_SVG.pm, 2016-10-10 21:36:42
|
||||
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 'OG'
|
||||
set ytics
|
||||
set y2tics
|
||||
set grid
|
||||
set ylabel "Humidity"
|
||||
set y2label "Temperature"
|
||||
|
||||
#logdb OG_RL_Wohn1:temperature
|
||||
#logdb OG_RL_Wohn2:temperature
|
||||
#logdb OG_RL_Kueche:temperature
|
||||
#logdb OG_RL_Flur:temperature
|
||||
|
||||
plot "<IN>" using 1:2 axes x1y2 title 'Wohn1' ls l0 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Wohn2' ls l1 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Küche' ls l2 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Flur' ls l0 lw 1 with lines
|
||||
18
fhem/www/gplot/SVG_TempOut.gplot
Normal file
18
fhem/www/gplot/SVG_TempOut.gplot
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
24
fhem/www/gplot/SVG_TempRaum.gplot
Normal file
24
fhem/www/gplot/SVG_TempRaum.gplot
Normal file
@@ -0,0 +1,24 @@
|
||||
# Created by FHEM/98_SVG.pm, 2016-09-23 19:56:37
|
||||
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 'Raumtemperatur'
|
||||
set ytics
|
||||
set y2tics
|
||||
set grid
|
||||
set ylabel ""
|
||||
set y2label "Temperature"
|
||||
|
||||
#logdb tempWohn:temperature
|
||||
#logdb tempKueche:temperature
|
||||
#logdb tempStudio:temperature
|
||||
#logdb tempSchlaf:temperature
|
||||
#logdb tempBad:temperature
|
||||
|
||||
plot "<IN>" using 1:2 axes x1y2 title 'Wohn' ls l0 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Küche' ls l1 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Studio' ls l2 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Schlaf' ls l3 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Bad' ls l4 lw 1 with lines
|
||||
16
fhem/www/gplot/SVG_logNetatmoAussen_1.gplot
Normal file
16
fhem/www/gplot/SVG_logNetatmoAussen_1.gplot
Normal file
@@ -0,0 +1,16 @@
|
||||
# Created by FHEM/98_SVG.pm, 2015-12-07 18:00:48
|
||||
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 '<TL>'
|
||||
set ytics
|
||||
set y2tics
|
||||
set grid
|
||||
set ylabel "Humidity"
|
||||
set y2label "Temperature"
|
||||
|
||||
#logNetatmoAussen 4:naAussen.temperature\x3a::
|
||||
|
||||
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines
|
||||
19
fhem/www/gplot/SVG_logdb_1.gplot
Normal file
19
fhem/www/gplot/SVG_logdb_1.gplot
Normal file
@@ -0,0 +1,19 @@
|
||||
# template file for use with DbLog
|
||||
# $Id$
|
||||
|
||||
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 '<L1>'
|
||||
set ylabel "Humidity"
|
||||
set y2label "Temperature"
|
||||
set grid
|
||||
set ytics
|
||||
set y2tics
|
||||
|
||||
#DbLog device:reading::
|
||||
|
||||
plot "<IN>" using 1:2 title 'Line 1' with lines
|
||||
18
fhem/www/gplot/SVG_logdb_2.gplot
Normal file
18
fhem/www/gplot/SVG_logdb_2.gplot
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by FHEM/98_SVG.pm, 2016-09-23 19:59:20
|
||||
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 'Wetterstation'
|
||||
set ytics
|
||||
set y2tics
|
||||
set grid
|
||||
set ylabel "Druck"
|
||||
set y2label "Wind"
|
||||
|
||||
#logdb myWH1080:Wind-Gust
|
||||
#logdb myWH1080:rel-Pressure
|
||||
|
||||
plot "<IN>" using 1:2 axes x1y2 title 'Böhen' ls l0 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y1 title 'Druck' ls l1 lw 1 with lines
|
||||
24
fhem/www/gplot/SVG_logdb_3.gplot
Normal file
24
fhem/www/gplot/SVG_logdb_3.gplot
Normal file
@@ -0,0 +1,24 @@
|
||||
# Created by FHEM/98_SVG.pm, 2017-11-09 18:05:35
|
||||
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 'Heizung DG'
|
||||
set ytics
|
||||
set y2tics
|
||||
set grid
|
||||
set ylabel ""
|
||||
set y2label "Temperature"
|
||||
|
||||
#logdb DG_VL:temperature::
|
||||
#logdb rl7:temperature::
|
||||
#logdb RL_Bad:temperature::
|
||||
#logdb rl9:temperature::
|
||||
#logdb OG_VL:temperature::
|
||||
|
||||
plot "<IN>" using 1:2 axes x1y2 title 'VL' ls l0 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Studio' ls l1 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Bad' ls l2 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Schlaf' ls l3 lw 1 with lines,\
|
||||
"<IN>" using 1:2 axes x1y2 title 'Vl og' ls l4 lw 1 with lines
|
||||
Reference in New Issue
Block a user