mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 05:01:57 +00:00
holiday text modified (Thanks to Thomas)
git-svn-id: https://svn.fhem.de/fhem/trunk@760 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d33b38aa54
commit
748d8a64fb
@ -1431,8 +1431,8 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
holiday_short.</code><br>
|
holiday_short.</code><br>
|
||||||
If the mode is holiday, then
|
If the mode is holiday, then
|
||||||
<ul>
|
<ul>
|
||||||
<li>holiday1 sets the end-day of the holiday</li>
|
<li>holiday1 sets the end-time of the holiday, in 10-minute steps</li>
|
||||||
<li>holiday2 sets the end-month of the holiday</li>
|
<li>holiday2 sets the end-day of the holiday</li>
|
||||||
</ul>
|
</ul>
|
||||||
For holiday_short
|
For holiday_short
|
||||||
<ul>
|
<ul>
|
||||||
@ -1719,7 +1719,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<a name="CUL_FHTTK"></a>
|
<a name="CUL_FHTTK"></a>
|
||||||
<h3>CUL_FHTTK</h3>
|
<h3>CUL_FHTTK</h3>
|
||||||
<ul>
|
<ul>
|
||||||
This module handles messages from the FHT80 TF "Fenster-T<EFBFBD>r-Kontakt" (Window-Door-Contact)
|
This module handles messages from the FHT80 TF "Fenster-Tür-Kontakt" (Window-Door-Contact)
|
||||||
which are normally only acted upon by the <a href="#FHT">FHT80B</a>. With this module,
|
which are normally only acted upon by the <a href="#FHT">FHT80B</a>. With this module,
|
||||||
FHT80 TFs are in a limited way (see <a href="http://fhz4linux.info/tiki-index.php?page=FHT+protocol">Wiki</a>
|
FHT80 TFs are in a limited way (see <a href="http://fhz4linux.info/tiki-index.php?page=FHT+protocol">Wiki</a>
|
||||||
for detailed explanation of TF's mode of operation) usable similar to HMS100 TFK. The name
|
for detailed explanation of TF's mode of operation) usable similar to HMS100 TFK. The name
|
||||||
@ -1905,6 +1905,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
talks to FHT devices or when CUR requests data.
|
talks to FHT devices or when CUR requests data.
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a name="CULset"></a>
|
<a name="CULset"></a>
|
||||||
<b>Set </b>
|
<b>Set </b>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1913,7 +1914,9 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
details on CUL commands.
|
details on CUL commands.
|
||||||
</li><br>
|
</li><br>
|
||||||
<li>freq / bWidth / rAmpl / sens<br>
|
<li>freq / bWidth / rAmpl / sens<br>
|
||||||
Set the CUL frequency / bandwidth / receiver-amplitude / sensitivity.
|
<a href="#rfmode">SlowRF</a> mode only.<br>
|
||||||
|
Set the CUL frequency / bandwidth / receiver-amplitude / sensitivity<br>
|
||||||
|
|
||||||
Use it with care, it may destroy your hardware and it even may be
|
Use it with care, it may destroy your hardware and it even may be
|
||||||
illegal to do so. Note: the parameters used for RFR transmission are
|
illegal to do so. Note: the parameters used for RFR transmission are
|
||||||
not affected.<br>
|
not affected.<br>
|
||||||
@ -1933,6 +1936,18 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
signals. Default is 4dB.
|
signals. Default is 4dB.
|
||||||
</ul>
|
</ul>
|
||||||
</li><br>
|
</li><br>
|
||||||
|
<li>hmPairForSec<br>
|
||||||
|
<a href="#rfmode">HomeMatic</a> mode only.<br>
|
||||||
|
Set the CUL in Pairing-Mode for the given seconds. Any device set into
|
||||||
|
pairing mode in this time will be paired with fhem.
|
||||||
|
</li><br>
|
||||||
|
<li>hmPairSerial<br>
|
||||||
|
<a href="#rfmode">HomeMatic</a> mode only.<br>
|
||||||
|
Try to pair with the given device. The argument is a 10 character
|
||||||
|
string, usually starting with letters and ending with digits, printed on
|
||||||
|
the backside of the device. It is not necessary to put the given device
|
||||||
|
in learning mode.
|
||||||
|
</li><br>
|
||||||
<li>led<br>
|
<li>led<br>
|
||||||
Set the CUL led off (00), on (01) or blinking (02).
|
Set the CUL led off (00), on (01) or blinking (02).
|
||||||
</li><br>
|
</li><br>
|
||||||
@ -2007,11 +2022,6 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<li><a name="rfmode">hm_autopair</a><br>
|
|
||||||
Only useful in HomeMatic mode, see rfmode above. The CUL_HM Module will
|
|
||||||
try to pair any device requesting a pairing.
|
|
||||||
</li><br>
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
</ul>
|
</ul>
|
||||||
@ -2147,9 +2157,9 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<code>define <name> CUL_HM <6-digit-hex-code></code>
|
<code>define <name> CUL_HM <6-digit-hex-code></code>
|
||||||
<br><br>
|
<br><br>
|
||||||
Try to avoid this command with the <a href="#autocreate">autocreate</a>
|
Try to avoid this command with the <a href="#autocreate">autocreate</a>
|
||||||
module enabled, and the <a href="#hm_autopair">hm_autopair</a> attribute
|
module enabled. Now you have two possibilities, both as a set command to
|
||||||
set for the corresponding CUL device. Now set the physical device in
|
the corresponding CUL device: <a href="#CULset">hmPairForSec</a> and
|
||||||
pairing mode (Anlernmodus), the rest should happen automatically.<br>
|
<a href="#CULset">hmPairSerial</a>.
|
||||||
<br>
|
<br>
|
||||||
If a device was not paired with the CUL, then it won't know its subType,
|
If a device was not paired with the CUL, then it won't know its subType,
|
||||||
and therefore won't be able to interpret device messages correctly.
|
and therefore won't be able to interpret device messages correctly.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user