mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
gplot definition for brightness sensor
git-svn-id: https://svn.fhem.de/fhem/trunk@1769 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4cd1c5a9c9
commit
ad8240a992
26
fhem/webfrontend/pgm2/bs4.gplot
Normal file
26
fhem/webfrontend/pgm2/bs4.gplot
Normal file
@ -0,0 +1,26 @@
|
||||
############################
|
||||
# Display brightness sensor log (BS) of the form
|
||||
2012-07-29_16:54:47 e.ext.bs brightness: 39.45 lux: 138267 flags: 0
|
||||
|
||||
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 "brightness / units"
|
||||
#set yrange [0:100]
|
||||
|
||||
set y2tics
|
||||
set y2label "brightness / units"
|
||||
#set y2range [0:100]
|
||||
|
||||
#FileLog 4:::
|
||||
|
||||
plot "<IN>" x1y1 title 'Volume' with lines
|
||||
|
Loading…
Reference in New Issue
Block a user