commandref: Enocean changes
This commit is contained in:
@@ -3348,8 +3348,16 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<a name="EnOcean"></a>
|
||||
<h3>EnOcean</h3>
|
||||
<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.
|
||||
<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>
|
||||
<a name="EnOceandefine"></a>
|
||||
<b>Define</b>
|
||||
@@ -3384,6 +3392,31 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
Do not regulate the MD15.</li>
|
||||
</ul></li>
|
||||
|
||||
<li>Eltako-Dimmer-Switch (FUD12NPN, FUD61NP, FUD61NPN). Set subtype: <code>attr mydimmer subType eltakoDimmer</code>
|
||||
<br>
|
||||
Commands:
|
||||
<ul>
|
||||
<li>dimto <value></li>
|
||||
<li>dimup <value></li>
|
||||
<li>dimdown <value></li>
|
||||
<li>on</li>
|
||||
<li>off</li>
|
||||
<li>teach</li>
|
||||
</ul>
|
||||
Attributes:
|
||||
<ul>
|
||||
<li>dimTime <value><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:
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user