no message
This commit is contained in:
@@ -155,7 +155,7 @@ class Ladestation_v2 extends IPSModule
|
|||||||
|
|
||||||
$counter = $this->GetValue("Pending_Counter");
|
$counter = $this->GetValue("Pending_Counter");
|
||||||
|
|
||||||
if($counter>(30/($this->ReadPropertyInteger("Interval")))){
|
if($counter>(45/($this->ReadPropertyInteger("Interval")))){
|
||||||
|
|
||||||
$this->SetValue("Pending_Counter", 0);
|
$this->SetValue("Pending_Counter", 0);
|
||||||
if($this->GetValue("Ladeleistung_Effektiv")>7500){
|
if($this->GetValue("Ladeleistung_Effektiv")>7500){
|
||||||
@@ -182,6 +182,7 @@ class Ladestation_v2 extends IPSModule
|
|||||||
|
|
||||||
}else{
|
}else{
|
||||||
$this->SetValue("Car_detected", false);
|
$this->SetValue("Car_detected", false);
|
||||||
|
$this->sendPowerToStation(32);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -401,7 +402,7 @@ class Ladestation_v2 extends IPSModule
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($counter>(30/($this->ReadPropertyInteger("Interval")))){
|
if($counter>(45/($this->ReadPropertyInteger("Interval")))){
|
||||||
|
|
||||||
$this->SetValue("Pending_Counter", 0);
|
$this->SetValue("Pending_Counter", 0);
|
||||||
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));
|
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));
|
||||||
|
|||||||
Reference in New Issue
Block a user