mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
docu
git-svn-id: https://svn.fhem.de/fhem/trunk@6018 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
51768960aa
commit
b3ce1d6e89
@ -794,7 +794,7 @@ LUXTRONIK2_UpdateDone($)
|
||||
}
|
||||
}
|
||||
|
||||
# LUXTRONIK2_doStatisticThermalPower: $hash, $MonitoredOpState, $currOpState, $currHeatQuantity, $currOpHours, $currAmbTemp, $currHeatSourceIn, $TargetTemp
|
||||
# LUXTRONIK2_doStatisticThermalPower: $hash, $MonitoredOpState, $currOpState, $currHeatQuantity, $currOpHours, $currAmbTemp, $currHeatSourceIn, $TargetTemp, $electricalPower
|
||||
$value = LUXTRONIK2_doStatisticThermalPower ($hash, 5, $a[3], $a[37]/10, $a[35], $ambientTemperature, $heatSourceIN,$hotWaterTemperatureTarget, $heatPumpPower);
|
||||
if ($value ne "") { readingsBulkUpdate($hash,"statThermalPowerBoiler",$value); }
|
||||
$value = LUXTRONIK2_doStatisticThermalPower ($hash, 0, $a[3], $a[36]/10, $a[34], $ambientTemperature, $heatSourceIN, $returnTemperatureTarget, $heatPumpPower);
|
||||
|
@ -848,9 +848,9 @@ statistics_FormatDuration($)
|
||||
<br>
|
||||
Until now statistics for the following readings are automatically built:
|
||||
<ul>
|
||||
<li><b>Minimal, average and maximal values:</b> brightness, current, humidity, temperature, voltage, wind, windSpeed</li>
|
||||
<li><b>Delta values:</b> count, energy, power, total, rain, rain_total</li>
|
||||
<li><b>Duration of states:</b> Window, state <i>(if no other reading is valid)</i></li>
|
||||
<li><b>Minimal, average and maximal values:</b> brightness, current, energy_current, humidity, temperature, voltage, wind, wind_speed, windSpeed</li>
|
||||
<li><b>Delta values:</b> count, energy, energy_total, power, total, rain, rain_rate, rain_total</li>
|
||||
<li><b>Duration of states:</b> lightsensor, lock, motion, Window, window, state <i>(wenn kein anderer Gerätewert gültig)</i></li>
|
||||
</ul>
|
||||
Further readings can be added via the correspondent <a href="#statisticsattr">attribut</a>.
|
||||
<br>
|
||||
@ -937,9 +937,9 @@ statistics_FormatDuration($)
|
||||
<br>
|
||||
Derzeit werden Statistiken für folgende Gerätewerte vom Modul automatisch berechnet:
|
||||
<ul>
|
||||
<li><b>Minimal-, Mittel- und Maximalwerte:</b> brightness, current, humidity, temperature, voltage, wind, windSpeed</li>
|
||||
<li><b>Deltawerte:</b> count, energy, power, total, rain, rain_total</li>
|
||||
<li><b>Dauer der Stati:</b> Window, state <i>(wenn kein anderer Gerätewert gültig)</i></li>
|
||||
<li><b>Minimal-, Mittel- und Maximalwerte:</b> brightness, current, energy_current, humidity, temperature, voltage, wind, wind_speed, windSpeed</li>
|
||||
<li><b>Deltawerte:</b> count, energy, energy_total, power, total, rain, rain_rate, rain_total</li>
|
||||
<li><b>Dauer der Stati:</b> lightsensor, lock, motion, Window, window, state <i>(wenn kein anderer Gerätewert gültig)</i></li>
|
||||
</ul>
|
||||
Weitere Gerätewerte können über die entsprechenden <a href="#statisticsattr">Attribute</a> hinzugefügt werden
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user