Added support for Archer VX1800v v1.0
1 Like
For those who has an unsupported router like C6V4, c60, c80…
Could you try the latest version of the client GitHub - AlexandrErohin/TP-Link-Archer-C6U: Python package for API access and management for TP-Link Routers. See supported routers list
You need to run this Python code
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()
And let me know if there any errors or not
Thanks
For those who has an unsupported router like C6V4, c60, c80…
Could you try the latest version please?
The XE75Pro does not appear to be fully supported, as the switches to enable / disable wifi does not work, and is still having issues related to this issues from 2024: Can't turn on/off Guest Wifi on Deco · Issue #73 · AlexandrErohin/home-assistant-tplink-router · GitHub
Device Info:
XE75 PRO
Firmware: 1.2.11 Build 20240724 Rel. 38913
Hardware: 3.0
On v2.6.0
The issue is related to the fact that the switches are split by frequency, but the Deco app now groups 2.4 and 5 GHz channels into the same switch. This causes an error: tplinkrouterc6u.common.exception.ClientError: TplinkRouter - TPLinkDecoClient - An unknown response - Expecting value: line 1 column 1 (char 0); Request admin/wireless?form=wlan
When using the switches. I attempted to find the correct API call using the inspecting the commands sent by the web interface, but there are no longer the switches there.
@ConnorHayward Unfortunately, I don’t have the Deco device now - so I cannot debug and research this bug 