diff --git a/docs/commandref.html b/docs/commandref.html index aafa522c0..f4dbdf5ce 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -101,6 +101,7 @@ M232Voltage OWFS OWTEMP + RFXCOM SCIVT SISPM SIS_PMS @@ -3754,6 +3755,52 @@ audio + +
+ RFXCOM sells RF receivers and transmitters
+ for a variety of protocols. The 433.92MHz receivers support many Oregon Scientific weather sensors. + + 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 + 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 + 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. + + + Define +
define <name> RFXCOM <device> + + USB-connected (80002):
+ Example: + define RFXCOMUSB RFXCOM /dev/ttyUSB0
+ + + Network-connected devices:
+ |