You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions how to integrate Huawei Routers into Home Assistant."
5
+
date: 2017-07-16 01:40
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: huawei.png
11
+
ha_category: Presence Detection
12
+
ha_release: 0.51
13
+
---
14
+
15
+
This component offers presence detection by looking at connected devices to a [Huawei router](http://m.huawei.com/enmobile/enterprise/products/network/access/pon-one/hw-371813.htm).
16
+
Currently, this was only tested with the Huawei HG8247H (used by Vodafone Portugal).
17
+
18
+
To use a Huawei router in your installation, add the following to your `configuration.yaml` file:
19
+
20
+
```yaml
21
+
# Example configuration.yaml entry
22
+
device_tracker:
23
+
- platform: huawei_router
24
+
host: 192.168.1.1
25
+
username: user
26
+
password: pass
27
+
```
28
+
29
+
Configuration variables:
30
+
31
+
- **host** (*Required*): The IP address of your router, e.g. 192.168.1.1.
32
+
- **username** (*Required*): The username to login into the router (the same used trough the router's web interface).
33
+
- **password** (*Required*): The password for the specified username.
34
+
35
+
36
+
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
0 commit comments