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:
@@ -69,6 +69,7 @@
|
||||
<a href="#global">global</a><br>
|
||||
|
||||
<a href="#ALL3076">ALL3076</a>
|
||||
<a href="#ALL4000T">ALL4000T</a>
|
||||
<a href="#BS">BS</a>
|
||||
<a href="#CM11">CM11</a>
|
||||
<a href="#CUL">CUL</a>
|
||||
@@ -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 <name> ALL4000T <ip-address> <port> <delay></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>
|
||||
|
||||
Reference in New Issue
Block a user