BigBobbas / ESP32-S3-Box3-Custom-ESPHome

Custom ESPHome config for ESP32-S3-Box-3 with sensors and touchscreen
120 stars 20 forks source link

Can't connect to ESPHome API #104

Open Gazda86 opened 2 weeks ago

Gazda86 commented 2 weeks ago

please see the error in the picture. I would like to find a solution for this, the device is offline, does not connect to wifi. the wifi access is correct in the secret.yaml. Thank you in advance 20241107_105647

BigBobbas commented 2 weeks ago

hi there , if you look in your routers interface do you see the device connected? and if so can you make a note of the IP address ? andd add it to the config like so. (under wifi: replacing the xxx's)

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  use_address:  xxx.xxx.xxx.xxx
Gazda86 commented 2 weeks ago

17310114491553893450889183442105 until the installation, I can see the device on the router as well, it connects to the wifi. after installation, unfortunately, it is already connected to wifi. 17310112332855131548102274429945 17310114911219146385275193892210

BigBobbas commented 2 weeks ago

from https://web.esphome.io connect the device using usb, then select 'logs' when the blank log screen appears, click 'reset this device' at the bottom and you should see if it tries to connect to wifi and any possible errors.

Gazda86 commented 2 weeks ago

17310452874405998583941309315484

it can't connect to wifi, but my network can see it. the log file in the picture.

BigBobbas commented 2 weeks ago

can you confirm that your secrets file looks like this and that your credentials are correct including any upper and lower case letters etc.

# Your Wi-Fi SSID and password

wifi_ssid: "your_ssid"
wifi_password: "your_password"

is your wifi ssid configured to be hidden? does the ssid have any spaces or charecters in it ?

Gazda86 commented 2 weeks ago

the ssid is hidden, yes, Gazda 2,4 but I have already tried Gazda 2.4.

BigBobbas commented 2 weeks ago

can you change the wifi: section in your config to the following

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  fast_connect: true