AlexandrErohin / TP-Link-Archer-C6U

Python package for API access and management for TP-Link Routers. See supported routers list
GNU General Public License v3.0
31 stars 13 forks source link

Support for Wifi 6G #16

Closed gordonaspin closed 4 months ago

gordonaspin commented 4 months ago

Tested with Archer AXE5400 Tri-Band Wi-Fi 6E Router firmware version: 1.1.9 Build 20231115 rel.37295(5553) hardware version: Archer AXE75 v1.0 model: Archer AXE75

I merged your upstream changes to my repo and took out my support of unencrypted requests (there are a few before login which aren't useful)

I added a _map_wire_type() helper function based on data I see from the AXE75. Also cleaned up the test script a little since you added the request() method in client.py. I removed the old unused query() method in client.py

AlexandrErohin commented 4 months ago

@gordonaspin Thank you!

AlexandrErohin commented 4 months ago

@gordonaspin I have released updates for the client. If you use Home Assistant component - Ill add wifi 6G feature later this week