home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.19k stars 30.57k forks source link

TP-Link Smart Home devices stopped working #123403

Closed abdulbiqbal closed 2 months ago

abdulbiqbal commented 2 months ago

The problem

Getting Error Failed setup, will retry Unable to connect to the device: 10.0.3.2:9999: [Errno 111] Connect call failed ('10.0.3.2', 9999)

IP 10.0.3.2: mentioned is here is unknown. My device IP is different. I am using lights and switches from Kasa both are affected.

What version of Home Assistant Core has the issue?

core-2024.8.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

TP-Link Smart Home

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tplink

Diagnostics information

Diagnostic not available for the devices which are not working

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @rytilahti, @bdraco, @sdb9696, mind taking a look at this issue as it has been labeled with an integration (tplink) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tplink` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tplink` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tplink documentation tplink source (message by IssueLinks)

speakxj7 commented 2 months ago

possible dupe of #123181

abdulbiqbal commented 2 months ago

I figured out this IP 10.0.3.2 was allocated by NAT adapter on my virtual box. Removed the adapter and now it’s working fine.