Closed tommyjlong closed 11 months ago
There isn't really something we can do about this from the example app side. Not sure if there is something in the official Matter spec about this. Ideally the commissioner (the iOS app) should look up the vendor id/device and warn the user if the currently connected Wi-Fi is incompatible with the device at hand.
Using iOS companion App for commissioning (iOS ver: iPadOS Version = 16.1.1). Home Assistant 2023.2.3 Supervisor 2023.01.1 Operating System 9.5 Frontend 20230202.0 - latest Here is log output on the chip lighting app versioning:
In short, WiFi SSID and credentials entered into the HA Matter Integration (and received by the Matter Server) are not honored, and the
matter wifi connect "network" "password"
command didn't solve the problem either. The commissioning kept failing when the WiFi Sta tried to connect to an AP.What I found was that the WiFi SSID/Creds were supplied from iOS App mobile device based on the WiFi network the mobile device was connected to, and the commissioning was failing because the iOS App was connected to a 5GHz WiFi network that the ESP32 does not support. Once the iOS device had its WiFi connected to a 2.5GHz network, the ESP32 got connected to the networking and commissioning was able to continue.