kleine verbesserung

This commit is contained in:
2025-02-25 09:32:02 +01:00
parent 9b7efc63bc
commit 731725e2d8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -97,6 +97,8 @@ public function RequestAction($Ident, $Value)
$batterieManagement = $this->ReadPropertyInteger("Batteriemanagement");
// Wechselrichter steuert das Laden/Entladen der Batterie
if ($batterieManagement == 1) {
$this->SetValue("Entladeleistung", 0);
$this->SetValue("Ladeleistung", 0);
return;
}
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.075",
"version": "1.076",
"build": 0,
"date": 0
}