USBWX check in for Peter/Wien

git-svn-id: https://svn.fhem.de/fhem/trunk@693 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-08-14 09:40:09 +00:00
parent fdde543556
commit 4e685a5898
2 changed files with 461 additions and 1 deletions

View File

@@ -106,6 +106,7 @@
<a href="#SISPM">SISPM</a> &nbsp;
<a href="#SIS_PMS">SIS_PMS</a> &nbsp;
<a href="#USF1000">USF1000</a> &nbsp;
<a href="#USBWX">USBWX</a> &nbsp;
<a href="#VantagePro2">VantagePro2</a> &nbsp;
<a href="#WS2000">WS2000</a> &nbsp;
<a href="#WS300">WS300</a> &nbsp;
@@ -2973,8 +2974,10 @@ Attributes:<br>
Notes:
<ul>
<li>Toggle is special implemented. List name returns "on" or "off" even after a toggle command</li>
</ul>
</ul>
</ul>
<a name="ALL4000T"></a>
<h3>ALL4000T</h3>
<ul>
@@ -3005,7 +3008,7 @@ Attributes:<br>
Examples:
<ul>
<code>define lamp1 ALL3076 192.168.8.200 0 7 60</code><br>
<code>define lamp1 ALL4027 192.168.8.200 0 7 60</code><br>
</ul>
</ul>
<br>
@@ -3029,6 +3032,7 @@ Attributes:<br>
Notes:
<ul>
<li>Toggle is special implemented. List name returns "on" or "off" even after a toggle command</li>
</ul>
</ul>
</ul>
@@ -4359,6 +4363,48 @@ Terminating
</ul>
<a name="USBWX"></a>
<h3>USBWX</h3>
<ul>
<br>
<a name="USBWXdefine"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; USBWX &lt;serial device&gt;</code>
<br><br>
Defines an ELV <a href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=24916&flv=1">USB-WDE1</a> weatherstation attached via usb.<br>
<br>
The WDE1 is able to receive the following sensors:<br>
<ul>
<li>S 300 TH (implemented and tested)
<li>S 300 IA (implemented)
<li>ASH 2200 (implemented)
<li>PS 50 (implemented)
<li>KS 200/300 (NOT yet implemented)
</ul>
<br>
Example:<pre>
define WDE1Device USBWX /dev/ttyUSB0
</pre>
</ul>
<a name="USBWXset"></a>
<b>Set</b> <ul>N/A</ul><br>
<a name="USBWXget"></a>
<b>Get</b> <ul>N/A</ul><br>
<a name="USBWXattr"></a>
<b>Attributes</b>
<ul>
<li><a href="#model">model</a></li>
<li><a href="#loglevel">loglevel</a></li>
</ul>
<br>
</ul>
<a name="weblink"></a>
<h3>weblink</h3>
<ul>