Closed
Description
Related area
Zigbee
Hardware specification
ESP32-C6
Is your feature request related to a problem?
There is just two (pretty much hidden - not visible in Arduino IDE examples list) examples regarding Zigbee on the ESP32-C6. I would like some more examples, especially for a temperature, humidity, pressure and CO2 sensor.
Describe the solution you'd like
There is just two (pretty much hidden - not visible in Arduino IDE examples list) examples regarding Zigbee on the ESP32-C6. I would like some more examples, especially for a temperature, humidity, pressure and CO2 sensor.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
SuGlider commentedon Apr 11, 2024
@P-R-O-C-H-Y - PTAL, Thanks! That may be a nice new task.
jorisvervuurt commentedon Apr 11, 2024
Nice one. :) Looking forward to it.
lbernstone commentedon Apr 11, 2024
A scanner would be an extremely useful example
lboue commentedon Apr 15, 2024
For those looking for the link: https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Zigbee
P-R-O-C-H-Y commentedon May 16, 2024
Zigbee examples got updated to work with latest esp-zigbee-sdk.
Also 2 new examples have been added to work together:
Everything mentioned is included in the latest release 3.0.0-rc3.
I appreciate any feedback or suggestions on what we can improve or add next time :)
mothergooose commentedon May 18, 2024
Great!
I would consider smart metering and motion detection amazing examples.
Thank you for your work!
Hedda commentedon May 31, 2024
For reference; here are the links:
https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Zigbee
Synchronized from esp-zigbee-sdk examples:
https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/
PS: Also see related discussion here:
espressif/esp-zigbee-sdk#228
Hedda commentedon May 31, 2024
@P-R-O-C-H-Y maybe a good idea to add a few more simple "Zigbee HA" profiles (ZHA profile specs) from the esp-zigbee-sdk?
https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample
P-R-O-C-H-Y commentedon May 31, 2024
@Hedda I think there is no need to port more IDF zigbee-sdk examples, anyone can easily port them as you can use the 4 examples I ported as a reference. There is no much to change in the example. It's just about adding
setup()
andloop()
and handle buttons, leds, sensors in the Arduino way. I think it's better to spent more energy on the wrapper, than porting new examples, which will be probably removed when wrapper is done :) Let me know your opinion.But also if anyone does port any new example from zigbee-sdk, I will be really happy to see a PR adding it to the repo :)
elgerg commentedon Aug 6, 2024
Hi @P-R-O-C-H-Y
Thanks for the effort so far.
I am really looking forward to a wrapper that makes this easier to use as to be fair I'm so confused on what needs setting where as I'd like to extend the temp sensor example to include luminosity but have no idea how to start/where to add it into the existing cluster.
Do we have any ideas when the wrapper will be available for testing?
Thanks in advance!
28 remaining items