Skip to content

Commit 18e81c1

Browse files
abmantisballoob
authored andcommitted
Create device_tracker.huawei_router.markdown (home-assistant#2983)
* Create device_tracker.huawei_router.markdown * Update device_tracker.huawei_router.markdown * add huawei logo * Update device_tracker.huawei_router.markdown * Update device_tracker.huawei_router.markdown
1 parent 4185f4b commit 18e81c1

File tree

2 files changed

+511
-0
lines changed

2 files changed

+511
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: "Huawei Router"
4+
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

Comments
 (0)