measurment zu _measurmant

fields zu _field
wie im Influx
This commit is contained in:
belevo\mh
2024-10-16 14:06:26 +02:00
parent 884d15f1cc
commit 792e293da0
2 changed files with 3 additions and 3 deletions

View File

@@ -108,8 +108,8 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
// Werte in ein Array packen // Werte in ein Array packen
$data = [ $data = [
"measurement" => $this->ReadPropertyString("Anlagenummer"), "_measurement" => $this->ReadPropertyString("Anlagenummer"),
"fields" =>[ "_field" =>[
//"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"),
//"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"), //"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"),
//"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"), //"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"),

View File

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