Open grego1981 opened 1 year ago
Same here on my devices. What could be interesting, when removing any sensor configuration just keeping bare wifi setup, it works. It seems like it breaks after adding i2c or any GPIO manipulation / initial setup: i2c: sda: GPIO4 scl: GPIO5 scan: false id: bus_a frequency: 800kHz
Can verify that without sensor configuration it connects just fine.
Today I checked on different pins to no avail, if the sensor config is active WiFi does not work. Checked gpios 4 5 12 13 14. Is there a solution??
Same probleme with my Sonoff Basic:
Updated to the latest ESPhome version (2023.12.5) and using a I2C Sensor @GPIO14, no wifi connection possbile. UART Log: [D][wifi:470]: Found networks: [D][wifi:472]: No network found!
Compiled without the I2C sensor: working Again compiled with I2C sensor: NOT working
Recompiled after downgrade of the ESPhome version to 2023.10.6 works perfectly with the sensor as desired
I'm adding a comment after while, not very technical, but I believe it could help to identify the issue. Since release 2023.11.0 There were some releases that bring ESP8266 / nodemcuv2 back to life again. It was at least the release 2024.3.0 and some 2024.2.* releases. 2024.3.0 was the last working one. Would be nice to see the code comparison between 2024.3.0 and 2024.3.1. What I could see, there are more boards based on ESP8266 which is affected by this. For ex. very popular Sonoff RF switch RFR2.
The problem
I have updated 2 wemos NodeMCU to the new version and after that the devices went offline, I have hooked them up to USB and get the following logs. No change has been made to my wifi network. Also although from the log the local AP is activated, it is not scanned by any of my devices.
Which version of ESPHome has the issue?
2023.11.0
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.11.2
What platform are you using?
ESP8266
Board
Wemos NodeMCU
Component causing the issue
uart
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response