Server Kommunikation Modul Propertys angepasst
This commit is contained in:
@@ -10,32 +10,32 @@ class Belevo_Server_Kommunikation extends IPSModule
|
|||||||
//Property: statische Konfigurationsdaten
|
//Property: statische Konfigurationsdaten
|
||||||
parent::Create();
|
parent::Create();
|
||||||
//Netzbezug
|
//Netzbezug
|
||||||
$this->RegisterPropertyFloat("E_PNB_5M_0", "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", "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", "G_BT_5M_0", "",0); // Wird an Influx Server gesendet
|
$this->RegisterPropertyFloat("G_BT_5M_0",0); // Wird an Influx Server gesendet
|
||||||
$this->RegisterVariableFloat("Boilertemperatur", 0); // Ist, Jetzige Boilertemperatur
|
$this->RegisterVariableFloat("Boilertemperatur", 0); // Ist, Jetzige Boilertemperatur
|
||||||
//Schaltkontake des Boilers
|
//Schaltkontake des Boilers
|
||||||
$this->RegisterPropertyInteger("G_SK_5M_1", "G_SK_5M_1", "",0);
|
$this->RegisterPropertyInteger("G_SK_5M_1",0);
|
||||||
$this->RegisterVariableInteger("Schaltkontakt_1", 0);
|
$this->RegisterVariableInteger("Schaltkontakt_1", 0);
|
||||||
$this->RegisterPropertyInteger("G_SK_5M_2", "G_SK_5M_2", "",0);
|
$this->RegisterPropertyInteger("G_SK_5M_2",0);
|
||||||
$this->RegisterVariableInteger("Schaltkontakt_2", 0);
|
$this->RegisterVariableInteger("Schaltkontakt_2", 0);
|
||||||
//Schaltkontake des Boilers
|
//Schaltkontake des Boilers
|
||||||
$this->RegisterPropertyInteger("G_SK_5M_3", "G_SK_5M_3", "",0);
|
$this->RegisterPropertyInteger("G_SK_5M_3",0);
|
||||||
$this->RegisterVariableInteger("Kontakt_Teillast", 0);
|
$this->RegisterVariableInteger("Kontakt_Teillast", 0);
|
||||||
$this->RegisterPropertyInteger("G_SK_5M_4", "G_SK_5M_4", "",0);
|
$this->RegisterPropertyInteger("G_SK_5M_4",0);
|
||||||
$this->RegisterVariableInteger("Kontakt_Volllast", 0);
|
$this->RegisterVariableInteger("Kontakt_Volllast", 0);
|
||||||
//Wärmepumpe Status
|
//Wärmepumpe Status
|
||||||
$this->RegisterPropertyFloat("G_WPS_5M_0", "G_WPS_5M_0", "",0);
|
$this->RegisterPropertyFloat("G_WPS_5M_0",0);
|
||||||
$this->RegisterVariableInteger("Waermepumpe_Status", 0);
|
$this->RegisterVariableInteger("Waermepumpe_Status", 0);
|
||||||
//Wolkenwahrscheinlichkeit
|
//Wolkenwahrscheinlichkeit
|
||||||
$this->RegisterPropertyFloat("G_WW_5M_0", "G_WW_5M_0", "",0);
|
$this->RegisterPropertyFloat("G_WW_5M_0",0);
|
||||||
$this->RegisterVariableInteger("Wolkenwahrscheinlichkeit", 0);
|
$this->RegisterVariableInteger("Wolkenwahrscheinlichkeit", 0);
|
||||||
//Aussentemperatur
|
//Aussentemperatur
|
||||||
$this->RegisterPropertyFloat("G_AT_5M_0", "G_AT_5M_0", "",0);
|
$this->RegisterPropertyFloat("G_AT_5M_0",0);
|
||||||
$this->RegisterVariableInteger("Aussentemperatur", 0);
|
$this->RegisterVariableInteger("Aussentemperatur", 0);
|
||||||
|
|
||||||
$this->RegisterPropertyString("BaseURL","https://brain.belevo.ch/status?nr=");
|
$this->RegisterPropertyString("BaseURL","https://brain.belevo.ch/status?nr=");
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.27",
|
"version": "0.28",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user