-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPLink sockets stopped working #53755
Comments
Hey there @rytilahti, @TheGardenMonkey, mind taking a look at this issue as it has been labeled with an integration ( tplink documentation |
I make a couple of experiments and now I know exactly that this broke in 2021.8.0b2. I've downgraded to 2021.8.0b1 and tplink sockets works fine, then I upgdate to 2021.8.0b2 and the sockets stop working. I see that in 2021.8.0b2 there was PR #53596 |
Hi @bessarabov For further troubleshooting, please enable debug log and provide the logs - to do so, please add the following to your logger:
default: info
logs:
homeassistant.components.tplink: debug
pyHS100: debug |
I have 4 TPLInk HS110, but only 3 are now connected (the one is disconnected and stored in a box). I have once again updated to the version 2021.8.0b2, configured the https://gist.github.com/bessarabov/dabd7c637b2a38c3ccd536fcd9a87fe5 |
I have commented out the socket that is not connected: tplink:
discovery: false
switch:
- host: 192.168.31.125
# - host: 192.168.31.138
- host: 192.168.31.160
- host: 192.168.31.242 after that the sockets are working on 2021.8.0b2 But on version 2021.8.0b1 sockets were working even with ip address of not connected device. |
@bessarabov may I ask you to test the linked PR if it works now without commenting the not connected socket? |
Yes, I have tried your code on my server. Everything is working as expected. 3 sockets are available in HA and for the disconnected socket I see line in the logs Thank you! Some tech info how I tested it. I've used the code from commit 89f7cee from your fork https://github.com/mib1185/homeassistant-core (link — mib1185@89f7cee ) I have taken 2 files from it:
And I have put them in my docker container
And then I have restarted HA. |
Thank you for solving this! (I have updated to 2021.8.0b7 and everything is fine with this version) |
I updated to 2021.8 this morning and while it successfully added the new sensors to my HS300 power strip, it now broke all the switches that controlled the individual outlets. Any ideas? |
@mbilsky please open a new issue and please also enable debug log and provide the logs - to do so, please add the following to your logger:
default: info
logs:
homeassistant.components.tplink: debug
pyHS100: debug |
Thanks! Posted here: #53989 |
The problem
After updating from 2021.8.0b1 to 2021.8.0b4 all my 3 TPLink sockets stopped working (I'm using TPLink HS110 model).
On 2021.8.0b1 everything worked fine.
On the page IP:8123/config/integrations is see error "Retrying setup: Communication error":
I see that in beta4 two pull requests was added about TPLink:
What is version of Home Assistant Core has the issue?
core-2021.8.0b4
What was the last working version of Home Assistant Core?
core-2021.8.0b1
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
tplink
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tplink/
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: