Estimated reading time: 11 minutes

The FRITZ!Box is much more than just a router - it can add useful functions to your smart home. One of these is the FRITZ!Box Callmonitorwith which you can intelligently integrate landline calls. Perfect if you want to manage calls on different devices or receive notifications about calls in your smart home.

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.

What can the FRITZ!Box Callmonitor do?

The FRITZ!Box Callmonitor allows you to track incoming and outgoing calls in real time and use this information for automation. This works via the FRITZ!Box's integrated telephony monitor, which provides data on ongoing calls. With this function you can:

  • Display incoming calls - on your PC, tablet or smart home display.
  • Send notifications for specific callers - For example, a push message on the cell phone when a family member calls.
  • Recording and logging calls - so you have an overview of all call activities.
  • Automatically identify callers - for example by comparing it with your contact list.
  • Customize ringtone of smart speakers - to respond individually to special calls.

Requirements

To be able to use the FRITZ!Box Callmonitor, you need a compatible FRITZ!Box with telephony function. Make sure that:

  • Your FRITZ!Box is connected to the landline.
  • A telephone is connected to the FRITZ!Box via DECT, ISDN or analog.
  • Your Home Assistant installation has access to the network in which the FRITZ!
  • You know the IP address of your FRITZ!Box in order to enter it in Home Assistant.

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.

How do you set up the call monitor?

Activation is very simple:

  1. Activate call monitor in the FRITZ!Box
    • Select a telephone that is connected to the FRITZ!
    • Dial on the phone #96*5*to switch on the call monitor.
    • If you want to deactivate it, use #96*4*.
  2. Connect Home Assistant to your FRITZ!Box
  3. Create automations
    • Send notifications to your smartphonewhen a specific contact calls.
    • Let the light shine in a certain colorwhen the phone rings.
    • Mute the TVas soon as a call comes in.

Why is it worth it?

With this smart integration, you can make your home even smarter. The FRITZ!Box Callmonitor allows you to integrate phone calls directly into your smart home and respond to them in a targeted manner. Whether you don't want to miss important calls or want to make your home more interactive - with the right configuration, your landline finally becomes smart!

Concrete automation

alias: Monitor - Landline calls
description: ""
triggers:
  - entity_id: sensor.fritz_box_6690_ui_call_monitor_telephone_book
    trigger: state
actions:
  - data:
      title: Landline phone
      message: >-
        {% if is_state("sensor.fritz_box_6690_ui_call_monitor_telefonbuch",
        "idle") %}
          Phone idle
        {% elif is_state("sensor.fritz_box_6690_ui_call_monitor_telefonbuch",
        "dialing") %}
          Calls {{ 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") %}
          Incoming call from {{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'from_name') }} ({{ state_attr('sensor.fritz_box_6690_ui_call_monitor_telefonbuch', 'from') }})
        {% else %}
          Speaks with {{ 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

With the FRITZ!Box Callmonitor, you can expand your smart home in a targeted way and manage calls more conveniently. Smart automation keeps you informed without having to constantly look at your phone. Set up notifications, link devices and make sure your home responds to calls. Try it out and make your landline fit for the future!

Have you already tried the Callmonitor? Share your experiences in the comments!

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