anpassungen an der pending_zeit, und fertig ausbau des askoheat moduls

This commit is contained in:
2025-04-22 16:55:52 +02:00
parent cf71fd6711
commit 8bacecd7c0
4 changed files with 119 additions and 39 deletions

View File

@@ -439,7 +439,7 @@ class Ladestation_v2 extends IPSModule
}
if($counter>(55/($this->ReadPropertyInteger("Interval")))){
if($counter>(90/($this->ReadPropertyInteger("Interval")))){
$this->SetValue("Pending_Counter", 0);
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));