From 97472dc932c721cc5eac7f9e9d52f386f03f90d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 8 Apr 2025 07:49:17 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 153d0a3..8785c37 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")))){ + if($counter>(30/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); if($this->GetValue("Ladeleistung_Effektiv")>7500){ @@ -355,7 +355,7 @@ class Ladestation_v2 extends IPSModule } - if($counter>(20/($this->ReadPropertyInteger("Interval")))){ + if($counter>(30/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); $this->Calc_Max_Current($this->GetValue("Is_1_ph"));