From 4835bccb725033c469f23f0d28bfb1abd71daa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 24 Sep 2025 11:56:17 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 75d3770..3977548 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -737,7 +737,10 @@ class Ladestation_v2 extends IPSModule $this->SetValue("Pending_Counter", 0); - + IPS_LogMessage("asdf1", "asdf1". max(json_decode($this->GetValue("PowerSteps")))); + IPS_LogMessage("asdf2", "asdf2". $this->GetValue("Power")); + IPS_LogMessage("asdf3", "asdf1". $this->GetValue("Power")==max(json_decode($this->GetValue("PowerSteps")))); + IPS_LogMessage("asdf4", "asdf1". 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"));