-
Notifications
You must be signed in to change notification settings - Fork 157
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
Bridged Device Basic Information cluster is not displayed properly in Apple HomeKit (CON-1418) #1156
Comments
there are two different clusters: BasicInfo and BridgedBasicInfo, you are reading the BasicInfo one with chip-tool. If you click on Bidge-> it is visible in Apple Home. To see what you are looking for, you need to add these attributes
|
Thanks, @jonsmirl, for the fast response. However, this is exactly what I did. Each bridged device has the Bridged Device Basic Information cluster, and I can confirm that I am able to read all attributes on every endpoint using The "normal" Basic Information cluster is working just fine. If I tap on the bridge in Apple Home, the data is displayed correctly. For example:
|
That works for me, I see all of the fields I set in Apple Home. I am on IOS 17.7 on iPad. |
Did you try removing the device and recommissioning it on Apple Home? Apple might only read this info once and not expect it to change. |
Thank you for the confirmation. I am currently using iOS 18.1, and I believe this feature worked in the past. That’s why I’m curious if the issue might be related to iOS 18.1. I’ve already reset the device and re-paired it multiple times, but unfortunately, it still doesn’t work. |
This issue is likely not related to esp-matter or connectedhomeip and was already discussed in the past (see #415). However, I would appreciate it if someone could confirm this issue.
On iOS 18.1, the Bridged Device Basic Information Cluster is not displayed correctly in Apple HomeKit. While the basic information is correctly recognized on the bridge itself, the bridged devices in Apple HomeKit always show "Unknown."
Using
chip-tool
, I am able to read the bridged device's basic information successfully, and everything is displayed correctly in Google Home as well. I also tried adding the Basic Information Cluster in addition to the Bridged Device Basic Information Cluster for each bridged device, thinking that HomeKit might be referencing the wrong cluster, but this did not resolve the issue either.The text was updated successfully, but these errors were encountered: