From 93fb94ab96a718f5b549a6965d917b1522204740 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 15 Oct 2024 10:55:28 +0200 Subject: [PATCH] =?UTF-8?q?Server=20Kommunikation=20wom=C3=B6gliche=20Fehl?= =?UTF-8?q?er=20behoben=20V1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 6 ++++++ library.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 5c05978..1c5558b 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -14,12 +14,15 @@ class Belevo_Server_Kommunikation extends IPSModule $this->RegisterVariableFloat("Netzbezug", "Netzbezug", "",0); //Boilerstatus $this->RegisterVariableInteger("G_BS_5M_0", "G_BS_5M_0", "",0); + $this->RegisterVariableInteger("Boilerstatus", 0); //Boilertemperatur $this->RegisterVariableFloat("G_BT_5M_0", "G_BT_5M_0", "",0); // Wird an Influx Server gesendet $this->RegisterVariableFloat("Boilertemperatur", 0); // Ist, Jetzige Boilertemperatur //Schaltkontake des Boilers $this->RegisterVariableInteger("G_SK_5M_1", "G_SK_5M_1", "",0); + $this->RegisterVariableInteger("Schaltkontakt_1", 0); $this->RegisterVariableInteger("G_SK_5M_2", "G_SK_5M_2", "",0); + $this->RegisterVariableInteger("Schaltkontakt_2", 0); //Schaltkontake des Boilers $this->RegisterVariableInteger("G_SK_5M_3", "G_SK_5M_3", "",0); $this->RegisterVariableInteger("Kontakt_Teillast", 0); @@ -27,10 +30,13 @@ class Belevo_Server_Kommunikation extends IPSModule $this->RegisterVariableInteger("Kontakt_Volllast", 0); //Wärmepumpe Status $this->RegisterVariableFloat("G_WPS_5M_0", "G_WPS_5M_0", "",0); + $this->RegisterVariableInteger("Wärmepumpe_Status", 0); //Wolkenwahrscheinlichkeit $this->RegisterVariableFloat("G_WW_5M_0", "G_WW_5M_0", "",0); + $this->RegisterVariableInteger("Wolkenwahrscheinlichkeit", 0); //Aussentemperatur $this->RegisterVariableFloat("G_AT_5M_0", "G_AT_5M_0", "",0); + $this->RegisterVariableInteger("Aussentemperatur", 0); $this->RegisterPropertyString("BaseURL","https://brain.belevo.ch/status?nr="); $this->RegisterPropertyString("Anlagenummer",0); diff --git a/library.json b/library.json index bf6a225..c624c55 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.24", + "version": "0.25", "build": 0, "date": 0 } \ No newline at end of file