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 CUL_0 CUL /dev/ttyAMA0@38400 1234
attr CUL_0 rfmode KOPP_FC
+ 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
attr CUL_0 rfmode KOPP_FC
+ attr <name> model <value>
<value>
Switch_8080_01
Switch_8080_01_2Key
Blind_8080_02
Timer_8080_04
Dimm_8011_00
Dimm_8011_00_3Key
define Dimmer KOPP_FC 65 FA5E 02
attr Dimmer IODev CCD
attr Dimmer IODev CUL_0
attr Dimmer devStateIcon OnOff:toggle:dimm dimm:dim50%:stop stop:on:dimm off:toggle:dimm
attr Dimmer eventMap on:OnOff dimm:dimm stop:stop
attr Dimmer group Dimmer_1KeyMode
attr Dimmer group TestGroup
attr Dimmer model Dimm_8011_00
attr Dimmer room Test
attr Dimmer room TestRoom
attr Dimmer webCmd OnOff:dimm:stop
define SDimmer KOPP_FC 65 FA5E 02 55 75
attr SDimmer IODev CUL_0
attr SDimmer devStateIcon dimm:dim50%:stop stop:on:off on:on:off off:off:on
attr SDimmer group TestGroup
attr SDimmer icon light_pendant_light
attr SDimmer model Dimm_8011_00_3Key
attr SDimmer room TestRoom
attr SDimmer webCmd on:dimm:stop:off