Hi,
i know it has already been discussed probably here and in other places.
Few references below:
Sonoff Device not connecting to WiFi
Esphomelib arduino framework versions
But still…my 2 sonoff basics and Sonoff S20 keeps disconnecting very frequently.
They were reasonable once flashed with 1.8.2 version, then upgrade to latest platformIO (3.6.2) and latest Esphomelib (1.9.3) flashed and…situation is now similar to pre 1.8 version.
I followed the above suggestion but:
- setting “arduino_version: latest” esphomelib complains “it is not a valid option for esphomeyaml”
esphomeyaml: name: xxxx platform: ESP8266 board: esp01_1m board_flash_mode: dout arduino_version: latest
`
- setting “power_save_mode: light” esphomelib complains “it is not a valid option for wifi”
wifi: ssid: 'myssid' password: 'mypass' power_save_mode: light
so I am a bit stuck in trying.
Also I see people reporting having solved the issue using a specific arduino framework version although I did not understand which one is suggested to mitigate the issue.
@OttoWinter can you be so kind to provide some advice?