-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] On-network commissioning does not work #15952
Comments
@cecille Can you please check if we are missing something here? |
Setting ssid and pass through ( Component config --> CHIP Device Layer --> WiFi Station Options ) is working. |
Thanks @jadhavrohit924 . @cecille @wqx6 Please confirm what should be used here? |
I'm not sure what you're trying to do. If you're using on-network commissioning, the device should already be connected to the network before commissioning is attempted. |
@cecille That is right. The question really is about configuration of SSID and passphrase through menuconfig. And there seem to be 2 choices: i. idf.py menuconfig -> Example Connection Configuration (with this on-network commissioning does not work) ii. idf.py menuconfig -> Component config --> CHIP Device Layer --> WiFi Station Options (with this on-network commissioning works) If i. above is to be used then commissioning should be fixed and ii. removed If ii. above is to be used then the fix is not required and i. should be removed |
I've always used ii and it seems to work. I also don't know what i was intended for. I think we need espressif folks to chime in on that one. I'm not sure who though, because I don't think that original option is from us. It's not in the chip Kconfig. |
@dhrishi @cecille The i is the common Wi-Fi configuration used for all ESP examples, but it was not linked to Matter application properly. #15955 is fixing this issue. Ideally, we should unify the two options. Let's just remove i from all Matter examples (instead of fixing it). @wqx6 |
#15955 is merged. Closing this |
Problem
Through menuconfig
On commit 1f458a5
Proposed Solution
After boot device should connet to AP
The text was updated successfully, but these errors were encountered: