netzbezug hinzugefügt
This commit is contained in:
@@ -96,7 +96,8 @@ class Belevo_Server_Kommunikation extends IPSModule
|
||||
|
||||
|
||||
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);
|
||||
$this->SendJsonToInfluxDB($url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user