AlexandrErohin / home-assistant-tplink-router

Home Assistant component for TP-Link router administration with sensors, button reboot, switches and device tracking.
https://community.home-assistant.io/t/custom-component-tp-link-router-integration
MIT License
73 stars 7 forks source link

Constantly being logged out of admin dashboard #63

Closed rohanrichards closed 9 hours ago

rohanrichards commented 3 weeks ago

Describe the bug After installing this addon I can no longer actually use my router personally. It seems that it's using the same session as me and I keep getting logged out.

Logs Add also all relevant logs from Settings->System->Logs.

Additional Information (please complete the following information)

pbranly commented 3 weeks ago

Hi As far I understood TP-Link access is limited to only one session Therefore if you want to access your tplink console, you have to temporarily deactivate the HA tplink integration Phil

rohanrichards commented 3 weeks ago

Very frustrating. I wonder if I can do this via a button in the HA dashboard

On Fri, 21 June 2024, 4:59 pm Philippe, @.***> wrote:

Hi As far I understood TP-Link access is limited to only one session Therefore if you want to access your tplink console, you have to temporarily deactivate the HA tplink integration Phil

— Reply to this email directly, view it on GitHub https://github.com/AlexandrErohin/home-assistant-tplink-router/issues/63#issuecomment-2182128150, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3YOMULR6VSULHZ6HVTE3TZIPFNHAVCNFSM6AAAAABJVIDQG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBSGEZDQMJVGA . You are receiving this because you authored the thread.Message ID: @.*** com>

NicStatic commented 1 week ago

Spook, the custom integration for Home Assistant that adds features missing from Core, includes service calls to disable and enable an integration.

https://spook.boo/

image

kividid commented 4 days ago

Just spent a while debugging unexpected log-outs. Easy enough to disable the integration temporarily since I rarely need to access my router admin dashboard, but it would be great to explain this behavior in the integration docs.

Didn't see any contributing guidelines so I created #67 to suggest some docs updates.