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

TP-Link Archer C6 4.0 - Home Assistant management #15

Open LaurentCole opened 4 months ago

LaurentCole commented 4 months ago

Firmware : 1.13.2 Build 230824 Rel.75032n(4555)

TP=Link Archer C6.zip Archive.zip

AlexandrErohin commented 4 months ago

Unfortunately, all request are encrypted and I cannot parse them without having this router

Would be great if you could add support for your router by creating PR with new class that extends AbstractRouter https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L16

LaurentCole commented 4 months ago

I’d love to but how I do that?Le 27 févr. 2024 à 09:03, AlexandrErohin @.***> a écrit : Unfortunately, all request are encrypted and I cannot parse them without having this router Would be great if you could add support for your router by creating PR with new class that extends AbstractRouter https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L16

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

alexvdbergh commented 3 weeks ago

@AlexandrErohin i'm also looking for this support, is there a guide to AbstractRouter or a readme about it?

Thanks