From e9f97dcab3c5e0a86fa4619b5067217e73746747 Mon Sep 17 00:00:00 2001 From: hexenmeister Date: Fri, 7 Nov 2014 22:06:39 +0000 Subject: [PATCH] SYSMON: commandref git-svn-id: https://svn.fhem.de/fhem/trunk@6909 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/42_SYSMON.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/42_SYSMON.pm b/fhem/FHEM/42_SYSMON.pm index ad26f5b3f..ba7f5a0db 100644 --- a/fhem/FHEM/42_SYSMON.pm +++ b/fhem/FHEM/42_SYSMON.pm @@ -2858,6 +2858,7 @@ If one (or more) of the multiplier is set to zero, the corresponding readings is human readable additional information to the battery (if installed): technology, capacity, status, health, total capacity
Example:
power_battery_info: battery info: Li-Ion , capacity: 100 %, status: Full , health: Good , total capacity: 2100 mAh
+ The capacity must be defined in script.bin (e.g. ct-hdmi.bin). Parameter name pmu_battery_cap. Convert with bin2fex (bin2fex -> script.fex -> edit -> fex2bin -> script.bin).


@@ -3410,6 +3411,7 @@ If one (or more) of the multiplier is set to zero, the corresponding readings is Menschenlesbare Zusatzinformationen für die Batterie (wenn vorhanden): Technologie, Kapazität, Status, Zustand, Gesamtkapazität
Beispiel:
power_battery_info: battery info: Li-Ion , capacity: 100 %, status: Full , health: Good , total capacity: 2100 mAh
+ Die Kapazität soll in script.bin (z.B. ct-hdmi.bin) eingestellt werden (Parameter pmu_battery_cap). Mit bin2fex konvertieren (bin2fex -> script.fex -> edit -> fex2bin -> script.bin)