AlexandrErohin

Results 272 comments of AlexandrErohin
trafficstars

@raviteja9494 @basettoni89 Please try new version - As TP-link Archer C1200 v2.0 support with different login process was added - your router may also be supported now

@oscarrdg Could you try this steps to get WebEncryptedPassword? 1. Open the browser and go to the webinterface of you TP-link router and open the developertools(ctrl+shift+i or F12). 2. In...

@raviteja9494 Lets try to add support for your router - https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/CONTRIBUTING.md

@raviteja9494 @basettoni89 @oscarrdg Archer MR200 v5.3 support was added, It has different api, so maybe it is similar with yours. Could you try new version of the integration and let...

@oscarrdg what is your hardware version?

@oscarrdg It looks like your router doesnt have encryption for api. But it has similar api with Archer MR200 v5. You may try to [TPLinkMRClient](https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L398C7-L398C21) without request encryption like [TplinkC1200Router](https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L367C7-L367C24)...

@oscarrdg is there any request to url like login ?

@basettoni89 What is your router hardware version?

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...

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