diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index b037ef8b1..4d8ac0f22 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -216,8 +216,8 @@ readingsGroup_2html($) return undef if( !$hash ); if( $hash->{DEF} =~ m/=/ ) { - if( !$hash->{fhem}->{last_timeout} - || gettimeofday() - $hash->{fhem}->{last_timeout} > 600 ) { + if( !$hash->{fhem}->{last_update} + || gettimeofday() - $hash->{fhem}->{last_update} > 600 ) { readingsGroup_updateDevices($hash); } } @@ -322,14 +322,26 @@ readingsGroup_2html($) next if( !defined($txt) ); } + my $name_style = lookup2($name_style,$name,$1,undef); + if( $first || $multi == 1 ) { $ret .= sprintf("