Fehlerbehoben Influx Data

This commit is contained in:
belevo\mh
2024-10-16 08:11:13 +02:00
parent 6825ec17a0
commit 53b6f09b7c
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ $kontaktVolllast = $this->GetValue("Kontakt_Volllast");
$this->SetValue("G_SK_5M_4", $kontaktVolllast); $this->SetValue("G_SK_5M_4", $kontaktVolllast);
*/ */
$netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
$this->SetValue("E_PNB_5M_0", $netzbezug); //$this->SetValue("E_PNB_5M_0", $netzbezug);
// Werte in ein Array packen // Werte in ein Array packen
$data = [ $data = [

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.37", "version": "0.38",
"build": 0, "build": 0,
"date": 0 "date": 0
} }