2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 05:01:57 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@245 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2008-09-21 21:43:09 +00:00
parent 01ca906f4d
commit b940835606
2 changed files with 6 additions and 1 deletions

View File

@ -432,3 +432,5 @@
- bugfix: at is executed twice after a modify (rufus99, 2008-09-10) - bugfix: at is executed twice after a modify (rufus99, 2008-09-10)
- feature: FHT internal modifications (better protocol understanding) - feature: FHT internal modifications (better protocol understanding)
- feature: add timestamp to inform - feature: add timestamp to inform
- feature: The strange stty settings in 00_FHEM.pm are optional

View File

@ -636,7 +636,10 @@ fs20usr</pre></li>
for the last hour would exceed 1% (which corresponds roughly to 163 for the last hour would exceed 1% (which corresponds roughly to 163
commands). For this purpose there is a command counter for the last hour commands). For this purpose there is a command counter for the last hour
(see list FHZDEVICE), which triggers with "TRANSMIT LIMIT EXCEEDED" if (see list FHZDEVICE), which triggers with "TRANSMIT LIMIT EXCEEDED" if
there were more than 163 commands in the last hour.<br> there were more than 163 commands in the last hour.<br><br>
If you experience problems (for verbose 4 you get a lot of "Bad CRC message"
in the log), then try to define your device as <br>
<code>define &lt;name&gt; FHZ &lt;serial-device&gt; strangetty</code><br>
</ul> </ul>
<br> <br>