Added support for ALL4027 Relaybox

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sachag
2010-08-06 09:14:39 +00:00
parent 1e976dfa83
commit 389075fc22
2 changed files with 247 additions and 0 deletions

View File

@@ -70,6 +70,7 @@
<a href="#ALL3076">ALL3076</a> &nbsp;
<a href="#ALL4000T">ALL4000T</a> &nbsp;
<a href="#ALL4027">ALL4027</a> &nbsp;
<a href="#BS">BS</a> &nbsp;
<a href="#CM11">CM11</a> &nbsp;
<a href="#CUL">CUL</a> &nbsp;
@@ -2990,6 +2991,45 @@ Attributes:<br>
</ul>
<br>
</ul>
<a name="ALL4027"></a>
<h3>ALL4027</h3>
<ul>
<a name="ALL4027define"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; ALL4027 &lt;ip-address&gt; &lt;port&gt; &lt;relay_nr&gt; &lt;delay&gt;</code>
<br><br>
Defines an Allnet 4027 device (Box with 8 relays) connected to an ALL4000 via its ip address. The status of the device is also pooled (delay interval), because someone else is able to change the state via the webinterface of the device.<br><br>
Examples:
<ul>
<code>define lamp1 ALL3076 192.168.8.200 0 7 60</code><br>
</ul>
</ul>
<br>
<a name="ALL4027set"></a>
<b>Set </b>
<ul>
<code>set &lt;name&gt; &lt;value&gt;</code>
<br><br>
where <code>value</code> is one of:<br>
<pre>
off
on
toggle
</pre>
Examples:
<ul>
<code>set poolpump on</code><br>
</ul>
<br>
Notes:
<ul>
<li>Toggle is special implemented. List name returns "on" or "off" even after a toggle command</li>
</ul>
</ul>
<a name="BS"></a>
<h3>BS</h3>