From cc3d8700067ce09bfc46e835545c8fc2f1532ab0 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 5 Oct 2012 07:05:05 +0000 Subject: [PATCH] CUL_HM reformatting, adding, some spelling fixes git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1925 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- docs/commandref.html | 667 +++++++++++++++++++++++++++---------------- 1 file changed, 416 insertions(+), 251 deletions(-) diff --git a/docs/commandref.html b/docs/commandref.html index d45aac9a7..07a8679f2 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -3227,40 +3227,70 @@ A line ending with \ will be concatenated with the next one, so long lines Define + +
@@ -3319,55 +3347,114 @@ A line ending with \ will be concatenated with the next one, so long lines General commands (available to most hm devices): +
subType (i.e family) dependent commands:
  • remotes, pushButton
    - This class of devices does not react on requests unless they are put to learn mode. FHEM obeys this behavior by stacking all requests until learn mode is detected. Manual interaction of the user is necessary to activate learn mode. Whether commands are pending is reported on device level with parameter 'protCmdPend'. + This class of devices does not react on requests unless they are put + to learn mode. FHEM obeys this behavior by stacking all requests until + learn mode is detected. Manual interaction of the user is necessary to + activate learn mode. Whether commands are pending is reported on + device level with parameter 'protCmdPend'. -
  • -
  • virtual
    - -
  • -
  • smokeDetector
    - Note: All these commands work right now only if you have more then one - smoekDetector, and you paired them to form a group. For issuing the - commands you have to use the master of this group, and currently you - have to guess which of the detectors is the master. - -
  • -
  • 4Dis (HM-PB-4DIS-WM) -
  • -
    -
  • Climate-Control (HM-CC-TC) -

  • -
  • OutputUnit (HM-OU-LED16) -
  • -
  • OutputUnit (HM-OU-CFM-PL) -
  • -
  • HM-RC-19xxx -
  • -
  • keyMatic

    -
    -
  • - -
    +
  • devicepair <btn_no> <hmDevice> [single|dual] + [set|unset] [actor|remote]
    + Pair/unpair will establish a connection between a sender-channel and + an actuator-channel called link in HM nomenclatur. Trigger from + sender-channel, e.g. button press, will be processed by the + actuator-channel without CCU interaction. Sender-channel waits for an + acknowledge of each actuator paired to it. Positive indication will be + given once all actuator responded.
    + + Sender must be set into learning mode after command execution. FHEM + postpones the commands until then.
    + + devicepair can be repeated for an existing devicepair. This will cause + parameter reset to HM defaults for this link.
    + + Even though the command is executed on a remote or push-button it will + as well take effect on the actuator directly. Both sides' pairing is + virtually independant and has different impact on sender and receiver + side.
    + + Devicepairing of one actuator-channel to multiple sender-channel as + well as one sender-channel to multiple Actuator-channel is + possible.
    + + <hmDevice> is the actuator-channel to be paired.
    + + <btn_no> is the sender-channel (button) to be paired. If + 'single' is choosen buttons are counted from 1. For 'dual' btn_no is + the number of the Button-pair to be used. I.e. '3' in dual is the + 3rd button pair correcponding to button 5 and 6 in single mode.
    + + If the command is executed on a channel the btn_no is ignored.
    + + [single|dual]: this mode impacts the default behavior of the + Actuator upon using this button. E.g. a dimmer can be learned to a + single button or to a button pair.
    + + 'dual' (default) Button pairs two buttons to one actuator. With a + dimmer this means one button for dim-up and one for dim-down.
    + + 'single' uses only one button of the sender. It is useful for e.g. for + simple switch actuator to toggle on/off. Nevertheless also dimmer can + be learned to only one button.
    + + 'set' will setup pairing for the channels
    + + 'unset' will remove the pairing for the channels
    + + [actor|remote|both] limits the execution to only actor or only remote. + This gives the user the option to redo the pairing on the remote + channel while the settings in the actor will not be removed.
    + + Example: +
  • + +
    + + +
  • virtual
    + +
  • + +
  • smokeDetector
    + Note: All these commands work right now only if you have more then one + smoekDetector, and you paired them to form a group. For issuing the + commands you have to use the master of this group, and currently you + have to guess which of the detectors is the master. + +
  • + +
  • 4Dis (HM-PB-4DIS-WM) +
  • +
    + +
  • Climate-Control (HM-CC-TC) +

  • + +
  • OutputUnit (HM-OU-LED16) +
  • + +
  • OutputUnit (HM-OU-CFM-PL) +
  • + +
  • HM-RC-19xxx +
  • + +
  • keyMatic

    +
    +
  • + +
    Debugging: