-
I've read through all of the README.md in the base of the repo, and in the component for the esp-zigbee-console but I do not see a way how to prep a firmware for an esp32-c6 or esp32-h2 dev boards? I've been googling and staring at this for a while. I see that there was a CLI example that was removed a few versions back, but the comment was that it was defunct, so I really didn't investigate it more. I don't see it as part of the component registry: https://components.espressif.com/components?q=zigbee I see a lot of CLI refs in the documentation, but no way to setup a device that actually has it, unless I'm missing something and it's enabled by default?? https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/api-reference/esp_zigbee_core.html I have an ESP32-C6-DevKitC-1 (v1.2) the esp32 h2/s3 Thread boarder router / Zigbee gateway board with Ethernet card, and an esp32-c6 1.47" lcd by waveshare. I've been able to run the HA_color_dimmable_light demo for the ESP32-C6-DevKitC-1 board with my Ikea Dirigera zigbee gateway and control it from the Ikea app successfully, getting the onboard WS2812b RGB led to change color and dim. Thanks for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I haven’t fully understood your point. Are you asking for an example demonstrating how to use the |
Beta Was this translation helpful? Give feedback.
-
Yes this is perfectly what I want, I somehow missed this example and what it was explaining. I sincerely appreciate you pointed that All Device Types app example out. I also appreciate that it goes over how to use the console too. |
Beta Was this translation helpful? Give feedback.
I haven’t fully understood your point. Are you asking for an example demonstrating how to use the
esp-zigbee-console
component? If so, you can refer to the example provided here: ESP Zigbee All Device Types App.