Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrErohin committed Oct 31, 2024
1 parent 75840e7 commit 0ba5358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,7 @@ NOTE!

<img src="https://raw.githubusercontent.com/AlexandrErohin/home-assistant-tplink-router/master/docs/media/router.png" width="30%">

3. If you got error - `You need to use web encrypted password instead. Check the documentation!` Read [web encrypted password](#encrypted_pass)
4. The TP-Link Web Interface only supports upto 1 user logged in at a time (for security reasons, apparently). So you will be logged out from router web interface when the integration updates data

### <a id="encrypted_pass">Web Encrypted Password</a>
If you got error - `You need to use web encrypted password instead. Check the documentation!`
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;`
6. Copy the returned value as password and use it.
3. The TP-Link Web Interface only supports upto 1 user logged in at a time (for security reasons, apparently). So you will be logged out from router web interface when the integration updates data

### Edit Configuration
You may edit configuration data like:
Expand Down Expand Up @@ -150,8 +140,8 @@ To do that:
- Archer AX11000 V1
- Archer BE800 v1.0
- Archer BE805 v1.0
- Archer C1200 (v1.0, v2.0) (You need to use [web encrypted password](#encrypted_pass))
- Archer C2300 v1.0 (You need to use [web encrypted password](#encrypted_pass))
- Archer C1200 (v1.0, v2.0)
- Archer C2300 v1.0
- Archer C6 (v2.0, v3.0)
- Archer C6U v1.0
- Archer C7 (v4.0, v5.0)
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tplink_router/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://github.com/AlexandrErohin/home-assistant-tplink-router",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/AlexandrErohin/home-assistant-tplink-router/issues",
"requirements": ["tplinkrouterc6u==4.2.3"],
"version": "1.19.0"
"requirements": ["tplinkrouterc6u==5.0.0"],
"version": "2.0.0"
}

0 comments on commit 0ba5358

Please sign in to comment.