diff --git a/fhem/FHEM/30_HUEBridge.pm b/fhem/FHEM/30_HUEBridge.pm index bf4210473..eb6257606 100644 --- a/fhem/FHEM/30_HUEBridge.pm +++ b/fhem/FHEM/30_HUEBridge.pm @@ -1075,6 +1075,8 @@ HUEBridge_updateGroups($$) foreach my $light ( split(',', $chash->{lights}) ) { next if( !$light ); my $current = $modules{HUEDevice}{defptr}{"$name-$light"}{helper}; + next if( !$current ); + next if( $current->{helper}{devtype} ); $readings{ct} += $current->{ct}; $readings{bri} += $current->{bri};