micronen
micronen
I have the same problem - 3 AP in mesh configuration & 1 AP from internet provider. The mesh does a periodic reset every night, so the ESP devices connects...
See https://github.com/esp8266/Arduino/issues/4213 or http://www.serverframework.com/asynchronousevents/2011/01/time-wait-and-its-design-implications-for-protocols-and-scalable-servers.html ~150bytes are not a lot, but when heap is small, and gets fragmented and eventually may lead to a malloc fail. I might be wrong about...
For a workaround, using API callable services, you can try something like this: ``` api: services: - service: scan_wifi then: - lambda: |- wifi::global_wifi_component->start_scanning(); - service: scan_reset then: - lambda:...