Replies: 6 comments 20 replies
-
There's not a lot we can do here in EMS-ESP. We're using the core espressif wifi libraries. You could scan through the forums (https://github.com/espressif/esp-idf) and see if other people have similar issues? Or try the tec build as uses the latest ESP-IDF 5.0 library. On my Unifi network there are settings to optimize for iot devices - maybe AVM has something similar? Or just fix the IP and AP for the EMS-ESP device? Or use an ESP32 microcontroller by itself and write a small script that connects to the network to see if you can reproduce it easily. |
Beta Was this translation helpful? Give feedback.
-
WiFi is stable now, when I enable fixed WPA2 within my Mesh network. (WPA2/WPA3 transition mode disabled). |
Beta Was this translation helpful? Give feedback.
-
I recognized that when EMS-ESP reboots (e.g. new firmware upload) WiFi is not automatically reconnected to the strongest access point. The desired function would be, that on reconnect / reboot a WiFi network scan is done and the strongest access point is used with same SSID and password as stored. (same as selecting it manually but where password has to re-entered even if SSID stays the same). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi tp1de, i have the same issue with AVM... but in addition to the mesh of AVM (2 devices) i have also 2 TP Link (Omada) devices. When i take the device in my working room (TP Link AP 4m distance) WebUI is running perfect, moving back to cellar where only FritzBox is visible (scan show only the box, 2m distance, no walls) WebUI is not reachable anymore... I have also WPA2/WPA3. From my point of view this is realy strange because authentication to WLAN is done only on the Fritz not on the TP Link ... Strange is that i have in the cellar an other ESP32 with Tasmota (+ an Pi Zero... but this is totaly different). The ESP32 with Tasmota haven't show any problems with WPA2/WPA3.... |
Beta Was this translation helpful? Give feedback.
-
I think the problem is related to AVM's FritzBox WPS2/WPA3 transition mode. |
Beta Was this translation helpful? Give feedback.
-
I am using a Mesh-Network based on AVM products. There are 3 active WiFi components:
All WiFi attributes are set central on Mesh master are then identically set to all Mesh devices.
AVM is recommending to select a WPA2/WPA3 transition mode for WiFi security. (WPA2 and WPA3 enabled).
With this mode all my devices run stable but ems-esp does not. The ems-esp firmware is changing regularly the access points to be connected to. This is not the strongest one !
I could see that quite often the connection is made to the far away master.
Being away from home two weeks ago I could not connect anymore to the WebUI - but MQTT connection to HA was still working.
After 6 hours another access point was selected and connection to WebUI was possible again.
When using the WPA2/WPA3 transition mode the ems-esp WiFi network scan does not show the right security attributes for the mesh repeaters - only for the master. I might believe that this causes the connection problems.
Selecting fixed WPA2 for WiFi security is recognized for all access points by ems-esp and connection seems to be stable now.
(even changing the access points to be connected to a couple of times per day !)
Beta Was this translation helpful? Give feedback.
All reactions