Hi,
I have a couple of Shelly 3EM devices that I would like to connect to a open WiFi network (without password). Although the devices allows leave the password blank, it refuses to connect. The log files show the following messages:
Code
285641856 mgos_wifi_sta.c:467 Starting scan
288277426 esp_main.c:137 SDK: scandone
288282776 mgos_wifi_sta.c:345 WiFi scan result: 23 entries
288285330 mgos_wifi_sta.c:397 AP queue:
288288065 mgos_wifi_sta.c:400 0: SSID: FWUE , BSSID: 00:00:00:00:00:00 RSSI 0 cfg 0 att 2
288292314 mgos_wifi_sta.c:542 Trying FWUE AP 00:00:00:00:00:00 RSSI 0 cfg 0 att 3
288299296 mgos_net.c:86 WiFi STA: connecting
290965184 esp_main.c:137 SDK: scandone
290968460 esp_main.c:137 SDK: sleep enable,type: 2
290971926 mgos_wifi.c:69 WiFi STA: Disconnected, reason: 201
290974391 mgos_wifi_sta.c:565 Connect failed
290977892 mgos_net.c:82 WiFi STA: disconnected
292977588 mgos_wifi_sta.c:525 No candidate APs
Alles anzeigen
After some digging, reason 201 is because the client is sending the password for a network without password.
Is there any way to solve this problem?