no message

This commit is contained in:
2025-04-08 07:19:03 +02:00
parent 6333035017
commit e3e8deeb8c

View File

@@ -112,7 +112,7 @@ class Ladestation_v2 extends IPSModule
$counter = $this->GetValue("Pending_Counter"); $counter = $this->GetValue("Pending_Counter");
if($counter>(20/($this->ReadPropertyInteger("Interval")*1000))){ if($counter>(30/($this->ReadPropertyInteger("Interval")*1000))){
$this->SetValue("Pending_Counter", 0); $this->SetValue("Pending_Counter", 0);
if($this->GetValue("Ladeleistung_Effektiv")>7500){ if($this->GetValue("Ladeleistung_Effektiv")>7500){