no message
This commit is contained in:
@@ -168,7 +168,6 @@ class Manager extends IPSModule
|
||||
|
||||
IPS_LogMessage("Leistung Am Anfang", "P" . $totalAktuelle_Leistung);
|
||||
|
||||
$Netzbezug += $totalAktuelle_Leistung;
|
||||
|
||||
$Peakleistung = $this->ReadPropertyInteger("Peakleistung");
|
||||
$Ueberschussleistung = $this->ReadPropertyInteger("Ueberschussleistung");
|
||||
@@ -181,6 +180,8 @@ class Manager extends IPSModule
|
||||
$remainingPower = $Peakleistung - $Netzbezug;
|
||||
$Is_Peak_Shaving = true;
|
||||
}
|
||||
$remainingPower += $totalAktuelle_Leistung;
|
||||
|
||||
IPS_LogMessage("Manag anfang", $remainingPower);
|
||||
|
||||
// Frage alle Energieverbraucher ab, was sie für Leistungen benötigen könnten
|
||||
|
||||
Reference in New Issue
Block a user