#ESP32 NOT SHOWING UP
8 messages · Page 1 of 1 (latest)
Did you flashed the initial Firmware from HA to the device with a cable?
No its my first time using this just wached a few tuts and none of them showed that
Ok. I don't know your setup. Either plug in the esp device to your HA server and flash it. Or Manual download the firmware and do the flashing on another pc. For example, you could use this website: https://web.esphome.io/
If you encounter problems.....check that you have the correct driver and / or test another usb cable.
After successfully connected the esp to HA, you are able to Update the device wirelessly.
I have the drivers flashed on it from that website i used the prepre for first time use but still it donest do anything i have to donwload the yaml file and manualy upload it from that site and the problem is i cant find the esps ip so i cant add it
Sorry, i'm struggling understanding youre answer. You have to "install" -> "Manual Download". Than you get a bin file that you can flash onto the device.
In youre YAML File is the code for the esp. Either you set a static ip address or you use dhcp. So you have to check youre DHCP-Server for the IP Address. But if WiFi works, it is not neccessary to know the IP Address because the esp will connect to HA. If WiFi fails, you will the Captive Portal network (if you have defined one).
So i have managed to get it to work once i went to esps site configured for first time then uplopaded the .ota file to the esp using the site and the led on the chip worked it was connected and then i tried to change it to gpio23 and afther that i coudnt get anything working beacuse i do everything the same and in ha in the esphome it just says its offline
If it has connected before, than maybe now it is not booting, so it can't connect to wifi.
Can you post youre yaml?