From a5f07e3e7718588a5c709d1b77dd428d435cd079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 23 Sep 2025 11:49:26 +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 0f5c60c..75d3770 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -738,7 +738,7 @@ class Ladestation_v2 extends IPSModule $this->SetValue("Pending_Counter", 0); - if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetValue("Aktuelle_Power"))&&(max(json_decode($this->GetValue("PowerSteps"))>0))){ + if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetValue("Power"))&&(max(json_decode($this->GetValue("PowerSteps"))>0))){ $this->Calc_Max_Current($this->GetValue("Is_1_ph")); }