diff --git a/fhem/FHEM/95_YAAHM.pm b/fhem/FHEM/95_YAAHM.pm index 2b7b413f4..0d728e770 100644 --- a/fhem/FHEM/95_YAAHM.pm +++ b/fhem/FHEM/95_YAAHM.pm @@ -48,7 +48,7 @@ my $yaahmname; my $yaahmlinkname = "Profile"; # link text my $yaahmhiddenroom = "ProfileRoom"; # hidden room my $yaahmpublicroom = "Unsorted"; # public room -my $yaahmversion = "1.01"; +my $yaahmversion = "1.02"; my $firstcall=1; my %yaahm_transtable_EN = ( @@ -58,7 +58,7 @@ my %yaahm_transtable_EN = ( "status" => "Status", "notstarted" => "Not started", "next" => "Next", - "manual" => "Manual", + "manual" => "Manual Time", "active" => "Active", "inactive" => "Inactive", "overview" => "Summary", @@ -139,7 +139,7 @@ my %yaahm_transtable_EN = ( "status" => "Status", "notstarted" => "Nicht gestartet", "next" => "Nächste", - "manual" => "Manuell", + "manual" => "Manuelle Zeit", "active" => "Aktiv", "inactive" => "Inaktiv", "overview" => "Zusammenfassung", @@ -1624,7 +1624,7 @@ sub YAAHM_checkMonthly($$$) { # return $text; #-- Vorschau täglich oder wenn neu gestartet - if( ($event eq "test") || (($event eq 'housetime') && ($param eq 'aftermidnight')) ){ + if( ($event eq "test") || (($event eq 'event') && ($param eq 'aftermidnight')) ){ my $specialDevs = AttrVal( $name, "specialDevices", "" ); foreach my $specialDev ( split( /,/, $specialDevs ) ) { @@ -2479,7 +2479,7 @@ sub YAAHM_toptable($){ my $cols = max(int(@modes),int(@states),$weeklyno); $ret .= "". "". - ""; + ""; for( my $i=0; $i<$cols; $i++){ if( $i < int(@modes)){ $ret .= ""; $ret .= "". ""; + ""; for( my $i=0; $i<$cols; $i++){ if( $i < int(@states)){ $ret .= ""; } } - $ret .= ""; + $ret .= ""; #-- repeat manual next for every weekly table my $nval = ""; my $wupn; - $ret .= ""; + $ret .= ""; for (my $i=0;$i<$weeklyno;$i++){ $wupn = $hash->{DATA}{"WT"}[$i]{"name"}; $nval = ( defined($hash->{DATA}{"WT"}[$i]{"next"}) ) ? $hash->{DATA}{"WT"}[$i]{"next"} : "";
".$yaahm_tt->{"mode"}."
".ReadingsVal($name,"tr_housemode",undef)."
".ReadingsVal($name,"tr_housemode",undef)."
{$modes[$i]}. @@ -2491,7 +2491,7 @@ sub YAAHM_toptable($){ $ret .= "
".$yaahm_tt->{"state"}."
".ReadingsVal($name,"tr_housestate",undef). - "
".ReadingsVal($name,"sym_housestate",undef)."
".ReadingsVal($name,"sym_housestate",undef)."
{$states[$i]}. @@ -2500,12 +2500,12 @@ sub YAAHM_toptable($){ $ret .= "
".$yaahm_tt->{"manual"}."
".$yaahm_tt->{"manual"}."