2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

Removed the advice for report1

git-svn-id: https://svn.fhem.de/fhem/trunk@1043 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-10-03 18:32:17 +00:00
parent 3f81330793
commit 89707bdf42

View File

@ -1565,10 +1565,9 @@ A line ending with \ will be concatenated with the next one, so long lines
24:00 means off. 24:00 means off.
<br><br> <br><br>
<li>As the FHT stops sending the values every 5-10 <li>To synchronize the FHT time and to "wake" muted FHTs it is adviseable
days, it is adviseable to schedule following command regularly:<br> to schedule following command:<br>
<code>define fht_report at +*06:00:00 <code>define fht_sync at +*3:30 set TYPE=FHT time
set &lt;name&gt; report1 255 report2 255</code>
<br><br> <br><br>
<li><code>report1</code> with parameter 255 requests all settings for <li><code>report1</code> with parameter 255 requests all settings for
@ -1587,6 +1586,9 @@ A line ending with \ will be concatenated with the next one, so long lines
appropriate appropriate
by the FHT. by the FHT.
<br><br> <br><br>
<b>Note:</b> This command generates a lot of RF traffic, which can
lead to further problems, especially if the reception is not clear.
<br><br>
<li><code>report2</code> with parameter 255 requests the following <li><code>report2</code> with parameter 255 requests the following
settings to be reported: day-temp night-temp windowopen-temp settings to be reported: day-temp night-temp windowopen-temp
@ -6916,8 +6918,8 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
Examples: Examples:
<pre> <pre>
# "Reset" the FHT80 if we do not receive any message for 15 Minutes # Talk to the FHT80 if we do not receive any message for 15 Minutes
define w watchdog FHT80 00:15:00 SAME set FHT80 refreshvalues define w watchdog FHT80 00:15:00 SAME set FHT80 time
# Shout if the HMS100-FIT is not alive # Shout if the HMS100-FIT is not alive
define w watchdog HMS100-FIT 01:00:00 SAME "alarm-fit.sh" define w watchdog HMS100-FIT 01:00:00 SAME "alarm-fit.sh"
</pre> </pre>