This commit is contained in:
belevo\mh
2024-12-24 08:11:48 +01:00
parent 9e8c3dba88
commit 3507e2d44c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class Batterie extends IPSModule
$array_powersteps = $this->GeneratePowerSteps();
$aufdasnachladen = $this->ReadPropertyInteger("AufdasNachladen");
$minimumentladen = $this->ReadPropertyInteger("MinimumEntladen");
$batteriezustand = GetValue($this->GetIDForIdent("Batterieladezustand"));
$batterieladezustand = GetValue($this->GetIDForIdent("Batterieladezustand"));
//$batterieladezustand = $this->ReadPropertyInteger("Batterieladezustand"); // Als Property gelesen
$maxleistung = $this->ReadPropertyInteger("MaxBatterieleistung"); // Als Property gelesen
IPS_LogMessage("Batterie", "Batterieladezustand: ".$batterieladezustand);