gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
371 stars 133 forks source link

Random rare connection instability #211

Open Sprinterfreak opened 1 year ago

Sprinterfreak commented 1 year ago

Sometimes I have some units stubbornly refuse to connect to the WiFi. In this case I can powercycel them, do what I want, they won't stay connected.

I have multiple access points throughout the property. Today I discovered during a rolling firmware update for my AP's, that the ESP's trying really hard to connect back to an AP where they where connected previously, even if the signal is very weak and the AP is not allowed to accept very low connection rates due to weak signal. The ESP's do not attempt to connect to the AP right next to them, then. This is also known as sticky client phenomena.

Is there anything in the WifiManager which can tweak this poor roaming behavior?

mayankst commented 1 year ago

https://github.com/gysmo38/mitsubishi2MQTT/pull/217 This fixes the issue for me.