mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 23:36:37 +00:00
added vol4.gplot for volume display (USF1000)
git-svn-id: https://svn.fhem.de/fhem/trunk@1536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e170413bc0
commit
0b996065ea
26
fhem/FHEM/vol4.gplot
Normal file
26
fhem/FHEM/vol4.gplot
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user