Open kaysimon opened 3 years ago
facing the same issue as of today...
Hello, please add "update_interval: 2s" under display:
I added the line "update_interval: 2s" and the first connection try returns....
[21:11:52][I][wifi:247]: WiFi Connecting to 'cca'... [21:11:54][W][wifi_esp8266:483]: Event: Disconnected ssid='cca' bssid=7C:FF:4D:3F:70:6B reason='Auth Expired' [21:11:54][W][wifi:535]: Error while connecting to network. [21:11:54][W][wifi:570]: Restarting WiFi adapter... [21:11:54][I][wifi:247]: WiFi Connecting to 'cca'... [21:11:56][I][wifi:504]: WiFi Connected!
But then the board connected instantly.
Very nice, thank you very much ;)
Having the same problem with a 'slimmelezer'. Tried to put the update_interval: 2s in the config file but it says it's the wrong position. I placed it under esphome: Don't see where to put it now.
The only thing that's 'working' right now is my accesspoint set to auto on all settings otherwise i have frequent disconnects and connecting problems like 'Auth expired', timeouts and that kind of stuff
The wifi problem here exist only in connection with the Waveshare e-paper display. If you do not use a e-paper display, there is no configuration "display" where this entry "update_interval: 2s" can be added.
I was hoping for the same fix for 'slimmelezer'. Wifi is Not working very well in the last ESPHome versions :( Currently had a node up for hours..now ..it doesn't connect anymore with all then Wifi errors you can think off
Same behaviour with ESP8266 nodemcu which does not connect if an amg8833 sensor is connected of a VL53L0X or any other sensor using SDA SCL pins. The same code works if the hardware is not connected. The example config for every hardware (without ESPHome that is) work just fine to the same wifi setup.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same problem as #2912, waiting for resolution. https://github.com/esphome/issues/issues/2912
The problem
The code below works for months without any prolems until the update to 2021.10.2. The esp doesn't connect to wifi with the reason "Auth expired". I post the log written by the tool esphome-flasher while I flashed the board manually. Strange to say when I remove the display part the module connects instantly with the wifi. Additionally tested with ESPEasy to exclude any hardware damage. Update to 2021.10.3 didn't solve the issue.
Which version of ESPHome has the issue?
2021.10.2
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
core-2021.10.6
What platform are you using?
ESP8266
Board
Wemos D1 mini
Component causing the issue
wifi
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response