From e969385e0e00b1065c91cc4c23a0d7a3dc431e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 17 Jun 2025 17:04:15 +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 eec3fe9..726c04c 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -382,7 +382,7 @@ class Ladestation_v2 extends IPSModule if (isset($data['driverIdentifier']) && ($data['driverIdentifier']==$this->ReadPropertyString("Username"))) { if(isset($easee_data["totalPower"])){ - $this->SetValue("Ladeleistung_Effektiv", $easee_data["totalPower"]); + $this->SetValue("Ladeleistung_Effektiv", round($easee_data["totalPower"]*1000)); IPS_LogMessage("Ladestation 1", "1"); }else{