statistics: docu
git-svn-id: https://svn.fhem.de/fhem/trunk@5760 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -421,7 +421,7 @@ statistics_doStatisticDelta ($$$$$)
|
||||
<h3>statistics</h3>
|
||||
<ul>
|
||||
This modul calculates for certain readings of given devices statistical values and adds them to the devices.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<b>Define</b>
|
||||
@@ -441,7 +441,7 @@ statistics_doStatisticDelta ($$$$$)
|
||||
Until now the following device types and readings are analysed:
|
||||
<ul><li><b>CUL_WS:</b> humidity, temperature</li>
|
||||
<li><b>KS300:</b> humidity, temperature, wind, rain</li>
|
||||
<li><b>FBDECT:</b> energy, power, voltage</li>
|
||||
<li><b>FBDECT:</b> energy, power, voltage, current</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -460,7 +460,7 @@ statistics_doStatisticDelta ($$$$$)
|
||||
<a name="JSONMETERattr"></a>
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><code>excludedReadings</code>
|
||||
<li><code>excludedReadings <code><Device:ReadingNameRegExp></code></code>
|
||||
<br>
|
||||
Regular expression of the readings that shall be excluded from the statistics.<br>
|
||||
The reading have to be entered in the form <i>deviceName:readingName</i>. E.g. "FritzDect:current|Sensor_.*:humidity"
|
||||
@@ -477,7 +477,7 @@ statistics_doStatisticDelta ($$$$$)
|
||||
<h3>statistics</h3>
|
||||
<ul>
|
||||
Dieses Modul wertet von den angegebenen Geräten bestimmte Werte statistisch aus und fügt sie den jeweiligen Geräten als neue Werte hinzu.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<b>Define</b>
|
||||
@@ -516,7 +516,7 @@ statistics_doStatisticDelta ($$$$$)
|
||||
<a name="JSONMETERattr"></a>
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><code>excludedReadings</code>
|
||||
<li><code>excludedReadings <GeräteName:WertRegExp></code>
|
||||
<br>
|
||||
Regulärer Ausdruck der Gerätewerte, für die keine Statistiken gebildet werden sollen.<br>
|
||||
Die Gerätewerte werden in der Form <i>Geätename:Geätewert</i> angegeben. Z.B. "FritzDect:current|Sensor_.*:humidity"
|
||||
|
||||
Reference in New Issue
Block a user