diff --git a/FHEM/00_ZWDongle.pm b/FHEM/00_ZWDongle.pm index c255dae25..f38e4bd49 100755 --- a/FHEM/00_ZWDongle.pm +++ b/FHEM/00_ZWDongle.pm @@ -394,7 +394,7 @@ ZWDongle_Write($$$@) my ($hash,$fn,$msg,$noStack) = @_; if(!$noStack && $msg =~ m/^13/) { # SEND_DATA, wait for ACK - InternalTimer(gettimeofday()+0.1, "ZWave_HandleSendStack", $hash, 0) + InternalTimer(gettimeofday()+0.5, "ZWave_HandleSendStack", $hash, 0) if(!int(@{$hash->{SendStack}})); push @{$hash->{SendStack}}, $msg; return if(int(@{$hash->{SendStack}}) > 1);