diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index 9c3f6621b..0c9a6a263 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -96,7 +96,7 @@ readingsGroup_updateDevices($;$) } else { my @device = split(":", $param); - if( $device[1] =~ m/^FILTER=/ ) { + if( $device[1] && $device[1] =~ m/^FILTER=/ ) { my $devspec = shift(@device); while( @device && $device[0] =~ m/^FILTER=/ ) { $devspec .= ":";