diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 7ef87f5..1225eb2 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -361,6 +361,9 @@ class Ladestation_v2 extends IPSModule $this->Calc_Max_Current($this->GetValue("Is_1_ph")); } } + else{ + $this->SetValue("Pending_Counter", 0); + } return $powerSteps;