From 0a60cdece075a7ade7043c6f0c9d82e7edb18be5 Mon Sep 17 00:00:00 2001 From: klaus-schauer <> Date: Mon, 15 Aug 2016 12:25:02 +0000 Subject: [PATCH] EnO_A5-13-07: new definition git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11971 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/gplot/EnO_A5-13-07.gplot | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/gplot/EnO_A5-13-07.gplot diff --git a/www/gplot/EnO_A5-13-07.gplot b/www/gplot/EnO_A5-13-07.gplot new file mode 100644 index 000000000..831896744 --- /dev/null +++ b/www/gplot/EnO_A5-13-07.gplot @@ -0,0 +1,19 @@ +############################################## +# $Id$ +# FileLog definition: +# define FileLog_device FileLog ./log/device-%Y.log device + +set terminal png transparent size crop +set output '.png' +set title '' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set ylabel "km/h" +set grid + +#FileLog 4:windSpeedAverage:0: +#FileLog 4:windSpeedMax:0 + +plot "" using 1:2 axes x1y1 title 'Wind Speed Average' ls l0 lw 1 with lines,\ + "" using 1:2 axes x1y1 title 'Wind Speed Max' ls l1 lw 1 with lines"