diff --git a/Batterie_Deye/module.php b/Batterie_Deye/module.php index 4aedc28..0258c71 100644 --- a/Batterie_Deye/module.php +++ b/Batterie_Deye/module.php @@ -268,7 +268,7 @@ public function RequestAction($Ident, $Value) $netzbezug = $maxleistung * (-1); } - if($batterieladezustand>(5+$aufdasnachladen)){ + if($batterieladezustand>(1.5+$aufdasnachladen)){ $this->SetValue("Hysterese", false); @@ -312,7 +312,7 @@ public function RequestAction($Ident, $Value) IPS_LogMessage("Batterie", "Im else teil"); - if($batterieladezustand>59.9){ + if($batterieladezustand>55.9){ IPS_LogMessage("Batterie", "im 1"); $filtered_powersteps = array_filter($array_powersteps, function ($value) {