rstrouse / ESPSomfy-RTS

A controller for Somfy RTS shades and blinds
The Unlicense
554 stars 38 forks source link

Try to reconect if wifi is not connected #449

Open lukeskymuh opened 2 months ago

lukeskymuh commented 2 months ago

Describe you new feature you'd like

Hi,

This project is amazing! I just have one issue: when the power is off and returns the wifi router requires some time to boot. Aparently the ESP32 is faster and doesn't find the Network, It doesn't try to connect again and stays unconnected. Is there a way to automatically to try again to connect if there is no connection?

It is powered via USB to a resberry pi running home assistant.

BR Luke

rstrouse commented 2 months ago

Which firmware are you using? It should connect as soon as it sees the AP in the scan list. It will do this continuously unless you have it set to autoconnect to the AP SSID.

lukeskymuh commented 2 months ago

V 2.4.4 Where can I find the autoconnect option?

rstrouse commented 2 months ago

Pleas update your firmware. The connection options to reconnect to the strongest signal did not exist in v2.4.4 on bootup.

theincogtion commented 1 month ago

I have a similar problem: once my router reboots in the mesh, the esp does not reconnect (I have to power cycle it). I am on 2.4.6 and I am unable to find any auto reconnect option. @rstrouse can you guide me to this option?