From 891dfbd9142d6140968dd8769804ae41b1c9f043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 8 Apr 2025 10:01:49 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 1904c64..e3223d1 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -42,8 +42,12 @@ class Ladestation_v2 extends IPSModule // Variabeln für Kommunkation mit Manager $this->RegisterVariableInteger("Sperre_Prio", "Priorität Sperre", "", 0); $this->EnableAction("Sperre_Prio"); + IPS_SetHidden($this->GetIDForIdent("Sperre_Prio"), true); + $this->RegisterVariableInteger("PV_Prio", "Priorität Solarladen", "", 0); $this->EnableAction("PV_Prio"); + IPS_SetHidden($this->GetIDForIdent("PV_Prio"), true); + $this->RegisterVariableBoolean("Idle", "Idle", "", 0); IPS_SetHidden($this->GetIDForIdent("Idle"), true); @@ -68,6 +72,7 @@ class Ladestation_v2 extends IPSModule // Hilfsvariabeln für Idle zustand $this->RegisterPropertyInteger("IdleCounterMax", 2); $this->RegisterVariableInteger("IdleCounter", "IdleCounter", "", 0); + IPS_SetHidden($this->GetIDForIdent("IdleCounter"), true); $this->SetValue("IdleCounter", 0); // Initialisiere Idle