no message

This commit is contained in:
belevo\mh
2025-11-24 09:38:55 +01:00
parent 6951e86e1d
commit c278b53e5d

View File

@@ -145,11 +145,13 @@ public function RequestAction($Ident, $Value)
if ($batterieManagement == 1 && ($batterietyp == 1 || $batterietyp == 2)) {
$this->SetValue("Entladeleistung", 0);
$this->SetValue("Ladeleistung", 0);
$this->SetValue("Batteriemanagement_Variabel", 1);
return;
} elseif ($batterieManagement == 0 && $batterietyp == 3) {
} elseif ($batterieManagement == 1 && $batterietyp == 3) {
$this->SetValue("Entladeleistung", 0);
$this->SetValue("Ladeleistung", 0);
$this->SetValue("Batteriemanagement_Variabel", 0);
return;
}