espressif / esp-matter

Espressif's SDK for Matter
Apache License 2.0
686 stars 155 forks source link

OpenThread CLI doesn't work (CON-589) #486

Closed Gonta01 closed 1 year ago

Gonta01 commented 1 year ago

I use esp-idf v5.1 with ESP32C6. Successfully commissioned my device and see logs but I can't use any cli commands. I have activated it in sdkconfig.defaults CONFIG_OPENTHREAD_CLI=y. For example, I want to use commands: dataset active -x or scan to research Thread network.

chshu commented 1 year ago

OpenThread CLI is not available in Matter example, the matter application takes over the Thread network configuration.

You can play with ot_cli with this example: https://github.com/espressif/esp-idf/tree/master/examples/openthread/ot_cli

Gonta01 commented 1 year ago

Get it. Thank you