diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index f7f7b35..2e7971c 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -343,7 +343,7 @@ class Ladestation_v2 extends IPSModule } elseif ($solarladen && $Peak) { $powerSteps = [0]; } else { - $powerSteps = [0]; + $powerSteps = $this->Get_Array_From_Current($this->GetValue("Is_1_ph"),$this->GetValue("Max_Current")); } // PowerSteps in der RegisterVariable speichern