logging hinzugefügt
This commit is contained in:
@@ -181,6 +181,7 @@ public function RequestAction($Ident, $Value)
|
|||||||
// Hier Modul auf Wechselrichter 1 stellen
|
// Hier Modul auf Wechselrichter 1 stellen
|
||||||
elseif ($batterieladezustand >= $aufdasnachladen) {
|
elseif ($batterieladezustand >= $aufdasnachladen) {
|
||||||
$dummy_array[] = $this->ReadPropertyInteger("Netzbezug")*(-1);
|
$dummy_array[] = $this->ReadPropertyInteger("Netzbezug")*(-1);
|
||||||
|
IPS_LogMessage("Batterie", "Dummy Array: " . json_encode($dummy_array));
|
||||||
$this->SetValue("PowerSteps", json_encode($dummy_array));
|
$this->SetValue("PowerSteps", json_encode($dummy_array));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.077",
|
"version": "1.078",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user