USF1000S support for FHEM added (Boris 2009-06-20)
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@394 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
<a href="#WS2000">WS2000</a>
|
||||
<a href="#WS300">WS300</a>
|
||||
<a href="#Weather">Weather</a>
|
||||
<a href="#USF1000">USF1000</a>
|
||||
<a href="#X10">X10</a>
|
||||
<a href="#FHEMRENDERER">FHEMRENDERER</a>
|
||||
|
||||
@@ -2149,7 +2150,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<ul>
|
||||
<br>
|
||||
|
||||
<a name="WS300"></a>
|
||||
<a name="WS300define"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define WS300Device WS300 <serial device></code><br>
|
||||
@@ -2205,7 +2206,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<ul>
|
||||
<br>
|
||||
|
||||
<a name="Weather"></a>
|
||||
<a name="Weatherdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> Weather <location> [<interval>]</code><br>
|
||||
@@ -2277,6 +2278,71 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="USF1000"></a>
|
||||
<h3>USF1000</h3>
|
||||
<ul>
|
||||
Fhem can receive your tank's fill level from the USF1000S device
|
||||
through a <a href="#FHZ">FHZ</a> device, so one must be defined first.
|
||||
The state contains the fill level in % (lower case v in the device state)
|
||||
and the current volume in liters (upper case V in the device state).
|
||||
Measured distance to the liquid's surface, fill level, volume and warnings
|
||||
(Test mode, Battery low) are available.<br>
|
||||
<br>
|
||||
|
||||
<a name="USF1000Define"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> USF1000 <geometry></code>
|
||||
<br><br>
|
||||
|
||||
<code><geometry></code> determines the form of the tank and the
|
||||
position of the sensor. The following geometries are currently
|
||||
supported:<br><br>
|
||||
<ul>
|
||||
<li><code>cub <length> <width> <height> <offset></code></li>
|
||||
<li><code>cylv <diameter> <height> <offset></code></li>
|
||||
</ul>
|
||||
<br>
|
||||
<code>cub</code> stands for a cuboid whose base is <length> × <width>.
|
||||
<code>cylv</code> stands for a vertical cylinder whose diameter is <diameter>.
|
||||
<height> is the distance of the surface of the liquid from the ground
|
||||
if the tank is full. <offset> is the distance of the sensor relative to
|
||||
the surface of the liquid. All quantities are expressed in meters.<br>
|
||||
<br>
|
||||
|
||||
Example:<br>
|
||||
<ul>
|
||||
<code>define MyTank USF1000 cylv 2 1 0.3</code>: a cylindrical water tank with
|
||||
2 meters diameter. The water stands 1 meter high if the tank is full. The
|
||||
sensor is fixed 1,3 meters above ground.<br>
|
||||
</ul>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<b>Set </b>
|
||||
<ul>
|
||||
N/A
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<b>Get</b>
|
||||
<ul>
|
||||
N/A
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||
<li><a href="#showtime">showtime</a></li>
|
||||
<li><a href="#loglevel">loglevel</a></li>
|
||||
<li><a href="#model">model</a> (usf1000s)</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<a name="SCIVT"></a>
|
||||
<h3>SCIVT</h3>
|
||||
|
||||
Reference in New Issue
Block a user