espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
178 stars 31 forks source link

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

Closed Daniel-Craciun closed 5 days ago

Daniel-Craciun commented 1 month ago

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

lhespress commented 4 weeks ago

@Daniel-Craciun

  • host version of Zigbee
  • the Zigbee host specific code doesn't provide these clusters and only has the on off switch cluster
  • Why can't this example just use the Zigbee sdk which I include via idf_component.yml and not the components folder?

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.

Daniel-Craciun commented 5 days ago

Okay thank you!