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:
@@ -106,6 +106,7 @@
|
||||
<a href="#SISPM">SISPM</a>
|
||||
<a href="#SIS_PMS">SIS_PMS</a>
|
||||
<a href="#USF1000">USF1000</a>
|
||||
<a href="#USBWX">USBWX</a>
|
||||
<a href="#VantagePro2">VantagePro2</a>
|
||||
<a href="#WS2000">WS2000</a>
|
||||
<a href="#WS300">WS300</a>
|
||||
@@ -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 <name> USBWX <serial device></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>
|
||||
|
||||
Reference in New Issue
Block a user