From 9e42214f21e47315a04d71313929226a7479755d Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 14:42:12 +0200 Subject: [PATCH] =?UTF-8?q?Bucket=20und=20Organisation=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 6 ++++-- library.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 1bef846..346c030 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -108,8 +108,10 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); // Werte in ein Array packen $data = [ - "_measurement" => $this->ReadPropertyString("Anlagenummer"), - "_field" =>[ + "Organisation": "Belevo AG", + "Bucket": "NodeRed", + "Measurement" => $this->ReadPropertyString("Anlagenummer"), + "Field" =>[ //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), //"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"), //"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"), diff --git a/library.json b/library.json index a6a522f..3c0d33e 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.50", + "version": "0.51", "build": 0, "date": 0 } \ No newline at end of file