-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
esp32-c6 zigbee ZHA support #9156
Comments
While I would love to see a more useful example like discovery/query, there is a basic switch ZCZR example in the PR which is soon to be merged. |
Ok. I am trying one of these examples now on my C6 dev module
what am I doing wrong ? |
There's options for Zigbee mode under the tools menu. You need to select the correct mode. That will set your partition scheme as well. |
ok. I figured it out now. |
I changed the "esp_zb_task" with following function and now my Hub can detect the esp32-c6 but can not complete device initialization. How can I troubleshoot ?
|
actually my problem is not "serial not printing" , because it prints what I put in setup() I will try the signal handler now. |
ok, serial print works whereever it is triggered. |
I managed to get logs using serial.println (log_e , log_i did not work) so when I test, I finally managed to get these: so it seems like it has a ZDO config. However, my hub did not add it yet. |
I also created this issue under zigbee sdk repo: But nobody seems to be interested there... |
FYI, looks like a Zigbee API/wrapper for Arduino on ESP32 (arduino-esp32) is being working on very activly right now and initial (basic) Zigbee library support has been merged into both |
thank you. Still no documentation though. Examples are still limited. |
Hi everyone, I am closing this issue as there are now 8 examples for the new and easy to use Zigbee library. The old examples which were just port from esp-zigbee-sdk were removed. All the examples can be found here: https://github.com/espressif/arduino-esp32/tree/master/libraries/Zigbee/examples Documentation is in the backlog. |
Related area
Zigbee , ZHA
Hardware specification
esp32-c6 , esp32-h2
Is your feature request related to a problem?
this is not problem related.
Describe the solution you'd like
Zigbee support with ZHA (home automation profiles) would be great. With sone examples.
Describe alternatives you've considered
none
Additional context
none
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: