This commit is contained in:
belevo\mh
2025-01-21 08:18:04 +01:00
parent 8c27023ada
commit 5859d4b243
2 changed files with 3 additions and 3 deletions

View File

@@ -75,8 +75,8 @@ class Batterie extends IPSModule
$batterieladezustand = $this->ReadPropertyInteger("Batterieladezustand"); // Als Property gelesen
$maxleistung = $this->ReadPropertyInteger("MaxBatterieleistung"); // Als Property gelesen
$spannung = $this->ReadPropertyInteger("Batteriespannung"); // Spannung ebenfalls als Property
$ladestrom = $this->ReadPropertyInteger("Ladestrom");
$entladestrom = $this->ReadPropertyInteger("Entladestrom");
$ladestrom = GetValue($this->GetIDForIdent("Ladestrom"));
$entladestrom = GetValue($this->GetIDForIdent("Entladestrom"));
IPS_LogMessage("Batterie", "power: " . $power);

View File

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