Open jlazkano opened 2 years ago
I just tried WPA3 only and was not able to get a D1 Mini to connect. Is WPA3 supported by ESPHome?
It's been awhile, but I just tested this and for "WPA2-PSK/WPA3-SAE Mixed Mode," this is working for me on a variety of ESP8266 and ESP32 devices running ESPHome.
I seem to be able to get it working with wpa2/wpa3 mixed mode when using the standard framework, but not with the esp-idf framework. (version 2022.8.0). It says:
[W][wifi:442]: No matching network found!
The problem
I am new in ESPHome.
I compile my first image for Xiaomi Bed Lamp 2, and I notice that the lamp doesn't connect to my SSID.
My actual SSID has WPA2-PSK/WPA3-SAE mixed mode encryption, if I change to WPA2-PSK it works.
I think that the device is trying to connect first to WPA3 and can not connect and doesn't try the second WPA2 mode.
Which version of ESPHome has the issue?
2021.11.1
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
2021.11.4
What platform are you using?
ESP32
Board
Xiaomi Bed Lamp 2
Component causing the issue
wifi
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response