mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
pgm2 autocreate for Oregon sensors
git-svn-id: https://svn.fhem.de/fhem/trunk@686 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5375b66554
commit
9de3ac2302
@ -19,6 +19,17 @@ my %flogpar = (
|
||||
"HMS:HMS100T._.*" => { GPLOT => "hms:Temp/Hum,", FILTER => "%NAME:T:.*" },
|
||||
"KS300:.*" => { GPLOT => "ks300:Temp/Rain,ks300_2:Wind/Hum,",
|
||||
FILTER => "%NAME:T:.*" },
|
||||
# Oregon sensors:
|
||||
# * temperature
|
||||
"OREGON:(THR128|THWR288A|THN132N).*" => { GPLOT => "oregon_hms_t:Temp,", FILTER => "%NAME" },
|
||||
# * temperature, humidity
|
||||
"OREGON:(THGR810|THGR918|THGR328N|RTGR328N|WTGR800_T).*" => { GPLOT => "oregon_hms:Temp/Hum,", FILTER => "%NAME" },
|
||||
# * temperature, humidity, pressure
|
||||
"OREGON:(BTHR918N|THGR228N|BTHR918|BTHR918N).*" => { GPLOT => "oregon_temp_press:Temp/Press,oregon_hms:Temp/Hum,", FILTER => "%NAME" },
|
||||
# * anenometer
|
||||
"OREGON:(WGR800|WGR918|WTGR800_A).*" => { GPLOT => "oregon_wind:WindDir/WindSpeed,", FILTER => "%NAME" },
|
||||
# * Oregon sensors: Rain gauge
|
||||
#"OREGON:(PCR800).*" => { GPLOT => "oregon_rain:RainRate", FILTER => "%NAME" },
|
||||
);
|
||||
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user