diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 08f21dd..1fba580 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -79,7 +79,7 @@ class Belevo_Server_Kommunikation extends IPSModule public function GetAction() { $json = $this->MakeJson(); //$baseURL = $this->ReadPropertyString("BaseURL"); - $baseURL = "192.168.20.140:5000/influx?nr="; + $baseURL = "http://192.168.20.140:5000/influx?nr="; $anlagenummer = $this->ReadPropertyString("Anlagenummer"); if (!empty($anlagenummer) && !empty($json)) { diff --git a/library.json b/library.json index a017431..b99dcec 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.62", + "version": "0.63", "build": 0, "date": 0 } \ No newline at end of file