From e7bd8f40e82021e3e6e9eff75dc8efa13fd5a4c2 Mon Sep 17 00:00:00 2001 From: "klaus.schauer" <> Date: Fri, 22 Feb 2019 15:25:59 +0000 Subject: [PATCH] En0_D2-43-xx: plot for new profile EEP D2-34-xx git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18691 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/gplot/EnO_D2-34-xx.gplot | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www/gplot/EnO_D2-34-xx.gplot diff --git a/www/gplot/EnO_D2-34-xx.gplot b/www/gplot/EnO_D2-34-xx.gplot new file mode 100644 index 000000000..7b1df2138 --- /dev/null +++ b/www/gplot/EnO_D2-34-xx.gplot @@ -0,0 +1,28 @@ +############################################## +# $Id$ + +# Attribute 'small' is useful for gnuplot/-scroll only, +# if plotsize is less than 800,400 +#set terminal png transparent small size crop + +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set ytics +#set y2tics +set title '' +set grid xtics ytics +set ylabel "t/C" +#set y2label "rH/%" + +#FileLog 4:temperature0\x3a:0: +#FileLog 4:setpointTemp0\x3a:0: +#FileLog 4:setpointTempRefDev0\x3a:0: +#FileLog 4:setpointTempShift0\x3a:0: + +plot "" using 1:2 ls l0 axes x1y1 title 'Temperature' with lines,\ + "" using 1:2 ls l1 axes x1y1 title 'Setpoint Temperature' with steps,\ + "" using 1:2 ls l2 axes x1y1 title 'Setpoint Temperature RefDev' with steps,\ + "" using 1:2 ls l3 axes x1y1 title 'Setpoint Temperature Shift' with steps