diff --git a/FHEM/73_PRESENCE.pm b/FHEM/73_PRESENCE.pm index 1acee8728..3d9c35e0e 100755 --- a/FHEM/73_PRESENCE.pm +++ b/FHEM/73_PRESENCE.pm @@ -128,7 +128,7 @@ PRESENCE_Define($$) { $hash->{MODE} = $destination; - PRESENCE_StartLocalScan($hash); + InternalTimer(gettimeofday()+2, "PRESENCE_StartLocalScan", $hash, 1) unless(exists($hash->{helper}{DISABLED}) and $hash->{helper}{DISABLED}); return; }