mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
10_EnOcean: commandref: further explanations added
git-svn-id: https://svn.fhem.de/fhem/trunk@9228 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4d61c1384b
commit
11bd503cb4
@ -12074,17 +12074,15 @@ EnOcean_Undef($$)
|
||||
<li>teachOut<br>
|
||||
initiate UTE teach-out (slave)</li>
|
||||
</ul><br>
|
||||
The generic profile device is configured using the following attributes:<br>
|
||||
The valve controller is configured using the following attributes:<br>
|
||||
<ul>
|
||||
<li><a href="#EnOcean_comMode">comMode</a></li>
|
||||
<li><a href="#EnOcean_devMode">devMode</a></li>
|
||||
<li><a href="#EnOcean_gpDef">gpDef</a></li>
|
||||
<li><a href="#EnOcean_manufID">manufID</a></li>
|
||||
</ul>
|
||||
The attr subType must be genericProfile. This is done if the device was
|
||||
created by autocreate. If the profile in slave mode is operated, especially the channel
|
||||
definition in the gpDef attributes must be entered manually.
|
||||
</li>
|
||||
The attr subType must be valveCtrl.00. This is done if the device was
|
||||
created by autocreate. To control the device, it must be bidirectional paired,
|
||||
see <a href="#EnOcean_teach-in">Bidirectional Teach-In / Teach-Out</a>. The profile
|
||||
behaves like a master or slave, see <a href="#EnOcean_devMode">devMode</a>.
|
||||
</li>
|
||||
<br><br>
|
||||
|
||||
<li>Generic Profiles<br>
|
||||
@ -12101,12 +12099,16 @@ EnOcean_Undef($$)
|
||||
<li>teachOut<br>
|
||||
sent teach-out telegram</li>
|
||||
</ul><br>
|
||||
[data] = <1-byte hex ... 512-byte hex><br>
|
||||
[status] = 0x00 ... 0xFF<br>
|
||||
With the help of this command data messages in hexadecimal format can be sent.
|
||||
Telegram types (RORG) 1BS, 4BS, RPS, MSC, UTE, VLD, GPCD, GPSD, GPTI and GPTR are supported.
|
||||
For further information, see <a href="http://www.enocean-alliance.org/eep/">EnOcean Equipment Profiles (EEP)</a> and
|
||||
Generic Profiles.
|
||||
The generic profile device is configured using the following attributes:<br>
|
||||
<ul>
|
||||
<li><a href="#EnOcean_comMode">comMode</a></li>
|
||||
<li><a href="#EnOcean_devMode">devMode</a></li>
|
||||
<li><a href="#EnOcean_gpDef">gpDef</a></li>
|
||||
<li><a href="#EnOcean_manufID">manufID</a></li>
|
||||
</ul>
|
||||
The attr subType must be genericProfile. This is done if the device was
|
||||
created by autocreate. If the profile in slave mode is operated, especially the channel
|
||||
definition in the gpDef attributes must be entered manually.
|
||||
</li>
|
||||
<br><br>
|
||||
|
||||
@ -12397,10 +12399,10 @@ EnOcean_Undef($$)
|
||||
EnOcean Equipment Profile (EEP)
|
||||
</li>
|
||||
<li><a name="EnOcean_gpDef">gpDef</a> <name of channel 00>:<O|I>:<channel type>:
|
||||
<signal type>:<value type>[[:<resolution>]
|
||||
<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>]
|
||||
<signal type>:<value type>[:<resolution>
|
||||
[:<engineering min>:<scaling min>:<engineering max>:<scaling max>]]
|
||||
<br>
|
||||
Generic Profiles channel definitions are set automatically in master mode. If the profile in slave mode is operated, the channel
|
||||
@ -14074,7 +14076,7 @@ EnOcean_Undef($$)
|
||||
<li><00...64>-<channel name>Unit <value></li>
|
||||
<li><00...64>-<channel name>ValueType value|setpointAbs|setpointRel</li>
|
||||
<li><00...64>-<channel name>ChannelType teachIn|data|flag|enum</li>
|
||||
<li>teach <value></li>
|
||||
<li>teach <result of teach procedure></li>
|
||||
</ul><br>
|
||||
The attr subType must be genericProfile. This is done if the device was
|
||||
created by autocreate. If the profile in slave mode is operated, especially the channel
|
||||
|
Loading…
Reference in New Issue
Block a user