You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have not been able to commission the light example using matter over thread. I've tried multiple pathways, however I'm primarily using the Home Assistant OTBR and their Android commissioning app. I've also tried using the Android Home app directly.
The Android device does appear to make a successful bluetooth connection to the ESP32C6 device, however
The error I get in the commissioner app is Can't connect to thread network xyz. Check that your device can work with this network type and try again.
Firmware is built in vscode with the current esp-idf extension. ESP-IDF versions 5.2 and 5.3 were both tried. ESP-Matter was installed in vscode with the Install ESP-MATTER option in the ESP-IDF extension.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Unable to commission matter over thread light example.
Unable to commission matter over thread light example. (CON-1277)
Jul 26, 2024
Looks like the esp32c6 was not attached to the thread network of the OTBR you were using. It became a leader at last. Could you enable the CONFIG_OPENTHREAD_CLI on esp32c6 and input this command in the esp32c6's console after the thread credential is set during commissioning to verify that the esp32c6 receives the same thread dataset as the OTBR was set?
Describe the bug
I have not been able to commission the light example using matter over thread. I've tried multiple pathways, however I'm primarily using the Home Assistant OTBR and their Android commissioning app. I've also tried using the Android Home app directly.
The Android device does appear to make a successful bluetooth connection to the ESP32C6 device, however
The error I get in the commissioner app is
Can't connect to thread network xyz. Check that your device can work with this network type and try again.
Firmware is built in vscode with the current esp-idf extension. ESP-IDF versions 5.2 and 5.3 were both tried. ESP-Matter was installed in vscode with the
Install ESP-MATTER
option in the ESP-IDF extension.Environment
Device Log: (Complete log from boot to commission failure) - esp32c6_matter_thread_light.txt
Host Machine OS: Ubuntu 22.04
Host Machine Python version: 3.10.12
Commissioner app and versions if present: Home Assistant Android App, Android Home App
Commissioner's logs if present:
Some of the OTBR logs:
otbr_commission_log.txt
Any additional details
...
The text was updated successfully, but these errors were encountered: