mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00
1.6 KiB
1.6 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | TP-Link | Instructions how to integrate TP-Link routers into Home Assistant. | 2015-06-22 10:30 | true | false | true | true | tp-link.png | Presence Detection | pre 0.7 |
This platform allows you to detect presence by looking at connected devices to a TP-Link device. This includes the ArcherC9 line.
# Example configuration.yaml entry
device_tracker:
platform: tplink
host: YOUR_ROUTER_IP
username: YOUR_ADMIN_USERNAME
password: YOUR_ADMIN_PASSWORD
Configuration variables:
- host (Required): The IP address of your router, e.g. 192.168.1.1.
- username (Required: The username of an user with administrative privileges, usually admin.
- password (Required): The password for your given admin account.
For Archer C9 models running firmware version 150811 or later please use the encrypted password you can retrieve like this:
- Go to the login page of your router. (default: 192.168.0.1)
- Type in the password you use to login into the passsword field.
- Click somewhere else on the page so that the password field is not selected anymore.
- Open the JavaScript console of your browser (usually by pressing F12 and then clicking on "Console").
- Type
document.getElementById("login-password").value;
. - Copy the returned value to your Home Assistant configuration as password.
See the device tracker component page for instructions how to configure the people to be tracked.