hello everybody. i have an issue with setting up new devices in esphome. all old devices work but if i try too use this simple code on one of my esp32 (i have tested multiple) then they dont connect too the wifi. please see code and picture below:
esphome:
name: "utomhustemp"
esp32:
board: nodemcu-32s
framework:
type: arduino
# Enable logging
logger:
level: VERBOSE
# Enable Home Assistant API
api:
encryption:
key: "c0TFMnfUzmphPKhxRvcQH1l4AHKaQMEZ3kvxG8PBkAE="
ota:
password: "988e6a9fb2e2ef158a91ec8a032c4c1a"
wifi:
ssid: KJEM5_RPT
password: MyWifiPassOfc
i have copied the exact same credentials that work on my old devices. isnt it weird that it tells me in the logs that it indeed does see the network i specified but then proceeds too say otherwise? i dont wanna update my other devices if they would start too have the same problem. if anyone has a clue too why this is happening, please feel free too comment. (i am swedish, sorry for bad english)