hminfo:configCheck bugs

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2015-10-25 20:14:40 +00:00
parent a120d9b264
commit ff7347b81d

View File

@@ -526,7 +526,7 @@ sub HMinfo_paramCheck(@) { ####################################################
foreach my $eName (@entities){
if ($defs{$eName}{helper}{role}{dev}){
my $ehash = $defs{$eName};
my $pairId = ReadingsVal($eName,"R-pairCentral","undefined");
my $pairId = ReadingsVal($eName,"R-pairCentral", ReadingsVal($eName,".R-pairCentral","undefined"));
my $IoDev = $ehash->{IODev} if ($ehash->{IODev});
my $ioHmId = AttrVal($IoDev->{NAME},"hmId","-");
my ($ioCCU,$prefIO) = split":",AttrVal($eName,"IOgrp","");