Skip to content

Commit c674e44

Browse files
DavidMStraubfabaff
authored andcommitted
Documentation for FritzBox call monitor (home-assistant#779)
* Documentation for FritzBox call monitor * Category and version number adapted.
1 parent 8d156fe commit c674e44

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: page
3+
title: "FRITZ!Box"
4+
description: "Instructions how to integrate a phone call monitor for AVM FRITZ!Box routers into Home Assistant."
5+
date: 2016-08-13 15:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: avm.png
11+
ha_category: System Monitor
12+
ha_release: "0.27"
13+
---
14+
15+
16+
The `fritzbox_callmonitor` sensor monitors the call monitor exposed by [AVM Fritz!Box](http://avm.de/produkte/fritzbox/) routers
17+
on TCP port 1012. It will assume the values 'idle', 'ringing', 'dialing', or 'talking',
18+
with the phone numbers involved contained in the state attributes.
19+
20+
To use the Fritz!Box call monitor in your installation, add the following to your `configuration.yaml` file:
21+
22+
```yaml
23+
# Example configuration.yaml entry
24+
sensor:
25+
platform: fritzbox_callmonitor
26+
```
27+
28+
Configuration variables:
29+
30+
- **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.
31+
- **port** (*Optional*): The TCP port of the call monitor. There is usually no reason to change this.

0 commit comments

Comments
 (0)