no message

This commit is contained in:
belevo\mh
2025-10-16 08:47:58 +02:00
parent ba7e31faba
commit ba85ee0dd5

View File

@@ -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) {