I have had a esphome running for a year. I upgraded my unifi software and upgraded the APs. No change in network. Lost connection from the d1_mini_pro. Tried another hardware.
Loaded a minimal file, it’d does not find my ssid when scanning. All other devices works to my knowledge. It looks like this:
[16:49:01][I][wifi:274]: WiFi Connecting to 'iot'...
[16:49:04][W][wifi_esp8266:482]: Event: Disconnected ssid='iot' bssid=7E:xx:xx:xx:xx:2A reason='Auth Expired'
[16:49:04][W][wifi:588]: Error while connecting to network.
[16:49:04][W][wifi:624]: Restarting WiFi adapter...
[16:49:04][I][wifi:274]: WiFi Connecting to 'iot'...
[16:49:10][W][wifi_esp8266:479]: Event: Disconnected ssid='iot' reason='Probe Request Unsuccessful'
[16:49:10][W][wifi:588]: Error while connecting to network.
[16:49:10][W][wifi:624]: Restarting WiFi adapter...
[16:49:21][D][wifi:488]: - '' (76:xx:xx:xx:xx:DA) ▂▄▆█
[16:49:21][D][wifi:488]: - '' (86:xx:xx:xx:xx:2A) ▂▄▆█
[16:49:21][D][wifi:488]: - 'COR' (22:xx:xx:xx:xx:0E) ▂▄▆█
[16:49:21][D][wifi:488]: - 'TP-Link' (74:xx:xx:xx:xx:E5) ▂▄▆█
My ssids not listed.
My config:
esphome:
name: test
esp8266:
board: d1_mini_pro
# Enable logging
logger:
# Enable Home Assistant API
api:
password: "pass"
ota:
password: "pass"
wifi:
ssid: "iot"
password: "password"
Any ideas? I have no idea what software version I had before on the unifies.