Open Gazda86 opened 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
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.
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.
it can't connect to wifi, but my network can see it. the log file in the picture.
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 ?
the ssid is hidden, yes, Gazda 2,4 but I have already tried Gazda 2.4.
can you change the wifi:
section in your config to the following
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
fast_connect: true
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