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 1234attr 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_01Switch_8080_01_2KeyBlind_8080_02Timer_8080_04Dimm_8011_00Dimm_8011_00_3Keydefine Dimmer KOPP_FC 65 FA5E 02attr Dimmer IODev CCDattr Dimmer IODev CUL_0attr Dimmer devStateIcon OnOff:toggle:dimm dimm:dim50%:stop stop:on:dimm off:toggle:dimmattr Dimmer eventMap on:OnOff dimm:dimm stop:stopattr Dimmer group Dimmer_1KeyModeattr Dimmer group TestGroupattr Dimmer model Dimm_8011_00attr Dimmer room Testattr Dimmer room TestRoomattr Dimmer webCmd OnOff:dimm:stopdefine SDimmer KOPP_FC 65 FA5E 02 55 75attr SDimmer IODev CUL_0attr SDimmer devStateIcon dimm:dim50%:stop stop:on:off on:on:off off:off:onattr SDimmer group TestGroupattr SDimmer icon light_pendant_lightattr SDimmer model Dimm_8011_00_3Keyattr SDimmer room TestRoomattr SDimmer webCmd on:dimm:stop:off