98_fheminfo.pm: ignore some more strange model data

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19864 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-07-20 09:49:25 +00:00
parent 6d37c8c71b
commit c8a7ac76a9

View File

@ -131,8 +131,11 @@ sub _fi2_Count() {
# 7. skip for some special cases found in database
next if ( ($model =~ /^unkno.*/i) ||
($model =~ /virtual.*/i) ||
($model =~ m/\berror\b/i) ||
($model =~ m/^<.*>$/) ||
($model eq '?') ||
($model eq '1') ||
(length($model) > 80) ||
(defined($defs{$key}{'chanNo'})) ||
($name =~ m/^unknown_/) );