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 can I set the name of an Endpoint? (TZ-1493) #540

Open
jonasbu01 opened this issue Jan 20, 2025 · 3 comments
Open

How can I set the name of an Endpoint? (TZ-1493) #540

jonasbu01 opened this issue Jan 20, 2025 · 3 comments

Comments

@jonasbu01
Copy link

I can't figure out how to name the endpoints so that the specific names of the endpoints are displayed in home assistant.
My device has 2 binary input clusters and I want them to be distinguishable.

Image

@github-actions github-actions bot changed the title How can I set the name of an Endpoint? How can I set the name of an Endpoint? (TZ-1493) Jan 20, 2025
@xieqinan
Copy link
Contributor

Hi,

I believe this is a display issue in HomeAssistant and not related to the SDK. If you want to distinguish between different clusters on different endpoints in HomeAssistant, you can click the icon and rename it, for example:

Image

@jonasbu01
Copy link
Author

jonasbu01 commented Jan 21, 2025

I had a look at the Zigbee Specification link to the pdf, page 502 and it could be one of the following attributes for binary input:
DeviceType (string): 0x001F
ObjectName (string): 0x004D
ProfileName (string): 0x00A8

Unfortunately, they are not implemented. I receive the error: "incorrect/unsupported attribute_id!"

Is there currently another way to use these attributes?

@xieqinan
Copy link
Contributor

The DeviceType (string): 0x001F of the binary input corresponds to the BACnet Protocol Tunnel, which is not yet implemented in the current SDK (v1.6.2). The binary input cluster provided by the SDK is a basic. They are different category.

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

2 participants