Changes by Peter (HMS100CO and EMGZ) and CommandCounter (inspired by Peter)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@130 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2007-12-23 15:57:37 +00:00
parent 31ffd8e621
commit 9acf7638c4
6 changed files with 284 additions and 4 deletions

View File

@@ -537,7 +537,16 @@ split in multiple lines<br><br>
messages, we just ignore messages which were sent out by our device for the
next 3 seconds (or configured otherwise by filtertimeout).
<br>
For GNU/Linux you may want to read our <a href="linux.html">hints for GNU/Linux</a> about <a href="linux.html#multipledevices">multiple USB devices</a>.
For GNU/Linux you may want to read our <a href="linux.html">hints for
GNU/Linux</a> about <a href="linux.html#multipledevices">multiple USB
devices</a>.<br>
<b>Note:</b>The firmware of the FHZ1x00 will drop commands if the airtime
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
(see list FHZDEVICE), which triggers with "TRANSMIT LIMIT EXCEEDED" if
there were more than 163 commands in the last hour.<br>
</ul>
<br>
@@ -749,6 +758,25 @@ split in multiple lines<br><br>
<br>
</ul>
<a name="EMGZ"></a>
<h4>Type EMGZ</h4>
<ul>
<code>define &lt;name&gt; EMGZ &lt;device-number&gt;</code>
<br><br>
Define up to 4 EM1000GZ attached to the EM1010PC. The device number must
be 9.
Defining an EMGZ will schedule an internal task, which reads the
status of the device every 5 minutes, and triggers notify/filelog commands.
<br><br>
Example:
<ul>
<code>define emgz EMGZ 9</code><br>
</ul>
<br>
</ul>
<a name="M232"></a>
<h4>Type M232</h4>