From e218ab4525feb2c7622c8f4de8de90a52f80df4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 25 Jun 2025 11:18:46 +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 933d44c..6339205 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -625,7 +625,7 @@ class Ladestation_v2 extends IPSModule // Nichts zu tun für Dummy station return; case 5: - if($this->ReadPropertyString("Username") != $data["driverIdentifier"]){ + if($this->ReadPropertyString("Username") != $this->GetValue("Letzer_User")){ return; } $url = "https://api.easee.com/api/chargers/".$this->ReadPropertyString("Seriennummer")."/commands/set_dynamic_charger_current";