Server Kommunikation Modul womögliche fehler angepasst
This commit is contained in:
@@ -10,10 +10,10 @@ class Belevo_Server_Kommunikation extends IPSModule
|
|||||||
//Property: statische Konfigurationsdaten
|
//Property: statische Konfigurationsdaten
|
||||||
parent::Create();
|
parent::Create();
|
||||||
//Netzbezug
|
//Netzbezug
|
||||||
$this->RegisterPropertyFloat("E_PNB_5M_0", ,0);
|
$this->RegisterPropertyFloat("E_PNB_5M_0", 0);
|
||||||
$this->RegisterVariableFloat("Netzbezug", "Netzbezug", "",0);
|
$this->RegisterVariableFloat("Netzbezug", "Netzbezug", "",0);
|
||||||
//Boilerstatus
|
//Boilerstatus
|
||||||
$this->RegisterPropertyInteger("G_BS_5M_0", ,0);
|
$this->RegisterPropertyInteger("G_BS_5M_0", 0);
|
||||||
$this->RegisterVariableInteger("Boilerstatus", 0);
|
$this->RegisterVariableInteger("Boilerstatus", 0);
|
||||||
//Boilertemperatur
|
//Boilertemperatur
|
||||||
$this->RegisterPropertyFloat("G_BT_5M_0",0); // Wird an Influx Server gesendet
|
$this->RegisterPropertyFloat("G_BT_5M_0",0); // Wird an Influx Server gesendet
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.28",
|
"version": "0.29",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user