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