From a4ceaac479a10615469c0481e47a8dd8365c9ff1 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Fri, 17 Dec 2010 18:29:43 +0000
Subject: [PATCH] HM documentation modified
git-svn-id: https://svn.fhem.de/fhem/trunk@768 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref.html | 43 +++++++++++++++++++++++++++------------
1 file changed, 30 insertions(+), 13 deletions(-)
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index 81574989e..80db2377a 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -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
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
- in learning mode.
+ in learning mode if it is a receiver.
led
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
CUL_HM
- Support for eQ-3 HomeMatic devices via the CUL.
+ Support for eQ-3 HomeMatic devices via the CUL family of devices
Prerequisites:
- The rfmode attribute of at least one attached
CUL/CUN device must be set to HomeMatic.
- The protocol used by HomeMatic devices (BidCos, known as AskSin
- in the culfw) must be enabled in the culfw firmware. This is the
- default for all CUN and for newer CUL (i.e. V3.0 and greater) devices
- with culfw firmware version 1.38 and newer.
+ in the culfw) must be enabled in the culfw firmware. This is done
+ for all CUN and for newer CUL (i.e. V3.0 and greater) devices with culfw
+ 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.
- - Note: Currently only remote and switch class devices are
- supported.
+
- Note: Currently supported device families: remote, switch, dimmer,
+ blindActuator, blindActuator.
@@ -2168,13 +2169,29 @@ A line ending with \ will be concatenated with the next one, so long lines
Set
- Depends on the subType of the device.
+ Depends on the subType (i.e family) of the device.
- switch
-
- - on - set the switch on
- - off - set the switch off
-
-
+
+ - on - set the switch on
+ - off - set the switch off
+
+ dimmer, blindActuator
+
+ - 0 - 100 with a resolution of 0.5:
+ set the dimmer / blindActuator to the given value.
+
+ 4Dis (HM-PB-4DIS-WM)
+
+ - text <btn_no> [on|off] <text1> <text2>
+ 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:
+
+ set 4Dis text 1 on On Lamp
+ set 4Dis text 1 off Kitchen Off
+
+