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

Zigbee Host example components folder? (TZ-1255) #468

Open
Daniel-Craciun opened this issue Nov 1, 2024 · 1 comment
Open

Zigbee Host example components folder? (TZ-1255) #468

Daniel-Craciun opened this issue Nov 1, 2024 · 1 comment
Labels

Comments

@Daniel-Craciun
Copy link

Question

Hello, I've been looking through the Zigbee examples and I've noticed that the host example (which I hope to use) has a components folder with what it looks like some host version of Zigbee? And I was wondering why is this special version used for the host example. As I would like to use this example with the other types of clusters Zigbee has to offer such as the temperature and humidity clusters but the Zigbee host specific code doesn't provide these clusters and only has the on off switch cluster? What is the reason for this? Why can't this example just use the Zigbee sdk which I include via idf_component.yml and not the components folder?

Additional context.

No response

@github-actions github-actions bot changed the title Zigbee Host example components folder? Zigbee Host example components folder? (TZ-1255) Nov 1, 2024
@lhespress
Copy link
Contributor

@Daniel-Craciun

  • host version of Zigbee
  • It's just the host component version and is not esp-zigbee-sdk related.
  • the Zigbee host specific code doesn't provide these clusters and only has the on off switch cluster
  • Yes, on/off switch cluster just as an example for reference, the customer need develop other clusters by themselves.
  • Why can't this example just use the Zigbee sdk which I include via idf_component.yml and not the components folder?
  • This component will not release on the ESP Component Registry because of the customer can develop the function on third-party MCU.

BTW, The host example just as a reference for the third-party SOC, it's better to use esp-zigbee-sdk on Espressif's SOC.

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

No branches or pull requests

2 participants