From ed60ea25cdb8d8df7ef8d422d02678c5493b17fc Mon Sep 17 00:00:00 2001 From: raspii <> Date: Sun, 20 Mar 2016 00:06:04 +0000 Subject: [PATCH] 10_KOPP_FC.pm: Modified Commandref entries git-svn-id: https://svn.fhem.de/fhem/trunk@11092 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_KOPP_FC.pm | 72 +++++++++++++++++++++++++++++++---------- 1 file changed, 55 insertions(+), 17 deletions(-) diff --git a/fhem/FHEM/10_KOPP_FC.pm b/fhem/FHEM/10_KOPP_FC.pm index fa25d9595..c0734dd4b 100644 --- a/fhem/FHEM/10_KOPP_FC.pm +++ b/fhem/FHEM/10_KOPP_FC.pm @@ -12,6 +12,7 @@ # # Date Who Comment # ---------- ------------- ------------------------------------------------------------------------------------------------------------------------------- +# 2016-03-20 RaspII Added some information to Commandref, now attrib contains correct information # 2016-01-30 RaspII Now also Blinds and Switches are implemented (all actuators I have). # 2016-01-12 RaspII Implemented Dimmer Commands for 1&3 key remote, removed toggle # 2015-06-02 RaspII Now can also Handle multiple devices with same code, next step: implement all commands (on, off, toggle... for KOPP_FC_Parse) @@ -788,9 +789,19 @@ if( $msg =~ m/^kr/ ) { # if first two char's are "kr" then we The Kopp Free Control protocol is used by Kopp receivers/actuators and senders. This module is able to send commands to Kopp actuators and receive commands from Kopp transmitters. Currently supports devices: dimmers, switches and blinds. The communication is done via a CUL or compatible device (e.g. CCD...). - This devices must be defined before using this protocol (e.g. "define CUL_0 CUL /dev/ttyAMA0@38400 1234" and "attr CUL_0 rfmode KOPP_FC" ). + This devices must be defined before using this protocol.

+ Assign the Kopp Free Control protocol to a CUL or compatible device + +
Define +
Set
Examples:
-    set DimmerDevice on 		# will toggle dimmer device (e.g. lamp) on/off
-    set DimmerDevice dimm 		# will start dimming process
-    set DimmerDevice stop       	# will stop dimming process
+    set Dimmer on          # will toggle dimmer device on/off for 1Key remote control, 
+                             will switch on for 3 key remote control
+    set Dimmer off         # will switch dimmer device off (3 key remote control)
+    set Dimmer dimm        # will start dimming process
+    set Dimmer stop        # will stop dimming process
    	
-
Attributes
-

Example: FHEM Config for Dimmer via 1 Key remote control: + Examples + -

Example: FHEM Config for Dimmer via 3 Key remote control: +
FHEM Config for Dimmer via 3 Key remote control: + + -
+

+ Additional Information you can find in corresponding FHEM Wiki + +

- + + =end html