Amos Yuen

Results 84 comments of Amos Yuen

I made some changes in https://github.com/amosyuen/ha-tplink-deco/releases/tag/v2.2.5 that should update the title properly. I'm not entirely sure why the config gets messed up, but I added an extra defensive check. Please...

@copetogo either your host IP is incorrect or your deco doesn't use the same auth as this integration. You can check what calls your admin page does by following advanced...

Why is your auth page in the browser (192.168.1.46) a different IP address than configured for the integration (192.168.1.1)? The integration just sends a series of HTTP calls that match...

> So to answer why my ip is different is because my decos are working in Ap mode . So my main deco is connected to via Ethernet to isp...

Thanks for testing. Unfrotunately I don't have a deco anymore so it's a little difficult for me to test. I made another fix in v3.6.2. I mocked some responses and...

Great thanks for testing it and reporting back!

Looks similar, you can confirm by looking for if there is a fetch keys call in network capture when you login

Fairly difficult to reverse engineer API without access to the hardware. You'll have to either try yourself or see if someone else with the same model wants to try and...

You can see the calls the integration relies on at https://github.com/amosyuen/ha-tplink-deco/blob/main/DEBUGGING.md#additional-debugging, you should verify if it uses the same calls, and if not, figure out the new calls, and how...