ericpignet / home-assistant-tplink_router

TPLink router device tracker for Home Assistant
41 stars 28 forks source link

Support TpLink router DECO series? #31

Open SandrRu opened 3 years ago

SandrRu commented 3 years ago

How can i help? Need support for DECO series.

Logon only with password 2021-10-13_09-17-18

After logon Main page (DIV id="map-router" class="map-item map-router") URL = router_ip/webpages/index.html#networkMap 2021-10-13_09-20-02

Clients page - ( DIVid="map-clients" class="map-item map-clients") same url /webpages/index.html#networkMap 2021-10-13_09-21-43

Click on Clients icon just add/remove active for class of div

class="map-item map-clients active"
class="map-item map-router active"
PierreLevres commented 2 years ago

I would love that too!

isbkch commented 2 years ago

same here

johansaton commented 2 years ago

Same here

amosyuen commented 2 years ago

I've implemented a working device tracker HACS integration for Deco X60 at https://github.com/amosyuen/ha-tplink-deco. Untested with other deco versions, but if they are similar it should work with them.

PierreLevres commented 2 years ago

Merci Bien! Terrific. I Installed it. Confirm it reads my devices from the Tp-Link M9 Plus. I submitted a PR to update your readme for installling in HACS. I will also close my Issue that I raised here.

On 28 Dec 2021, at 08:49, Amos Yuen @.***> wrote:

I've implemented a working device tracker HACS integration for Deco X60 at https://github.com/amosyuen/ha-tplink-deco https://github.com/amosyuen/ha-tplink-deco. Untested with other deco versions, but if they are similar it should work with them.

— Reply to this email directly, view it on GitHub https://github.com/ericpignet/home-assistant-tplink_router/issues/31#issuecomment-1001920901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO7MCG2NH2UYSUZ4JVR54ZLUTFTZNANCNFSM5F4MAM2A. You are receiving this because you commented.

amosyuen commented 2 years ago

Ah yeah, I forgot to add the instructions for adding the custom HACS repository. Merged the update and added M9 Plus to the list of tested devices.