no message

This commit is contained in:
2025-04-08 10:01:49 +02:00
parent 2dde866307
commit 891dfbd914

View File

@@ -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