glots fuer onewire sensoren hinzu

This commit is contained in:
2015-12-05 18:21:40 +01:00
committed by Marc Hoppe
parent f955fa1a0f
commit b4aa15f125
16 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Created by FHEM/98_SVG.pm, 2015-11-04 22:49:54
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 ""
set y2label "Temperature"
#logDGHeizung 4:rl7.*:0:
#logDGHeizung 4:RL_Bad.*:0:
#logDGHeizung 4:rl9.*:0:
plot "<IN>" using 1:2 axes x1y2 title 'RL7' ls l0 lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'RL_Bad' ls l1 lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'RL9' ls l2 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-11-04 22:46:57
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 ""
set y2label "Temperature"
#logDGHeizung 4:DG_VL.*:0:
plot "<IN>" using 1:2 axes x1y2 title 'VL' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-27 22:27:15
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"
#logOgRvKueche 4:RegExp::
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-31 10:40: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 '<TL>'
set ytics
set y2tics
set grid
set ylabel "Humidity"
set y2label "Temperature"
#logOgVl 4:OG_VL.temperature\x3a:0:
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines

View File

@@ -0,0 +1,21 @@
############################
# Display the power reported by the EM1010
# Corresponding FileLog definition:
# define ememlog FileLog /var/log/fhem/emem-%Y.log emem:power.*
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 ylabel "Humidity"
set y2label "Temperature"
set grid
set ytics
set y2tics
#FileLog 4:RegExp::
plot "<IN>" using 1:2 title 'Line 1' with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-27 21:46:26
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 ""
set y2label "Temperatur"
#logOgVl 4:OG_VL.temperature\x3a:0:
plot "<IN>" using 1:2 axes x1y2 title 'VL' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-30 23:05:40
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 ""
set y2label "Temperature"
#logRlFlur 4:OG_RL_Flur.*:0:
plot "<IN>" using 1:2 axes x1y2 title 'Flur' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-27 22:37: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 '<TL>'
set ytics
set y2tics
set grid
set ylabel ""
set y2label "Temperature"
#logRlKueche 4:OG_RL_Kueche.temperature\x3a:0:
plot "<IN>" using 1:2 axes x1y2 title 'Kueche' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-30 23:06:33
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 ""
set y2label "Temperatur"
#logRlWohn1 4:OG_RL_Wohn1.*:0:
plot "<IN>" using 1:2 axes x1y2 title 'Wohn1' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-10-30 23:07:05
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 ""
set y2label "Temperatur"
#logRlWohn2 4:OG_RL_Wohn2.*:0:
plot "<IN>" using 1:2 axes x1y2 title 'Wohn2' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-11-28 18:14:03
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 ""
set y2label "Temperature"
#logTempBad 4:tempBad.temperature\x3a::
plot "<IN>" using 1:2 axes x1y2 title 'Bad' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-12-04 20:26:59
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"
#logTempKueche 4:tempKueche.temperature\x3a::
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-11-24 09:12:53
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 ""
set y2label "Temperature"
#logTempSchlaf 4:tempSchlaf.*:0:
plot "<IN>" using 1:2 axes x1y2 title 'Schlaf' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-11-28 19:38:06
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 ""
set y2label "Temperature"
#logTempStudio 4:tempStudio.temperature\x3a::
plot "<IN>" using 1:2 axes x1y2 title 'Studio' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-12-04 19:42:32
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"
#FileLog_CUL_FHTTK_150d42 parameter
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines

View File

@@ -0,0 +1,16 @@
# Created by FHEM/98_SVG.pm, 2015-12-04 19:49:10
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"
#logTempWohn 4:tempWohn.temperature\x3a::
plot "<IN>" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines