Skip to content
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 to modify the name of the scanning device (CON-1297) #1046

Closed
MaplestoryAlen opened this issue Aug 8, 2024 · 7 comments
Closed

How to modify the name of the scanning device (CON-1297) #1046

MaplestoryAlen opened this issue Aug 8, 2024 · 7 comments

Comments

@MaplestoryAlen
Copy link

I currently have multiple matter devices, but their names are all "Matter Accessory". How can I change this name so that I can distinguish between different devices.

@github-actions github-actions bot changed the title How to modify the name of the scanning device How to modify the name of the scanning device (CON-1297) Aug 8, 2024
@shubhamdp
Copy link
Contributor

Renaming the device name when adding the device to home app should work.

@MaplestoryAlen
Copy link
Author

Renaming the device name when adding the device to home app should work.

If I have 10 devices connected to the network at the same time, it will display 10 'Matter Accessory', so I cannot be sure which one is my own device.

@shubhamdp
Copy link
Contributor

Identifying your device would work. In esp-matter there is callback when someone tried to identify your device: https://github.com/espressif/esp-matter/blob/main/examples/light/main/app_main.cpp#L122.

Also, for mode details, please check the identify cluster.

@ronny-antoon
Copy link

Is their any wat to change the name from the code or configurations in esp_matter or mfg_tool ?

Like we can change the Pairing code/Manufacturer name/... in mfg_tool, is their any way to change the Display Name when pairing ?

@MaplestoryAlen
Copy link
Author

Identifying your device would work. In esp-matter there is callback when someone tried to identify your device: https://github.com/espressif/esp-matter/blob/main/examples/light/main/app_main.cpp#L122.

Also, for mode details, please check the identify cluster.
What I mean is to use the Apple app - "Home" to configure the network. For 10 devices, all of them display "Matter Accessory" on the interface. I cannot distinguish which device I want to configure, so is there any way to modify this name? For example, I want to customize the device name, such as Device 1, Device 2, Device 3

@shubhamdp
Copy link
Contributor

@MaplestoryAlen @ronny-antoon what you have requested may not be possible right now. Even if an ecosystem names its devices say based on some attribute, other ecosystem may not do the same and could lead to inconsistent behaviour across ecosystems.

@MaplestoryAlen
Copy link
Author

@MaplestoryAlen @ronny-antoon what you have requested may not be possible right now. Even if an ecosystem names its devices say based on some attribute, other ecosystem may not do the same and could lead to inconsistent behaviour across ecosystems.

Thank you for your answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants