diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index ea2c40a..b5a326e 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -112,7 +112,7 @@ class Ladestation_v2 extends IPSModule $counter = $this->GetValue("Pending_Counter"); - if($counter>(20/($this->ReadPropertyInteger("Interval")*1000))){ + if($counter>(30/($this->ReadPropertyInteger("Interval")*1000))){ $this->SetValue("Pending_Counter", 0); if($this->GetValue("Ladeleistung_Effektiv")>7500){