diff --git a/fhem/www/gplot/SVG_logDGHeizungRL.gplot b/fhem/www/gplot/SVG_logDGHeizungRL.gplot new file mode 100644 index 000000000..a79dc85dc --- /dev/null +++ b/fhem/www/gplot/SVG_logDGHeizungRL.gplot @@ -0,0 +1,20 @@ +# Created by FHEM/98_SVG.pm, 2015-11-04 22:49:54 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +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 "" using 1:2 axes x1y2 title 'RL7' ls l0 lw 1 with lines,\ + "" using 1:2 axes x1y2 title 'RL_Bad' ls l1 lw 1 with lines,\ + "" using 1:2 axes x1y2 title 'RL9' ls l2 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logDGHeizung_1.gplot b/fhem/www/gplot/SVG_logDGHeizung_1.gplot new file mode 100644 index 000000000..671d30175 --- /dev/null +++ b/fhem/www/gplot/SVG_logDGHeizung_1.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-11-04 22:46:57 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperature" + +#logDGHeizung 4:DG_VL.*:0: + +plot "" using 1:2 axes x1y2 title 'VL' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logOgRvKueche.gplot b/fhem/www/gplot/SVG_logOgRvKueche.gplot new file mode 100644 index 000000000..81644295a --- /dev/null +++ b/fhem/www/gplot/SVG_logOgRvKueche.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-27 22:27:15 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "Humidity" +set y2label "Temperature" + +#logOgRvKueche 4:RegExp:: + +plot "" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logOgVl.gplot b/fhem/www/gplot/SVG_logOgVl.gplot new file mode 100644 index 000000000..5e0df879c --- /dev/null +++ b/fhem/www/gplot/SVG_logOgVl.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-31 10:40:49 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "Humidity" +set y2label "Temperature" + +#logOgVl 4:OG_VL.temperature\x3a:0: + +plot "" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logOgVl_1.gplot b/fhem/www/gplot/SVG_logOgVl_1.gplot new file mode 100644 index 000000000..c03fbe4f7 --- /dev/null +++ b/fhem/www/gplot/SVG_logOgVl_1.gplot @@ -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 crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " + +set title '' +set ylabel "Humidity" +set y2label "Temperature" +set grid +set ytics +set y2tics + +#FileLog 4:RegExp:: + +plot "" using 1:2 title 'Line 1' with lines diff --git a/fhem/www/gplot/SVG_logOgVl_2.gplot b/fhem/www/gplot/SVG_logOgVl_2.gplot new file mode 100644 index 000000000..8aefbebc6 --- /dev/null +++ b/fhem/www/gplot/SVG_logOgVl_2.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-27 21:46:26 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperatur" + +#logOgVl 4:OG_VL.temperature\x3a:0: + +plot "" using 1:2 axes x1y2 title 'VL' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logRlFlur.gplot b/fhem/www/gplot/SVG_logRlFlur.gplot new file mode 100644 index 000000000..2011d5438 --- /dev/null +++ b/fhem/www/gplot/SVG_logRlFlur.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-30 23:05:40 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperature" + +#logRlFlur 4:OG_RL_Flur.*:0: + +plot "" using 1:2 axes x1y2 title 'Flur' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logRlKueche.gplot b/fhem/www/gplot/SVG_logRlKueche.gplot new file mode 100644 index 000000000..d5c3d4614 --- /dev/null +++ b/fhem/www/gplot/SVG_logRlKueche.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-27 22:37:42 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperature" + +#logRlKueche 4:OG_RL_Kueche.temperature\x3a:0: + +plot "" using 1:2 axes x1y2 title 'Kueche' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logRlWohn1.gplot b/fhem/www/gplot/SVG_logRlWohn1.gplot new file mode 100644 index 000000000..2f51b518f --- /dev/null +++ b/fhem/www/gplot/SVG_logRlWohn1.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-30 23:06:33 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperatur" + +#logRlWohn1 4:OG_RL_Wohn1.*:0: + +plot "" using 1:2 axes x1y2 title 'Wohn1' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logRlWohn2.gplot b/fhem/www/gplot/SVG_logRlWohn2.gplot new file mode 100644 index 000000000..5683bf018 --- /dev/null +++ b/fhem/www/gplot/SVG_logRlWohn2.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-10-30 23:07:05 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperatur" + +#logRlWohn2 4:OG_RL_Wohn2.*:0: + +plot "" using 1:2 axes x1y2 title 'Wohn2' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logTempBad.gplot b/fhem/www/gplot/SVG_logTempBad.gplot new file mode 100644 index 000000000..6bfbe44fd --- /dev/null +++ b/fhem/www/gplot/SVG_logTempBad.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-11-28 18:14:03 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperature" + +#logTempBad 4:tempBad.temperature\x3a:: + +plot "" using 1:2 axes x1y2 title 'Bad' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logTempKueche_1.gplot b/fhem/www/gplot/SVG_logTempKueche_1.gplot new file mode 100644 index 000000000..70c8ee42e --- /dev/null +++ b/fhem/www/gplot/SVG_logTempKueche_1.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-12-04 20:26:59 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "Humidity" +set y2label "Temperature" + +#logTempKueche 4:tempKueche.temperature\x3a:: + +plot "" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logTempSchlaf.gplot b/fhem/www/gplot/SVG_logTempSchlaf.gplot new file mode 100644 index 000000000..eabed6653 --- /dev/null +++ b/fhem/www/gplot/SVG_logTempSchlaf.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-11-24 09:12:53 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperature" + +#logTempSchlaf 4:tempSchlaf.*:0: + +plot "" using 1:2 axes x1y2 title 'Schlaf' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logTempStudio.gplot b/fhem/www/gplot/SVG_logTempStudio.gplot new file mode 100644 index 000000000..13858346f --- /dev/null +++ b/fhem/www/gplot/SVG_logTempStudio.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-11-28 19:38:06 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "" +set y2label "Temperature" + +#logTempStudio 4:tempStudio.temperature\x3a:: + +plot "" using 1:2 axes x1y2 title 'Studio' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logTempWohn.gplot b/fhem/www/gplot/SVG_logTempWohn.gplot new file mode 100644 index 000000000..6a90a66af --- /dev/null +++ b/fhem/www/gplot/SVG_logTempWohn.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-12-04 19:42:32 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "Humidity" +set y2label "Temperature" + +#FileLog_CUL_FHTTK_150d42 parameter + +plot "" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines diff --git a/fhem/www/gplot/SVG_logTempWohn_1.gplot b/fhem/www/gplot/SVG_logTempWohn_1.gplot new file mode 100644 index 000000000..e222a1ca2 --- /dev/null +++ b/fhem/www/gplot/SVG_logTempWohn_1.gplot @@ -0,0 +1,16 @@ +# Created by FHEM/98_SVG.pm, 2015-12-04 19:49:10 +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +set ytics +set y2tics +set grid +set ylabel "Humidity" +set y2label "Temperature" + +#logTempWohn 4:tempWohn.temperature\x3a:: + +plot "" using 1:2 axes x1y2 title 'Line 1' ls l0 lw 1 with lines