home-assistant.io/source/_components/sensor.fritzbox_callmonitor.markdown
Thomas Redmer 0bca33a7eb Update sensor.fritzbox_callmonitor.markdown (#1561)
Escape asterisks in dialcode to suppress automatic formatting.
2016-12-09 10:18:33 +01:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page FRITZ!Box Instructions how to integrate a phone call monitor for AVM FRITZ!Box routers into Home Assistant. 2016-08-13 15:00 true false true true avm.png System Monitor 0.27 Local Polling

The fritzbox_callmonitor sensor monitors the call monitor exposed by AVM Fritz!Box routers on TCP port 1012. It will assume the values idle, ringing, dialing, or talking with the phone numbers involved contained in the state attributes.

To activate the call monitor on your Fritz!Box, dial #96*5* from any phone connected to it.

To use the Fritz!Box call monitor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: fritzbox_callmonitor

Configuration variables:

  • host (Optional): The IP address of your router, eg. 192.168.1.1. It is optional since every fritzbox is also reachable by using the IP address 169.254.1.1.
  • port (Optional): The TCP port of the call monitor. There is usually no reason to change this.