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

View File

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

View File

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