From 258865586d24ddba2134f96642807d225a048312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 22 Sep 2025 07:32:29 +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 8e699e6..c3f2e27 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -736,8 +736,8 @@ class Ladestation_v2 extends IPSModule if($counter>(90/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); - if(max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue($power)){ - $this->Calc_Max_Current($this->GetValue("Is_1_ph")); + if(max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue("Power")){ + $this->Calc_Max_Current($this->GetValue("Is_1_ph")); } }