Skip to content

Commit

Permalink
Add TL-WR840N to the list of supported devices (recognized as N600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpignet committed May 13, 2020
1 parent 4c91d82 commit 5a8500d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Additional devices added since the removal from Home Assistant:

- TPLink N600 with latest firmware
- TPLink VR600 with latest firmware
- TL-WR840N

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.

Expand Down
2 changes: 1 addition & 1 deletion custom_components/tplink_router/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _update_info(self):


class N600TplinkDeviceScanner(TplinkDeviceScanner):
"""This class queries TP-Link N600 routers and similar models."""
"""This class queries TP-Link N600 router and TL-WR840N router."""

def _update_info(self):
"""Ensure the information from the TP-Link router is up to date.
Expand Down
7 changes: 4 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ device_tracker:
- Archer C9 firmware version 150811
- EAP-225 AP with latest firmware version
- Archer D9 firmware version 0.9.1 0.1 v0041.0 Build 160224 Rel.59129n
- TPLink N600 with latest firmware (added since removal of the integration from Home Assistant
- VR600 with latest firmware (added since removal of the integration from Home Assistant)
- TPLink N600 with latest firmware
- VR600 with latest firmware
- TL-WR840N

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.
*Disclaimer*: I cannot add support for devices I don't own, but external contributions are definitely welcome. Feel free to open an issue on Github if you want to help.

## Documentation
See [README](https://github.com/ericpignet/home-assistant-tplink_router/blob/master/README.md) for full documentation.

0 comments on commit 5a8500d

Please sign in to comment.