Esp32 s3 lite stack after update 2026.3

Describe with a little more detail while your debugging version compile is happening.
Is your green connected to your router with an Ethernet cable?
What IP Address is your green?
What IP Address is the router?
How are you accessing your green? With a computer? What IP Address is that computer?
How is your ESP32 connected for programming purposes? Tell us in terms of this guide:

Yes green connected with router with Ethernet cable
Ip Address green: 192.168.1.105:8123/
Ip Address router: 192.168.1.1
According Green with computer, iPhone, Android etc, all of them connected with router
ESP32 connected for programming purposes with cable.
It worked fine before version 2026.3, I never had a problem with upgrades.

2026-03-24 23:37:35,579 INFO Running command ‘/usr/local/bin/python -m esphome --dashboard compile /config/esphome/lg.yaml’

2026-03-24 23:52:06,511 INFO Stopped dashboard event loop - no subscribers

2026-03-24 23:53:02,158 INFO 304 GET / (0.0.0.0) 2.96ms

2026-03-24 23:53:02,269 INFO 101 GET /events (0.0.0.0) 2.16ms

2026-03-24 23:53:02,274 INFO Started dashboard event loop

2026-03-24 23:53:05,477 INFO 101 GET /clean-all (0.0.0.0) 2.00ms

2026-03-24 23:53:05,531 INFO Running command ‘/usr/local/bin/python -m esphome --dashboard clean-all /config/esphome’

2026-03-24 23:53:13,971 INFO Process exited with return code 0

2026-03-24 23:53:19,771 INFO 101 GET /validate (0.0.0.0) 2.87ms

2026-03-24 23:53:19,783 INFO Running command ‘/usr/local/bin/python -m esphome --dashboard config /config/esphome/lg.yaml --show-secrets’

2026-03-24 23:53:20,047 INFO 200 GET /devices (0.0.0.0) 4.26ms

2026-03-24 23:53:24,857 INFO Process exited with return code 0

2026-03-24 23:53:26,589 INFO 304 GET /info?configuration=lg.yaml (0.0.0.0) 3.19ms

2026-03-24 23:53:28,163 INFO 101 GET /compile (0.0.0.0) 1.57ms

2026-03-24 23:53:28,167 INFO Running command ‘/usr/local/bin/python -m esphome --dashboard compile /config/esphome/lg.yaml’

2026-03-25 00:20:00,569 INFO Process exited with return code 0

2026-03-25 00:20:00,618 INFO 200 GET /static/js/esphome/c.CBajyH3-.js (0.0.0.0) 7.30ms

2026-03-25 00:20:01,035 INFO 200 GET /downloads?configuration=lg.yaml (0.0.0.0) 385.81ms

2026-03-25 00:20:07,638 INFO 200 GET /download.bin?configuration=lg.yaml&file=firmware.factory.bin&download=lg.factory.bin (0.0.0.0) 9.97ms

2026-03-25 00:26:10,734 INFO Stopped dashboard event loop - no subscribers

Live

Are you using an ESP with inbuilt serial port, a serial programmer, or something else?

How are you initiating ESPHome compiles and updates? From the gui or command line?

Do you have a Static IP address allocated for both your green, and your ESP32 in the DHCP configuration section of your router setup? If so, can you make the same IP address correspond in your yaml code WiFi networking setup for the ESP32.

Sorry. I did hint (twice)…

@vgouden, Can you please have a read of this too, before your next post. It is something that will make it far easier for us to read yaml and log posts.

Yeah, I’m not sure how the poster is compiling their esphome. My doesn’t look like that at all when I run mine.

Edit: One of the things I see missing is the creation of the elf file near the end of the compilation, from what the log file has in it. So it is not being compiled correctly.