diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm index 51b0cbe46..097b321b4 100644 --- a/fhem/FHEM/72_FRITZBOX.pm +++ b/fhem/FHEM/72_FRITZBOX.pm @@ -870,7 +870,8 @@ sub FRITZBOX_API_Check_Run($) my $content = $response->content; # FRITZBOX_Log $hash, 5, "jason_boxinfo returned: $content"; - FRITZBOX_Readout_Add_Reading ($hash, \@roReadings, "box_model", $1) if $content =~ /(.*)<\/j:Name>/; + FRITZBOX_Readout_Add_Reading ($hash, \@roReadings, "box_model", $1) if ( $content =~ /(.*)<\/j:Name>/ ); + FRITZBOX_Readout_Add_Reading ($hash, \@roReadings, "box_oem", $1) if $content =~ /(.*)<\/j:OEM>/; FRITZBOX_Readout_Add_Reading ($hash, \@roReadings, "box_fwVersion", $1) if $content =~ /(.*)<\/j:Version>/; @@ -1833,6 +1834,7 @@ sub FRITZBOX_Readout_Process($$) $rValue .= " (old)" if $values{box_fwUpdate} eq "1"; } elsif ($rName eq "box_model") { + $hash->{MODEL} = $rValue; $rValue .= " [".$values{box_oem}."]" if $values{box_oem}; } if ($rName !~ /->|box_fwUpdate|box_oem|readoutTime/) { @@ -4816,7 +4818,6 @@ sub FRITZBOX_fritztris($)

FRITZBOX

-(en | de)
    Controls some features of a Fritz!Box router. Connected Fritz!Fon's (MT-F, MT-D, C3, C4) can be used as @@ -5186,7 +5187,6 @@ sub FRITZBOX_fritztris($)

    FRITZBOX

    -(en | de)
      Steuert gewisse Funktionen eines Fritz!Box Routers. Verbundene Fritz!Fon's (MT-F, MT-D, C3, C4) können als Signalgeräte genutzt werden. MP3-Dateien und Text (Text2Speech) können als Klingelton oder einem angerufenen Telefon abgespielt werden.