From 112e9069d87e7335c5d7dbc9ea309d70ac2371a8 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 15 Oct 2025 15:26:04 +0200 Subject: [PATCH] no message --- Batterie_Deye/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie_Deye/module.php b/Batterie_Deye/module.php index 29699e9..3be0581 100644 --- a/Batterie_Deye/module.php +++ b/Batterie_Deye/module.php @@ -152,7 +152,7 @@ public function RequestAction($Ident, $Value) $this->SetValue("Ladestrom", $lade_strom); $this->SetValue("Entladestrom", 0); - $this->SetValue("Batteriespannung_laden_entladen", 49); + $this->SetValue("Batteriespannung_laden_entladen", 56); } elseif ($power > 0) { @@ -171,7 +171,7 @@ public function RequestAction($Ident, $Value) $this->SetValue("Entladestrom", $entlade_strom); $this->SetValue("Ladestrom", 0); - $this->SetValue("Batteriespannung_laden_entladen", 56); + $this->SetValue("Batteriespannung_laden_entladen", 49); } else {