mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Added support for RFXCOM receivers with Oregon sensors
git-svn-id: https://svn.fhem.de/fhem/trunk@687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9de3ac2302
commit
8c3c05b4a2
@ -101,6 +101,7 @@
|
||||
<a href="#M232Voltage">M232Voltage</a>
|
||||
<a href="#OWFS">OWFS</a>
|
||||
<a href="#OWTEMP">OWTEMP</a>
|
||||
<a href="#RFXCOM">RFXCOM</a>
|
||||
<a href="#SCIVT">SCIVT</a>
|
||||
<a href="#SISPM">SISPM</a>
|
||||
<a href="#SIS_PMS">SIS_PMS</a>
|
||||
@ -3754,6 +3755,52 @@ audio</pre>
|
||||
|
||||
</ul>
|
||||
|
||||
<a name="RFXCOM"></a>
|
||||
<h3>RFXCOM</h3>
|
||||
<ul>
|
||||
<table>
|
||||
<tr><td>
|
||||
<a href="http://www.rfxcom.com">RFXCOM</a> sells RF receivers and transmitters
|
||||
for a variety of protocols. The 433.92MHz receivers support many Oregon Scientific weather sensors. <br>
|
||||
<br>
|
||||
This module supports receiving messages for the USB attached receivers (Order code: 80002, see <a href="http://www.rfxcom.com/receivers.htm">http://www.rfxcom.com/receivers.htm</a>).
|
||||
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.<br>
|
||||
<br>
|
||||
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.<br>
|
||||
See <a href="http://www.rfxcom.com/oregon.htm">http://www.rfxcom.com/oregon.htm</a> 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 <a href="http://www.xpl-perl.org.uk/">Perl xPL</a>
|
||||
project parsing modules. Thanks to Mark Hindess from the xPL project for writing this code. <br>
|
||||
<br>
|
||||
Until now the following Oregon Scientific weather sensors have been tested: BTHR918N, THGR810, THR128, THWR288A, WTGR800. <br>
|
||||
<br>
|
||||
<a name="RFXCOMdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> RFXCOM <device> </code><br>
|
||||
</ul>
|
||||
<br>
|
||||
USB-connected (80002):<br><ul>
|
||||
<device> specifies the USB port to communicate with the RFXCOM receiver.
|
||||
Normally on Linux the device will be named /dev/ttyUSBx, where x is a number.
|
||||
For example /dev/ttyUSB0.<br><br>
|
||||
Example: <br>
|
||||
<code>define RFXCOMUSB RFXCOM /dev/ttyUSB0</code>
|
||||
<br>
|
||||
</ul>
|
||||
<br>
|
||||
Network-connected devices:<br><ul>
|
||||
<device> specifies the host:port of the device. E.g.
|
||||
192.168.1.5:10001
|
||||
</ul>
|
||||
<br>
|
||||
</table>
|
||||
</ul>
|
||||
|
||||
<a name="structure"></a>
|
||||
<h3>structure</h3>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user