diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 3aa2d23..719e822 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -155,7 +155,7 @@ class Ladestation_v2 extends IPSModule $counter = $this->GetValue("Pending_Counter"); - if($counter>(45/($this->ReadPropertyInteger("Interval")))){ + if($counter>(35/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); if($this->GetValue("Ladeleistung_Effektiv")>7500){ @@ -402,7 +402,7 @@ class Ladestation_v2 extends IPSModule } - if($counter>(45/($this->ReadPropertyInteger("Interval")))){ + if($counter>(35/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); $this->Calc_Max_Current($this->GetValue("Is_1_ph"));