2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

HM documentation modified

git-svn-id: https://svn.fhem.de/fhem/trunk@768 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2010-12-17 18:29:43 +00:00
parent cb3aacca5d
commit a4ceaac479

View File

@ -1946,7 +1946,7 @@ A line ending with \ will be concatenated with the next one, so long lines
Try to pair with the given device. The argument is a 10 character Try to pair with the given device. The argument is a 10 character
string, usually starting with letters and ending with digits, printed on string, usually starting with letters and ending with digits, printed on
the backside of the device. It is not necessary to put the given device the backside of the device. It is not necessary to put the given device
in learning mode. in learning mode if it is a receiver.
</li><br> </li><br>
<li>led<br> <li>led<br>
Set the CUL led off (00), on (01) or blinking (02). Set the CUL led off (00), on (01) or blinking (02).
@ -2133,19 +2133,20 @@ A line ending with \ will be concatenated with the next one, so long lines
<a name="CUL_HM"></a> <a name="CUL_HM"></a>
<h3>CUL_HM</h3> <h3>CUL_HM</h3>
<ul> <ul>
Support for eQ-3 HomeMatic devices via the CUL.<br> Support for eQ-3 HomeMatic devices via the CUL family of devices<br>
Prerequisites: Prerequisites:
<ul> <ul>
<li>The <a href="#rfmode">rfmode </a> attribute of at least one attached <li>The <a href="#rfmode">rfmode </a> attribute of at least one attached
CUL/CUN device must be set to HomeMatic. CUL/CUN device must be set to HomeMatic.
</li> </li>
<li>The protocol used by HomeMatic devices (BidCos, known as AskSin <li>The protocol used by HomeMatic devices (BidCos, known as AskSin
in the culfw) must be enabled in the culfw firmware. This is the in the culfw) must be enabled in the culfw firmware. This is done
default for all CUN and for newer CUL (i.e. V3.0 and greater) devices for all CUN and for newer CUL (i.e. V3.0 and greater) devices with culfw
with culfw firmware version 1.38 and newer. firmware version 1.38 and newer. For CUL hardware version before 3.0 there
is a separate firmware with HomeMatic support which lacks FHT support.
</li> </li>
<li><b>Note</b>: Currently only remote and switch class devices are <li><b>Note</b>: Currently supported device families: remote, switch, dimmer,
supported. blindActuator, blindActuator.
</li> </li>
</ul> </ul>
@ -2168,13 +2169,29 @@ A line ending with \ will be concatenated with the next one, so long lines
<a name="CUL_HMset"></a> <a name="CUL_HMset"></a>
<b>Set</b> <b>Set</b>
<ul> <ul>
Depends on the subType of the device. Depends on the subType (i.e family) of the device.
<li>switch <li>switch
<ul> <ul>
<li>on - set the switch on</li> <li>on - set the switch on</li>
<li>off - set the switch off</li> <li>off - set the switch off</li>
</ul> </ul></li>
</li> <li>dimmer, blindActuator
<ul>
<li>0 - 100 with a resolution of 0.5:<br>
set the dimmer / blindActuator to the given value.
</ul></li>
<li>4Dis (HM-PB-4DIS-WM)
<ul>
<li>text &lt;btn_no&gt; [on|off] &lt;text1&gt; &lt;text2&gt;<br>
Set the text on the display of the device. To this purpose issue
this set command first (or a number of them), and then choose from
the teach-in menu of the 4Dis the "Central" to transmit the data.
Example:<br>
<ul>
set 4Dis text 1 on On Lamp<br>
set 4Dis text 1 off Kitchen Off<br>
</ul>
</ul></li>
</ul><br> </ul><br>
<a name="CUL_HMget"></a> <a name="CUL_HMget"></a>