Estimated reading time: 5 minutes

Die FRITZ!Box ist weit mehr als nur ein Router – sie kann dein Smart Home um nützliche Funktionen erweitern. Eine davon ist der FRITZ!Box Callmonitor, mit dem du Festnetzanrufe intelligent einbinden kannst. Perfekt, wenn du Anrufe auf verschiedenen Geräten verwalten oder Benachrichtigungen über Anrufe in deinem Smart Home erhalten möchtest.

For detailed instructions and an explanation of all configuration options, I recommend the YouTube video linked below. In this video, every single setting is explained in detail so that you receive comprehensive instructions for the exact setup. You can find any code from the video in this article so that you can use it directly without having to type it in.

Was kann der FRITZ!Box Callmonitor?

The FRITZ!Box Callmonitor erlaubt dir, eingehende und ausgehende Anrufe in Echtzeit zu verfolgen und diese Informationen für Automatisierungen zu nutzen. Das funktioniert über den integrierten Telefonie-Monitor der FRITZ!Box, der Daten zu laufenden Gesprächen bereitstellt. Mit dieser Funktion kannst du:

  • Eingehende Anrufe anzeigen lassen – auf deinem PC, Tablet oder Smart Home-Display.
  • Benachrichtigungen bei bestimmten Anrufern senden – zum Beispiel eine Push-Nachricht aufs Handy, wenn ein Familienmitglied anruft.
  • Anrufe aufzeichnen und protokollieren – so hast du eine Übersicht über alle Anrufaktivitäten.
  • Anrufer automatisch identifizieren – etwa durch den Abgleich mit deiner Kontaktliste.
  • Klingelton von smarten Lautsprechern anpassen – um auf spezielle Anrufe individuell zu reagieren.

Requirements

Damit du den FRITZ!Box Callmonitor nutzen kannst, benötigst du eine kompatible FRITZ!Box mit Telefonie-Funktion. Stelle sicher, dass:

  • Deine FRITZ!Box mit dem Festnetzanschluss verbunden ist.
  • Ein Telefon über DECT, ISDN oder analog mit der FRITZ!Box gekoppelt ist.
  • Deine Home Assistant-Installation Zugriff auf das Netzwerk hat, in dem sich die FRITZ!Box befindet.
  • Du die IP-Adresse deiner FRITZ!Box kennst, um sie in Home Assistant einzutragen.

What is Home Assistant?

Home Assistant is an open source platform for home automation that aims to connect and centrally control all devices in the home. It is designed to provide a unified user interface and simple, flexible control for a variety of smart home devices from different ecosystems. Here are some points in favor of Home Assistant:

  1. CompatibilityHome Assistant supports thousands of devices and services from various manufacturers, including lighting, air conditioning, heating, cameras, weather sensors, voice assistants and more.
  2. Local controlUnlike many commercial smart home platforms that rely on cloud services, Home Assistant runs locally on your network. This means increased privacy and reliability, as your smart home devices work even without an active internet connection.
  3. Automation and scenesOne of the main features of Home Assistant is the ability to create complex automations and scenarios. For example, you can have lights switch on automatically when it gets dark or turn on the heating when the temperature falls below a certain level.
  4. Simple user interfaceHome Assistant offers a user-friendly interface that makes it easy to monitor and control devices. This interface is fully customizable.
  5. Integration with voice assistantsHome Assistant can be integrated with voice assistants such as Amazon Alexa or Google Assistant to enable voice-controlled control of your smart home devices.
  6. Open source and community-drivenSince Home Assistant is open source, it is supported by an active community that is constantly developing new integrations and improving existing ones.
  7. Data protection and securityAs a locally running platform, Home Assistant has the advantage that the data remains within its own network. This protects privacy and increases security compared to cloud-based solutions.

In summary, Home Assistant is a powerful and flexible solution for those who want to design their own smart home and control their devices centrally, regardless of the manufacturer or ecosystem.

Wie richtest du den Callmonitor ein?

Die Aktivierung ist ganz einfach:

  1. Callmonitor in der FRITZ!Box aktivieren
    • Wähle ein Telefon aus, das mit der FRITZ!Box verbunden ist.
    • Wähle am Telefon #96*5*, um den Callmonitor einzuschalten.
    • Falls du ihn deaktivieren möchtest, nutze #96*4*.
  2. Home Assistant mit deiner FRITZ!Box verbinden
    • Installiere die FRITZ!Box Callmonitor-Integration in Home Assistant.
    • Gib die IP-Adresse deiner FRITZ!Box an.
    • Lege fest, welche Anrufereignisse du auswerten möchtest.
  3. Create automations
    • Benachrichtigungen auf dein Smartphone senden, wenn ein bestimmter Kontakt anruft.
    • Das Licht in einer bestimmten Farbe aufleuchten lassen, wenn das Telefon klingelt.
    • Den Fernseher stummschalten, sobald ein Anruf eingeht.

Warum lohnt sich das?

Mit dieser smarten Einbindung kannst du dein Zuhause noch intelligenter gestalten. Der FRITZ!Box Callmonitor ermöglicht es dir, Telefonanrufe direkt in dein Smart Home zu integrieren und gezielt darauf zu reagieren. Ob es darum geht, wichtige Anrufe nicht zu verpassen oder dein Zuhause interaktiver zu gestalten – mit der richtigen Konfiguration wird dein Festnetzanschluss endlich smart!

Konkrete Automatisierung

alias: Monitor - Festnetzanrufe
description: ""
triggers:
  - entity_id: sensor.fritz_box_6690_ui_call_monitor_telefonbuch
    trigger: state
actions:
  - data:
      title: Festnetztelefon
      message: >-
        {% if is_state("sensor.fritz_box_6690_ui_call_monitor_telefonbuch",
        "idle") %}
          Telefon untätig
        {% elif is_state("sensor.fritz_box_6690_ui_call_monitor_telefonbuch",
        "dialing") %}
          Rufe {{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'to_name') }} ({{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'to') }}) an
        {% elif is_state("sensor.fritz_box_6690_ui_call_monitor_telefonbuch",
        "ringing") %}
          Eingehender Anruf von {{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'from_name') }} ({{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'from') }})
        {% else %}
          Spricht mit {{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'with_name') }} ({{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'with') }})
        {% endif %}
    action: notify.smartphones

YouTube video implementation

Conclusion

Du kannst mit dem FRITZ!Box Callmonitor dein Smart Home gezielt erweitern und Anrufe komfortabler verwalten. Durch smarte Automatisierungen bleibst du informiert, ohne ständig auf das Telefon schauen zu müssen. Richte Benachrichtigungen ein, verknüpfe Geräte und sorge dafür, dass dein Zuhause auf Anrufe reagiert. Probiere es aus und mache dein Festnetz fit für die Zukunft!

Hast du den Callmonitor schon ausprobiert? Teile deine Erfahrungen in den Kommentaren!

The product display was implemented using the affiliate-toolkit WordPress plugin.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

en_US