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