From c03715092aa2c654eab6f524f8bd655279d758d2 Mon Sep 17 00:00:00 2001 From: Heiko Rothe Date: Mon, 12 Oct 2015 23:33:18 +0200 Subject: [PATCH] Added instructions for the new tplink firmware --- source/components/device_tracker.tplink.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/components/device_tracker.tplink.markdown b/source/components/device_tracker.tplink.markdown index 712145c57f5..61c246fe1e7 100644 --- a/source/components/device_tracker.tplink.markdown +++ b/source/components/device_tracker.tplink.markdown @@ -27,5 +27,13 @@ Configuration variables: - **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: + +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 passsword 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;```. +6. Copy the returned value to your Home Assistant configuration as password. See the [device tracker component page](/components/device_tracker.html) for instructions how to configure the people to be tracked.