added vol4.gplot for volume display (USF1000)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-05-05 16:21:46 +00:00
parent 8e2a0c2eef
commit 6b8a60bf3f

26
fhem/FHEM/vol4.gplot Normal file
View File

@@ -0,0 +1,26 @@
############################
# Display volume log (USF1000) of the form
# 2012-05-05_17:18:49 e.ext.tank v: 62 V: 1850
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set title '<TL>'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set grid xtics y2tics
set ytics nomirror
set ylabel "%"
set yrange [0:100]
set y2tics
set y2label "%"
set y2range [0:100]
#FileLog 4:::
plot "<IN>" x1y1 title 'Volume' with lines