logging hinzugefügt

This commit is contained in:
belevo\mh
2025-02-25 15:02:44 +01:00
parent 6184e52156
commit c050bdc7bf
2 changed files with 2 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ public function RequestAction($Ident, $Value)
// Hier Modul auf Wechselrichter 1 stellen
elseif ($batterieladezustand >= $aufdasnachladen) {
$dummy_array[] = $this->ReadPropertyInteger("Netzbezug")*(-1);
IPS_LogMessage("Batterie", "Dummy Array: " . json_encode($dummy_array));
$this->SetValue("PowerSteps", json_encode($dummy_array));
} else {