From 16d8282bb0098791a9a5b3678ee1cdecae2acd2c Mon Sep 17 00:00:00 2001 From: klaus-schauer <> Date: Mon, 23 Nov 2015 05:32:53 +0000 Subject: [PATCH] EnO_A5-20-04_x.gplot: changes git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9979 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/gplot/EnO_A5-20-04.gplot | 6 +++--- www/gplot/EnO_A5-20-04_2.gplot | 2 +- www/gplot/EnO_A5-20-04_3.gplot | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/gplot/EnO_A5-20-04.gplot b/www/gplot/EnO_A5-20-04.gplot index f3ef6c594..fbc4c1f8d 100644 --- a/www/gplot/EnO_A5-20-04.gplot +++ b/www/gplot/EnO_A5-20-04.gplot @@ -23,8 +23,8 @@ set grid xtics ytics set ylabel "t/C" set y2label "t/C" -#FileLog 4:temperature:0: -#FileLog 4:feedTemp:0: +#FileLog 4:temperature\x3a:0: +#FileLog 4:feedTemp\x3a:0: plot "" using 1:2 ls l0 axes x1y1 title 'Temperature' with lines,\ - "" using 1:2 ls l1 axes x1y2 title 'Feed Temperature' with lines + "" using 1:2 ls l1 axes x1y1 title 'Feed Temperature' with lines diff --git a/www/gplot/EnO_A5-20-04_2.gplot b/www/gplot/EnO_A5-20-04_2.gplot index 92ce13d4c..386a96af8 100644 --- a/www/gplot/EnO_A5-20-04_2.gplot +++ b/www/gplot/EnO_A5-20-04_2.gplot @@ -24,7 +24,7 @@ set ylabel "t/C" set y2label "setpoint/%" set y2range [0:100] -#FileLog 4:setpointTemp:0: +#FileLog 4:setpointTemp\x3a:0: #FileLog 4:setpoint\x3a:0: plot "" using 1:2 ls l0 axes x1y1 title 'Setpoint Temperature' with lines,\ diff --git a/www/gplot/EnO_A5-20-04_3.gplot b/www/gplot/EnO_A5-20-04_3.gplot index 9384d51c4..8bdb4365b 100644 --- a/www/gplot/EnO_A5-20-04_3.gplot +++ b/www/gplot/EnO_A5-20-04_3.gplot @@ -15,14 +15,14 @@ set grid xtics ytics set ylabel "t/C" set y2label "PID values" set yrange [10:30] -set y2range [-20:150] +set y2range [-30:150] -#FileLog 4:temperture\x3a:0: +#FileLog 4:temperature\x3a:0: #FileLog 4:setpointTemp\x3a:0: #FileLog 4:setpoint\x3a:0: #FileLog 4:setpointCalc\x3a:0: -#FileLog 4:p_i:0: -#FileLog 4:p_p:0: +#FileLog 4:p_i\x3a:0: +#FileLog 4:p_p\x3a:0: plot "" using 1:2 ls l3 axes x1y1 title 'Temperature' with lines,\ "" using 1:2 ls l0 axes x1y1 title 'Setpoint Temperature' with lines,\