From ff9c4d926359008b42168aa1c34b576f25c4f827 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 8 Oct 2011 15:42:22 +0000 Subject: [PATCH] temp4hum4 fixed (see google thread gplot-Umbau) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1055 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- webfrontend/pgm2/temp4hum4.gplot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webfrontend/pgm2/temp4hum4.gplot b/webfrontend/pgm2/temp4hum4.gplot index fbd7c27cd..992a86b94 100644 --- a/webfrontend/pgm2/temp4hum4.gplot +++ b/webfrontend/pgm2/temp4hum4.gplot @@ -17,11 +17,11 @@ set grid xtics y2tics set y2label "Temperature in C" set ylabel "Humidity (%)" -#FileLog 4:T\x3a|temperature:10: -#FileLog 4:H\x3a|humidity:50: +#FileLog 4:temperature:10: +#FileLog 4:humidity:50: plot \ - "< egrep 'T:|temperature' "\ + "< egrep 'temperature' "\ using 1:4 axes x1y2 title 'Measured temperature' with lines,\ - "< egrep 'H:|temperature' "\ + "< egrep 'humidity' "\ using 1:4 axes x1y1 title 'Humidity (%)' with lines\