-
Notifications
You must be signed in to change notification settings - Fork 60
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
How can I change the Display Name? #94
Comments
Thats a good question ... From my experience each platform ignores the names we send ... in iOS you always get "Matter Accessory", in Alexa it is always "First Light" (kind of) ... and such ... We could try to play around with a Fixed label CLuster and such ... but I did not had time till now for such deep looks and tries |
Fixed label cluster, are you refering to Basic Information Cluster? |
I've also noted that setting the device type also have no effect in Homekit. I.E, it always shows the Home Icon instead of the specified device type icon in the discovery. Have you played around with this earlier? |
No, there are "LabelClusters" ... but I also have no idea what is used maybe from that.
Same, no idea why they do what they do (meaning the controllers) :-( It is all the begin of a journey and with near to no real devices out there it is always hard - also for them |
With the real devices, the behaviour is same as well. I've working with esp-matter. Since the eco-system providers mention, they implemented the Matter 1.0 spec, I believe this labels are included. |
Device names display correctly with a certified Matter over WIFI device or a Hue Bridge. Did you read that tutorial? 3.2.2.2 Generating Factory Partition Binary Files Generate factory partition binary files
|
because we do not use ESP32 stuff we generate all these details ... yes. So the question is if they are correctly used for other "uncertified devices"? |
I think you should ask the question here in the connectedhomeip repo: |
You should have a look a this PR about User Label Cluster: [GH_PR] Added User Label Cluster to generic_switch example.
And this issue: This is a test for that in the CHIP Test Suites: |
Hello,
I wanted to change the discovery name from "Matter Accessory" to the custom name, so I changed the nodeLable in Device.ts file:
matter.js/packages/matter-node.js/src/Device.ts
Line 114 in 3b34f94
However when I try to add it in the Apple Homekit it shows as "Matter Accessory" instead of the given name.
The text was updated successfully, but these errors were encountered: