-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Linking a Tapo S505D device from a Google Nest Hub matter network #95868
Comments
Hey there @home-assistant/matter, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) matter documentation |
Are you running Home Assistant OS on dedicated hardware device or on some virtualized way ? This error just literally means that mDNS disovery is failing, meaning the Matter Server can not resolve your device on the network. |
Haos on an intel nuc on same lan. My router dhcp gave it a name resolvable, like the working P125M |
Ok, deleted my matter server and configuration in HA. Re-did the provisioning of both P125M and S505D. For the working P125M I got this in the matter server logs:
For the Non-function devices/entiries S505D I got this:
Note the extra
|
Can you check again with the Home Assistant beta release 2023.7 (or wait for its stable release tomorrow) ? |
Never mind. Its a duplicate of #95171. Found it in the HA logs. I though that was merged 2023.6.3. I'll wait for 2023.7. Thanks |
Please let me know if updating to 2023.7 fixed your issue. Thanks! |
Installed 2023.7. I do not have the self._get_brightness() issue anymore in the homeassistant on linking provisioning. But now I have this in the matter server logs:
Same behavior. It creates the device/entity but those dont react to switch on/off commands |
I think this is a device specific issue we ned to look at, as it has been reported by others too. |
I am sorry, there is actually no device/entity created. I guess it was a left over from my last try on 2020.6.3. So after cleanup and re-try, I only have my P125M. Here is the diagnostic download for the matter integration itself. Let me know if you need something else |
Well, if the device is not commissioned, the diagnostics dump is kind of useless. First re-commission the device again so it has a useable entity in HA. If that is done and trying to control the device still doesn't work, please get the diagnostics. Also, would it be possible to also try in e.g. Google Home or Apple Home to see if it works there ? |
Allow me to take a step back. What I have been doing so far is:
This is have working properly with my Tapo P125M switch. a.k.a:
So After have installed 2023.7, I did a factory reset of the S505D, re-provisionned it on Google Nest hub's matter network. Works. Then trying to link the device in HA's matter server fails with that latest log message. So just now, I did another factory reset of the S505D. But then provisionned it on HA's matter network and that works. So to sum up provisioning directly on HA works. But Linking on from a S505D provisionned on google nest hub's network does not. But this is the usecase I want to setup, as it works for the P125M. |
Sounds like a device issue to me that it can't handle multiple fabrics. In next release we will wring the feature to share the device from HA to another fabric so that might also be an option |
No, I only have a Google Nest hub as a matter broder controller . And spoke too soon. 5 minutes later, it because unavailable. I will provision it back on my google nest. Upload the diagnostic log of the now unavailable S505D provisionning in HA
|
Related? project-chip/connectedhomeip#27027 |
No not related. Your device is commissioned but something is failing on the HA side, most probably you will see a big fat exception there.In fact, I believe someone already found out what is going on and it should be fixed shortly |
#95949 fixes your issue, should be available in next patch release |
FYI, the linked provisionning now works with 2023.7.1. Thanks |
Should we close the issue? |
Yes, you can close the issue. Thanks |
The problem
I have a running Tapo S505D provisionned on my Google Nest Hub. When I try to add the S505D into Home assistant via a link in google nest hub, it create a device/entiry in home assistant but the entity is none functionnal. I get this in the Matter server logs:
I also have a Tapo P125M wall switch that works fine as a linked device in the google nest hub network
What version of Home Assistant Core has the issue?
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
No response
Link to integration documentation on our website
https://www.home-assistant.io/integrations/matter/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: