no message
This commit is contained in:
@@ -8,13 +8,10 @@ class Puffer_Speicher extends IPSModule
|
||||
{
|
||||
parent::Create();
|
||||
|
||||
$this->RegisterPropertyInteger("PufferLeistung", 6000);
|
||||
$this->RegisterPropertyInteger("PufferTeilLeistung", 3000);
|
||||
|
||||
$this->RegisterPropertyString("LeistungsStufen", json_encode([])); // Bezeichnung der Liste
|
||||
$this->RegisterPropertyInteger("ZeitKonstante", 120);
|
||||
$this->RegisterPropertyInteger("Pufferfuehler_PT1", 0);
|
||||
$this->RegisterPropertyInteger("Heizkontakt2_Puffer", 0);
|
||||
$this->RegisterPropertyInteger("Heizkontakt1_Puffer", 0);
|
||||
$this->RegisterPropertyInteger("Aussentemp", 20);
|
||||
$this->RegisterPropertyInteger("MinVT_Temp", 20);
|
||||
$this->RegisterPropertyInteger("MaxVT_Temp", 80);
|
||||
@@ -240,8 +237,6 @@ class Puffer_Speicher extends IPSModule
|
||||
}
|
||||
$this->SetValue("Maximaltemperatur", $VT );
|
||||
$boilerTemp = $this->GetValue("Puffertemperatur");
|
||||
$pufferLeistung = $this->ReadPropertyInteger("PufferLeistung");
|
||||
$pufferTeilLeistung = $this->ReadPropertyInteger("PufferTeilLeistung");
|
||||
$hyst = $this->GetValue("Hysterese");
|
||||
|
||||
if($VT < $boilerTemp){
|
||||
|
||||
Reference in New Issue
Block a user