mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
temp4hum4 fixed (see google thread gplot-Umbau)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1055 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a92bd94ca7
commit
ff9c4d9263
@ -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' <IN>"\
|
||||
"< egrep 'temperature' <IN>"\
|
||||
using 1:4 axes x1y2 title 'Measured temperature' with lines,\
|
||||
"< egrep 'H:|temperature' <IN>"\
|
||||
"< egrep 'humidity' <IN>"\
|
||||
using 1:4 axes x1y1 title 'Humidity (%)' with lines\
|
||||
|
Loading…
x
Reference in New Issue
Block a user