netzbezug hinzugefügt
This commit is contained in:
@@ -96,7 +96,8 @@ class Belevo_Server_Kommunikation extends IPSModule
|
|||||||
|
|
||||||
|
|
||||||
public function GetAction() {
|
public function GetAction() {
|
||||||
$url = "http://192.168.20.140:5000/influx?id=test&E_PNB_5M_0=1000";
|
$netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
|
||||||
|
$url = "http://192.168.20.140:5000/influx?id=test&E_PNB_5M_0=".$netzbezug;
|
||||||
IPS_LogMessage("Belevo_Server_Kommunikation", "Sende Anfrage an URL: ".$url);
|
IPS_LogMessage("Belevo_Server_Kommunikation", "Sende Anfrage an URL: ".$url);
|
||||||
$this->SendJsonToInfluxDB($url);
|
$this->SendJsonToInfluxDB($url);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.64",
|
"version": "0.65",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user