diff --git a/FHEM/95_Babble.pm b/FHEM/95_Babble.pm index 99701fba6..363c8ade7 100644 --- a/FHEM/95_Babble.pm +++ b/FHEM/95_Babble.pm @@ -790,7 +790,8 @@ sub Babble_Normalize($$){ if( $word[0] =~ /^gut.*/){ $subcat = 1; $device="zeit"; - $reading=$word[1]; + $reading="zeit"; + $value=$word[1]; $reserve=$word[2] if( $word[2] ); $verb="schalten"; @@ -1894,7 +1895,7 @@ sub Babble_Html($) $rot .= ""; $rot .= ""; $rot .= "". - "{"add"}."\" style=\"width:100px;\"/>$tblrow-$devcount.$devrow\n"; + "{"add"}."\" style=\"width:100px;\"/>\n";#$tblrow-$devcount.$devrow foreach my $place (keys %{$hash->{DATA}{"command"}{$lbdev}}){ foreach my $verb (keys %{$hash->{DATA}{"command"}{$lbdev}{$place}}){ @@ -1913,7 +1914,7 @@ sub Babble_Html($) "". "\n"; $rot .= ""; - $rot .= "{"remove"}."\" style=\"width:100px;\"/>$tblrow-$devcount.$devrow\n"; + $rot .= "{"remove"}."\" style=\"width:100px;\"/>\n";#$tblrow-$devcount.$devrow } } }