diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index d90b816..1472590 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -196,7 +196,8 @@ class Ladestation_v2 extends IPSModule $this->SetValue("Car_detected", false); $this->SetValue("Leistung_Delta", 0); $this->SetValue("Car_is_full", false); - $this->SetValue("IsTimerActive", false); + $this->ResetTimer(); + $this->ResetNullTimer(); $this->SetValue("Is_1_ph", false); $this->SetValue("Aktuelle_Leistung", 0); $this->SetValue("IdleCounter", 0);