This commit is contained in:
belevo\mh
2025-03-05 10:57:54 +01:00
parent 85ada5c468
commit a0b17f1eec
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -219,7 +219,7 @@ public function RequestAction($Ident, $Value)
} else {
$dummy_array[] = 0;
$this->SetValue("PowerSteps", json_encode($dummy_array));
IPS_LogMessage("Batterie", ": peak: Keine Hysterese");
IPS_LogMessage("Batterie", ": peak: Kein Fall");
}
}
@@ -235,6 +235,7 @@ public function RequestAction($Ident, $Value)
return $value < 0;
});
$this->SetValue("PowerSteps", json_encode($filtered_powersteps_entladen));
IPS_LogMessage("Batterie", ": Solar über 100%" );
}
if ($batterieladezustand < $aufdasnachladen) {