mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 14:04:15 +00:00
10_EnOcean: commandref: further explanations added
git-svn-id: https://svn.fhem.de/fhem/trunk@9238 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
301fc0c477
commit
e1841500c9
@ -1,6 +1,5 @@
|
|||||||
##############################################
|
##############################################
|
||||||
# $Id$
|
# $Id$
|
||||||
# 2015-09-12
|
|
||||||
|
|
||||||
# EnOcean Security in Perl, teach-in, VAES, MAC and message handling
|
# EnOcean Security in Perl, teach-in, VAES, MAC and message handling
|
||||||
# Copyright: Jan Schneider (timberwolf at tec-observer dot de)
|
# Copyright: Jan Schneider (timberwolf at tec-observer dot de)
|
||||||
@ -319,9 +318,10 @@ my %EnO_eepConfig = (
|
|||||||
#"F6.10.01" => {attr => {subType => "windowHandle.01"}},
|
#"F6.10.01" => {attr => {subType => "windowHandle.01"}},
|
||||||
"F6.3F.7F" => {attr => {subType => "switch.7F"}},
|
"F6.3F.7F" => {attr => {subType => "switch.7F"}},
|
||||||
"B0.00.00" => {attr => {subType => "genericProfile"}},
|
"B0.00.00" => {attr => {subType => "genericProfile"}},
|
||||||
1 => {attr => {subType => "FRW"}},
|
# special profiles
|
||||||
2 => {attr => {subType => "PM101"}},
|
"FF.FF.FD" => {attr => {subType => "FRW"}},
|
||||||
3 => {attr => {subType => "raw"}},
|
"FF.FF.FE" => {attr => {subType => "PM101"}},
|
||||||
|
"FF.FF.FF" => {attr => {subType => "raw"}},
|
||||||
);
|
);
|
||||||
|
|
||||||
my %EnO_getRemoteFunctionCode = (
|
my %EnO_getRemoteFunctionCode = (
|
||||||
@ -11182,6 +11182,15 @@ EnOcean_Undef($$)
|
|||||||
<ul><br>
|
<ul><br>
|
||||||
<code>define sensor1 EnOcean A5-02-05</code><br>
|
<code>define sensor1 EnOcean A5-02-05</code><br>
|
||||||
</ul><br>
|
</ul><br>
|
||||||
|
|
||||||
|
Inofficial EEP for special devices
|
||||||
|
<ul>
|
||||||
|
<li>FF-FF-FE Smoke Detector [Eltako FRW]<br></li>
|
||||||
|
<li>FF-FF-FD Light and Presence Sensor [Omnio Ratio eagle-PM101]<br></li>
|
||||||
|
<li>FF-FF-FF EnOcean RAW profile<br></li>
|
||||||
|
<br><br>
|
||||||
|
</ul>
|
||||||
|
|
||||||
The <a href="#autocreate">autocreate</a> module may help you if the actor or sensor send
|
The <a href="#autocreate">autocreate</a> 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
|
acknowledge messages or teach-in telegrams. In order to control this devices e. g. switches with
|
||||||
additional SenderIDs you can use the attributes <a href="#subDef">subDef</a>,
|
additional SenderIDs you can use the attributes <a href="#subDef">subDef</a>,
|
||||||
@ -12455,8 +12464,8 @@ EnOcean_Undef($$)
|
|||||||
<li><a name="EnOcean_eep">eep</a> <00...FF>-<00...3F>-<00...7F><br>
|
<li><a name="EnOcean_eep">eep</a> <00...FF>-<00...3F>-<00...7F><br>
|
||||||
EnOcean Equipment Profile (EEP)
|
EnOcean Equipment Profile (EEP)
|
||||||
</li>
|
</li>
|
||||||
<li><a name="EnOcean_gpDef">gpDef</a> <name of channel 00>:<O|I>:<channel type>:[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]] ...
|
<li><a name="EnOcean_gpDef">gpDef</a> <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>]]
|
<name of channel 64>:<O|I>:<channel type>:<signal type>:<value type>[:<resolution>[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]]
|
||||||
<br>
|
<br>
|
||||||
Generic Profiles channel definitions are set automatically in master mode. If the profile in slave mode is operated, the channel
|
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
|
definition must be entered manually. For each channel, the channel definitions are to be given in ascending order. The channel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user