From 7491a5b042a4866de4e21a55a142c04fc72afb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 8 Apr 2025 07:26:25 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index b5a326e..5b150b2 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>(30/($this->ReadPropertyInteger("Interval")*1000))){ + if($counter>(20/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); if($this->GetValue("Ladeleistung_Effektiv")>7500){