This commit is contained in:
belevo\mh
2024-12-24 08:18:53 +01:00
parent 99c66fc9d3
commit 865375fdd3
2 changed files with 3 additions and 3 deletions

View File

@@ -124,8 +124,8 @@ class Batterie extends IPSModule
$array_powersteps = $this->GeneratePowerSteps();
$aufdasnachladen = $this->ReadPropertyInteger("AufdasNachladen");
$minimumentladen = $this->ReadPropertyInteger("MinimumEntladen");
$batterieladezustand = $this->ReadPropertyInteger("Batterieladezustand"); // Als Property gelesen
$batterieladezustand = GetValue($this->ReadPropertyInteger("Batterieladezustand"));
//$batterieladezustand = $this->ReadPropertyInteger("Batterieladezustand"); // Als Property gelesen
$maxleistung = $this->ReadPropertyInteger("MaxBatterieleistung"); // Als Property gelesen
IPS_LogMessage("Batterie", "Batterieladezustand: ".$batterieladezustand);
IPS_LogMessage("Batterie", "AufdasNachladen: ".$aufdasnachladen);

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.232",
"version": "0.233",
"build": 0,
"date": 0