ericpignet / home-assistant-tplink_router

TPLink router device tracker for Home Assistant
41 stars 28 forks source link
custom-components hacs home-assistant home-assistant-component homeassistant tplink

TPLink Router device tracker for Home Assistant

hacs_badge

The tplink_router platform for device_tracker integration allows you to detect presence by looking at connection devices to a TP-Link wireless router.

It was part of the official tplink integration in the past but was removed from Home Assistant.

Installation

Recommended: use HACS.

Manual: copy custom_components/tplink_router folder into your custom_components.

TP-Link devices typically only allow one login at a time to the admin console. This integration will count towards your one allowed login. Depending on how aggressively you configure device_tracker you may not be able to access the admin console of your TP-Link device without first stopping Home Assistant. Home Assistant takes a few seconds to login, collect data, and log out. If you log into the admin console manually, remember to log out so that Home Assistant can log in again.

Configuration

To enable this device tracker, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
device_tracker:
  - platform: tplink_router
    host: YOUR_ROUTER_IP
    username: YOUR_ADMIN_USERNAME
    password: !secret tplink_router_password

Configuration variables:

For Archer C9 models running firmware version 150811 or later please use the encrypted password you can retrieve like this:

  1. Go to the login page of your router. (default: 192.168.0.1)
  2. Type in the password you use to login into the password field.
  3. Click somewhere else on the page so that the password field is not selected anymore.
  4. Open the JavaScript console of your browser (usually by pressing F12 and then clicking on "Console").
  5. Type document.getElementById("login-password").value; or document.getElementById("pcPassword").value;, depending on your firmware version.
  6. Copy the returned value to your Home Assistant configuration as password.

See the device tracker integration page for instructions how to configure the people to be tracked.

For Archer D9 model the default IP is 192.168.1.1, the username is not necessary and you can leave that field blank.

Supported devices

Devices originally supported include the following:

Additional devices added since the removal from Home Assistant:

If your device is not in the list, you can still give it a try and let me know if it works or not, I'll update the documentation.

Disclaimer: I cannot add support for devices I don't own, unless you provide me with a list of HTTP requests leading to the page listing MAC address of connected devices, including authentication, and an example of the page.