Added support for temperature sensors connected on an Allnet 4000 device.

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@657 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sachag
2010-07-21 07:53:24 +00:00
parent 70734e8e6a
commit 1ddb1987c1
2 changed files with 149 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
<a href="#global">global</a><br>
<a href="#ALL3076">ALL3076</a> &nbsp;
<a href="#ALL4000T">ALL4000T</a> &nbsp;
<a href="#BS">BS</a> &nbsp;
<a href="#CM11">CM11</a> &nbsp;
<a href="#CUL">CUL</a> &nbsp;
@@ -2926,6 +2927,23 @@ A line ending with \ will be concatenated with the next one, so long lines
<li>Toggle is special implemented. List name returns "on" or "off" even after a toggle command</li>
</ul>
</ul>
<a name="ALL4000T"></a>
<h3>ALL4000T</h3>
<ul>
<a name="ALL4000Tdefine"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; ALL4000T &lt;ip-address&gt; &lt;port&gt; &lt;delay&gt;</code>
<br><br>
Defines a temperature sensor connected on an Allnet 4000 device via its ip address and port. Use the delay argument to define the delay between polls.<br><br>
Examples:
<ul>
<code>define AUSSEN.POOL.TEMP.vorlauf ALL4000T 192.168.68.20 t2 120</code><br>
</ul>
</ul>
<br>
</ul>
<a name="BS"></a>
<h3>BS</h3>