From a087b868e8a14ce9f74721a637dc44ccd68bb6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 20 May 2025 15:08:12 +0200 Subject: [PATCH] Bugfix mit leistungsdelta --- Ladestation_v2/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 69c2d8a..a39b19b 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -205,6 +205,7 @@ class Ladestation_v2 extends IPSModule }else{ $this->SetValue("Car_detected", false); + $this->SetValue("Leistung_Delta", 0); $this->sendPowerToStation($this->ReadPropertyInteger("Max_Current_abs")); } }