EnOcean is coming
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
<a href="#SCIVT">SCIVT</a>
|
||||
<a href="#SISPM">SISPM</a>
|
||||
<a href="#SIS_PMS">SIS_PMS</a>
|
||||
<a href="#TCM120">TCM120</a>
|
||||
<a href="#USF1000">USF1000</a>
|
||||
<a href="#USBWX">USBWX</a>
|
||||
<a href="#VantagePro2">VantagePro2</a>
|
||||
@@ -5620,6 +5621,74 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
|
||||
<br>
|
||||
</ul>
|
||||
|
||||
<a name="TCM120"></a>
|
||||
<h3>TCM120</h3>
|
||||
<ul>
|
||||
The TCM120 is an EnOcean Transceiver module, mostly packaged together with a
|
||||
serial to USB chip and an antenna, e.g. the BSC BOR. See also the datasheet
|
||||
available from <a href="http://www.enocean.com">www.enocean.com</a>.<br>
|
||||
This module is the corresponding "physical" part to the <a
|
||||
href="#EnOcean">EnOcean</a> module.<br><br>
|
||||
|
||||
<a name="TCM120define"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> TCM120 <device></code> <br>
|
||||
<br>
|
||||
USB-connected device:<br><ul>
|
||||
<device> specifies the serial port to communicate with the TCM120.
|
||||
The name of the serial-device depends on your distribution, under
|
||||
linux it is commonly /dev/ttyUSB0 .<br>
|
||||
You can also specify a baudrate if the device name contains the @
|
||||
character, e.g.: /dev/ttyACM0@9600<br><br>
|
||||
</ul>
|
||||
Network-connected device (untested):<br><ul>
|
||||
<device> specifies the host:port of the device. E.g.
|
||||
192.168.0.244:2323
|
||||
</ul>
|
||||
<br>
|
||||
If the device is called none, then no device will be opened, so you
|
||||
can experiment without hardware attached.<br>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<a name="TCM120set"></a>
|
||||
<b>Set </b>
|
||||
<ul>
|
||||
<li>idbase<br>
|
||||
<li>modem_off<br>
|
||||
<li>modem_on<br>
|
||||
<li>reset<br>
|
||||
<li>sensitivity<br>
|
||||
<li>sleep<br>
|
||||
<li>wake<br>
|
||||
for details see the datasheet available from www.enocean.com.
|
||||
If you do not understand it, than you probably don't need it :)
|
||||
</li><br>
|
||||
</ul>
|
||||
|
||||
<a name="TCM120get"></a>
|
||||
<b>Get</b>
|
||||
<ul>
|
||||
<li>idbase<br>
|
||||
<li>modem_status<br>
|
||||
<li>sensitivity<br>
|
||||
<li>sw_ver<br>
|
||||
for details see the datasheet available from www.enocean.com
|
||||
</li><br>
|
||||
</ul>
|
||||
|
||||
<a name="TCM120attr"></a>
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||
<li><a href="#attrdummy">dummy</a></li>
|
||||
<li><a href="#loglevel">loglevel</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="weblink"></a>
|
||||
<h3>weblink</h3>
|
||||
<ul>
|
||||
@@ -5740,6 +5809,10 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
|
||||
A special form of label (see above), which replaces the string <TL>
|
||||
in the .gplot file. It defaults to the filename of the logfile.
|
||||
</li>
|
||||
<a name="stylesheet"></a>
|
||||
<li>stylesheet<br>
|
||||
name of the alternative stylesheet file in the FHEM directory.
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user