esphome-state-machine
esphome-state-machine copied to clipboard
Crashes in certain scenarios on ESP8266 on ESPHome 2022.2+
I've back in April 2022 I've upgrade ESPHome to 2022.2 and started experiencing crashes of ESP8266 nodes. I pin pointed this to ESP8266 framework upgrade from 2.7.4
to 3.0.2
(https://esphome.io/changelog/2022.2.0.html).
I have not found the root cause for it. So the workaround that I used was to downgrade the framework to 2.7.4
, i.e. by putting the following section into the node yaml:
esp8266:
board: d1_mini
framework:
version: 2.7.4