no message

This commit is contained in:
2025-10-29 10:50:16 +01:00
parent 848468ef08
commit 2dc76b869e
2 changed files with 8 additions and 1 deletions

View File

@@ -699,7 +699,7 @@ class Ladestation_v2 extends IPSModule
$powerSteps = [];
// Konfiguration des powerSteps-Arrays basierend auf den Properties
if (!$ladebereit) {
if (!$ladebereit || $this->GetValue("Car_is_full")) {
$powerSteps = [0];
} elseif (!$Peak && !$solarladen) {
$powerSteps = [max($this->Get_Array_From_Current($this->GetValue("Is_1_ph"),$this->GetValue("Max_Current"), $this->GetValue("Aktuelle_Leistung"), $this->GetValue("IsTimerActive_Null_Timer")))];