diff --git a/docs/commandref.html b/docs/commandref.html
index 89467a658..c7073dd79 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -98,9 +98,11 @@
M232
M232Counter
M232Voltage
+ OREGON
OWFS
OWTEMP
RFXCOM
+ RFXMETER
SCIVT
SISPM
SIS_PMS
@@ -3891,6 +3893,38 @@ audio
+
+
define <name> OREGON <deviceid> define Kaminzimmer OREGON BTHR918N_ab
+ |
RFXCOM sells RF receivers and transmitters
- for a variety of protocols. The 433.92MHz receivers support many Oregon Scientific weather sensors. + for a variety of protocols. The 433.92MHz receivers supports many Oregon Scientific weather sensors and RFXMeter devices. This module supports receiving messages for the USB attached receivers (Order code: 80002, see http://www.rfxcom.com/receivers.htm). For testing purposes you may also use the LAN based receivers. However the code for LAN access is still in beta stage and not fault tolerant. Therefore you should use the USB attached receiver. - Currently one parser module (41_Oregon.pm) is implemented to parse and process messages for - Oregon Scientific weather sensors. If you need to process other devices that are supported + Currently two parser modules (41_OREGON.pm and 42_RFXMETER.pm) are implemented to parse and process messages for + Oregon Scientific weather sensors and RFXCOM RFXMeter devices. If you need to process other devices that are supported by RFXCOM, you have to implement a new parsing module. See http://www.rfxcom.com/oregon.htm of - Oregon Scientific weather sensors that could be received by the RFXCOM receivers. - Please note that not all sensors are currently implemented in the parser module right now. - The parsing module ist based on the Perl xPL + Oregon Scientific weather sensors that could be received by the RFXCOM receivers. See http://www.rfxcom.com/sensors.htm for RFXMeter device. + Please note that not all Oregon sensors are currently implemented in the parser module right now. + The parsing modules are based on the Perl xPL project parsing modules. Thanks to Mark Hindess from the xPL project for writing this code. - Until now the following Oregon Scientific weather sensors have been tested: BTHR918N, THGR810, THR128, THWR288A, WTGR800. + Until now the following Oregon Scientific weather sensors have been tested successfully: BTHR918N, THGR810, THR128, THWR288A, PCR800, WTGR800. Please give feedback if you use other sensors. Define
define <name> RFXCOM <device> + define <name> RFXCOM <device> [noinit] USB-connected (80002):
+ For example /dev/ttyUSB0. + Example: define RFXCOMUSB RFXCOM /dev/ttyUSB0
- Network-connected devices:
+ Network-connected devices: +
+ + Example: + define RFXCOMTCP RFXCOM 192.168.1.5:10001
+ |
define <name> RFXMETER <deviceid> [<scalefactor>] [<unitname>] define RFXWater RFXMETER 00 0.5 ltr
+ define RFXPower RFXMETER 01 0.001 kwh
+ define RFXGas RFXMETER 02 0.01 cu_m
+