From fe6548dfa90ed34b42f33442eef8c83239f03465 Mon Sep 17 00:00:00 2001 From: jowiemann <> Date: Fri, 28 Mar 2025 13:54:28 +0000 Subject: [PATCH] 72_FRITZBOX.pm: Version 08.03.00 git-svn-id: https://svn.fhem.de/fhem/trunk@29799 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FRITZBOX.pm | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm index a1dfe007b..b28829055 100644 --- a/fhem/FHEM/72_FRITZBOX.pm +++ b/fhem/FHEM/72_FRITZBOX.pm @@ -14761,10 +14761,12 @@ sub FRITZBOX_Helper_Url_Regex {
  • box_moh - music-on-hold setting
  • box_model - FRITZ!BOX model
  • box_notify_... - the two readings are created when the FritzBox activates the red info LED and a corresponding note
  • -
  • box_notify_..._info - placed on the website. The readings contain a link for further information and
    - a link to acknowledge the information. This link confirms the information in the FritzBox
    - and the two readings will be deleted. If the information is withdrawn from the FritzBox, then the
    - Readings the addition solved and the link to acknowledge only deletes the readings
  • +
  • box_notify_..._info - placed on the website. The readings contain a button for further information and a button
    + to acknowledge the information. This link acknowledges the information in the FritzBox and sets
    + both readings to "solved by click". If the information is withdrawn from the FritzBox, the readings receive the
    + suffix "solved by FB". The button is set to "delete readings" (solved by FB). Using this button, both readings
    + box_notify_ and box_notify__info can now be deleted.
    + The readings must be activated using the attribute: enableBoxReadings.
  • box_connect - connection state: Unconfigured, Connecting, Authenticating, Connected, PendingDisconnect, Disconnecting, Disconnected
  • box_last_connect_err - last connection error
  • box_upnp - application interface UPNP (needed by this modul)
  • @@ -15774,10 +15776,12 @@ sub FRITZBOX_Helper_Url_Regex {
  • box_model - FRITZ!BOX-Modell
  • box_moh - Wartemusik-Einstellung
  • box_notify_... - die beiden Readings werden erstellt, wenn die FritzBox die Info LED rot aktiviert und einen entsprechenden Hinweis
  • -
  • box_notify_..._info - auf der Webseite plaziert. In den Readings befinden sich ein Link für weitere Informationen und
    - ein Link um die Information zu quittieren. Durch diesen Link wird die Info in der FritzBox quittiert
    - und es werden die beiden Readings gelöscht. Wird die Info von der FritzBox zurückgezogen, dann erhalten die
    - Readings die Ergänzung solved und der Link zum Quittieren löscht nur noch die Readings
  • +
  • box_notify_..._info - auf der Webseite platziert. In den Readings befinden sich ein Button für weitere Informationen und ein Button
    + um die Information zu quittieren. Durch diesen Link wird die Info in der FritzBox quittiert und es werden die beiden
    + Readings auf -solved by click- gesetzt. Wird die Info von der FritzBox zurückgezogen, dann erhalten die Readings die
    + Ergänzung -solved by FB-. Der Button wird auf '-solved by FB- Readings löschen' gesetzt. Über diesen Button können die
    + beiden Readings box_notify_ und box_notify__info nun gelöscht werden.
    + Die Readings müssen über das Attribut: enableBoxReadings aktiviert werden.
  • box_connect - Verbindungsstatus: Unconfigured, Connecting, Authenticating, Connected, PendingDisconnect, Disconnecting, Disconnected
  • box_last_connect_err - letzter Verbindungsfehler
  • box_upnp - Status der Anwendungsschnittstelle UPNP (wird auch von diesem Modul benötigt)