diff --git a/fhem/www/gplot/EnO_A5-20-04.gplot b/fhem/www/gplot/EnO_A5-20-04.gplot index f3ef6c594..fbc4c1f8d 100644 --- a/fhem/www/gplot/EnO_A5-20-04.gplot +++ b/fhem/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/fhem/www/gplot/EnO_A5-20-04_2.gplot b/fhem/www/gplot/EnO_A5-20-04_2.gplot index 92ce13d4c..386a96af8 100644 --- a/fhem/www/gplot/EnO_A5-20-04_2.gplot +++ b/fhem/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/fhem/www/gplot/EnO_A5-20-04_3.gplot b/fhem/www/gplot/EnO_A5-20-04_3.gplot index 9384d51c4..8bdb4365b 100644 --- a/fhem/www/gplot/EnO_A5-20-04_3.gplot +++ b/fhem/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,\