TP-Link-Archer-C6U icon indicating copy to clipboard operation
TP-Link-Archer-C6U copied to clipboard

[AC1200/Archer A5] Support Data

Open Ken-dono opened this issue 1 year ago • 4 comments

AC12000WirelessDualBandRouter.zip

--> "Connexion" (arrived in Status menu) image

--> "Wireless 2.4GHz" (arrived in Basic Settings) ->"Disable" then "Enable" image

--> "Wireless 5GHz" (arrived in Basic Settings) -> "Disable" then "Enable" image

--> "System Tools" (arrived in Time Settings) image

--> "Logout" image

--> "Connexion" (arrived in Status menu) --> "Guest Network" -> "Disable" then "Enable" image

--> "System Tools" (arrived in Time Settings) -> "Reboot" -> "Reboot" image

If anyone can help to support this model. If there is any additionnal diagnostic to do leave a comment, i'll try my best to help

Ken-dono avatar May 18 '24 20:05 Ken-dono

Hi. The support for the router with same API was added! Could you please test the client for your router?

from tplinkrouterc6u import TplinkRouterProvider
from logging import Logger

router = TplinkRouterProvider.get_client('http://192.168.0.1', 'password')
router.authorize()
router.get_firmware()
router.get_status()

AlexandrErohin avatar Mar 11 '25 10:03 AlexandrErohin

Bonjour, I have this type of router but I can't get it to mount in Home Assistant TplinkRouter - MR - Login failed. Generic error code: 71234

Gardaux avatar Mar 26 '25 13:03 Gardaux

@Ken-dono Hi. Could you try the latest version?

AlexandrErohin avatar Apr 16 '25 09:04 AlexandrErohin

Hello, it still doesn't work. new error after 3 attempts: "HTTPConnectionPool(host='192.1681.120', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=/login?form=keys&operation=read (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5acf68a0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))"

Gardaux avatar Apr 16 '25 13:04 Gardaux