d
This commit is contained in:
@@ -344,12 +344,7 @@ class Ladestation_Universal extends IPSModule
|
||||
IPS_LogMessage("Lades", "Hier4");
|
||||
|
||||
|
||||
if($this->GetValue("Power_Count")>$timeout){
|
||||
|
||||
$maxLeistung = 1.05 * $this->GetValue("Ladeleistung_Effektiv");
|
||||
IPS_LogMessage("Lades", "Hier5");
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Array für die Powersteps initialisieren
|
||||
@@ -373,7 +368,12 @@ class Ladestation_Universal extends IPSModule
|
||||
} elseif ($solarladen && $Peak) {
|
||||
$powerSteps = [0];
|
||||
} else {
|
||||
if($this->GetValue("Power_Count")>$timeout){
|
||||
|
||||
$maxLeistung = 1.05 * $this->GetValue("Ladeleistung_Effektiv");
|
||||
IPS_LogMessage("Lades", "Hier5");
|
||||
|
||||
}
|
||||
|
||||
$powerSteps += $this->getRangeLimits(
|
||||
$minLeistung,
|
||||
|
||||
Reference in New Issue
Block a user