This commit is contained in:
Marc Hoppe
2012-02-07 22:56:45 +01:00
committed by Marc Hoppe
parent 59c63c4f5d
commit 5ce95150df

View File

@@ -3327,8 +3327,16 @@ A line ending with \ will be concatenated with the next one, so long lines
<a name="EnOcean"></a> <a name="EnOcean"></a>
<h3>EnOcean</h3> <h3>EnOcean</h3>
<ul> <ul>
Devices sold by numerous hardware verndors (e.g. Eltako, Peha, etc), using Devices sold by numerous hardware vendors (e.g. Eltako, Peha, etc), using
the RF Protocol provided by the EnOcean Alliance. the RF Protocol provided by the EnOcean Alliance.
<br>
To send commands to an Enocean-actuator the <a href="#TCM">TCM</a> can either use the
unique Chip-ID (then you can control only one actuator, but nobody else
can send commands to your device from a normal enocean-module). Or you can set/use the
Base-ID and define a Sub-ID for every device to control (then up to 128 devices
can be controlled, but anyone take over your devices simply by sniffing and copying the base-id).
<br>
To use Sub-IDs set the attribute <code>subId</code> to different values (0-127) for all your devices.
<br><br> <br><br>
<a name="EnOceandefine"></a> <a name="EnOceandefine"></a>
<b>Define</b> <b>Define</b>
@@ -3363,6 +3371,31 @@ A line ending with \ will be concatenated with the next one, so long lines
Do not regulate the MD15.</li> Do not regulate the MD15.</li>
</ul></li> </ul></li>
<li>Eltako-Dimmer-Switch (FUD12NPN, FUD61NP, FUD61NPN). Set subtype: <code>attr mydimmer subType eltakoDimmer</code>
<br>
Commands:
<ul>
<li>dimto &lt;value&gt;</li>
<li>dimup &lt;value&gt;</li>
<li>dimdown &lt;value&gt;</li>
<li>on</li>
<li>off</li>
<li>teach</li>
</ul>
Attributes:
<ul>
<li>dimTime &lt;value&gt;<br>. Set Dimm-velocity (0-255) 0: fast</li>
</ul></li>
<li>Eltako-Roller-Shutter (FSB12, FSB61). Set subtype: <code>attr myroll subType eltakoRoll</code>
<br>
Commands:
<ul>
<li>up</li>
<li>down</li>
<li>stop</li>
<li>teach</li>
</ul></li>
<li>all other: <li>all other:
<ul> <ul>