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{