no message

This commit is contained in:
2025-04-08 07:49:17 +02:00
parent f1b523c1ec
commit 97472dc932

View File

@@ -112,7 +112,7 @@ class Ladestation_v2 extends IPSModule
$counter = $this->GetValue("Pending_Counter");
if($counter>(20/($this->ReadPropertyInteger("Interval")))){
if($counter>(30/($this->ReadPropertyInteger("Interval")))){
$this->SetValue("Pending_Counter", 0);
if($this->GetValue("Ladeleistung_Effektiv")>7500){
@@ -355,7 +355,7 @@ class Ladestation_v2 extends IPSModule
}
if($counter>(20/($this->ReadPropertyInteger("Interval")))){
if($counter>(30/($this->ReadPropertyInteger("Interval")))){
$this->SetValue("Pending_Counter", 0);
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));