diff --git a/fhem/FHEM/10_EnOcean.pm b/fhem/FHEM/10_EnOcean.pm
index c58b81dc5..56c51c6e4 100755
--- a/fhem/FHEM/10_EnOcean.pm
+++ b/fhem/FHEM/10_EnOcean.pm
@@ -1,6 +1,5 @@
##############################################
# $Id$
-# 2015-09-12
# EnOcean Security in Perl, teach-in, VAES, MAC and message handling
# Copyright: Jan Schneider (timberwolf at tec-observer dot de)
@@ -319,9 +318,10 @@ my %EnO_eepConfig = (
#"F6.10.01" => {attr => {subType => "windowHandle.01"}},
"F6.3F.7F" => {attr => {subType => "switch.7F"}},
"B0.00.00" => {attr => {subType => "genericProfile"}},
- 1 => {attr => {subType => "FRW"}},
- 2 => {attr => {subType => "PM101"}},
- 3 => {attr => {subType => "raw"}},
+ # special profiles
+ "FF.FF.FD" => {attr => {subType => "FRW"}},
+ "FF.FF.FE" => {attr => {subType => "PM101"}},
+ "FF.FF.FF" => {attr => {subType => "raw"}},
);
my %EnO_getRemoteFunctionCode = (
@@ -11182,6 +11182,15 @@ EnOcean_Undef($$)
define sensor1 EnOcean A5-02-05
+
+ Inofficial EEP for special devices
+
+ - FF-FF-FE Smoke Detector [Eltako FRW]
+ - FF-FF-FD Light and Presence Sensor [Omnio Ratio eagle-PM101]
+ - FF-FF-FF EnOcean RAW profile
+
+
+
The autocreate module may help you if the actor or sensor send
acknowledge messages or teach-in telegrams. In order to control this devices e. g. switches with
additional SenderIDs you can use the attributes subDef,
@@ -12455,8 +12464,8 @@ EnOcean_Undef($$)
eep <00...FF>-<00...3F>-<00...7F>
EnOcean Equipment Profile (EEP)
- gpDef <name of channel 00>:<O|I>:<channel type>:[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]] ...
- <name of channel 64>:<O|I>:<channel type>:<signal type>:<value type>[:<resolution>[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]]
+ gpDef <name of channel 00>:<O|I>:<channel type>:<signal type>:<value type>[:<resolution>[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]] ...
+ <name of channel 64>:<O|I>:<channel type>:<signal type>:<value type>[:<resolution>[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]]
Generic Profiles channel definitions are set automatically in master mode. If the profile in slave mode is operated, the channel
definition must be entered manually. For each channel, the channel definitions are to be given in ascending order. The channel