esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 36 forks source link

ESPHome firmware.elf failure on wifi Updating #6375

Open pooya-mohammadhossein opened 2 days ago

pooya-mohammadhossein commented 2 days ago

The problem

To whom may concern.

I used to run HA on Tp-link Wifi extender via Lan Cable, recently I have changed it to the Normal Router again via Lan cable. almost most runs good except ESPHome is offline and when attempt to update ESPHome it have installed some in background but at the end it return an error.

Please note that All The Configuration on ESPHome Add-ons are disabled now

please kindly advise for correcting step by step the configuration. Please kindly let me know if you have any questions or concerns about this issue? Please kindly find the attachment in following. Also I have provided another log from ESPHome Addons page.

024-10-24 13:26:56,018 INFO 304 GET /devices (0.0.0.0) 0.95ms 2024-10-24 13:27:01,020 INFO 304 GET /devices (0.0.0.0) 0.99ms 2024-10-24 13:27:06,022 INFO 304 GET /devices (0.0.0.0) 0.99ms 2024-10-24 13:27:12,028 INFO 304 GET /devices (0.0.0.0) 0.92ms 2024-10-24 13:27:18,017 INFO 304 GET /devices (0.0.0.0) 1.17ms 2024-10-24 13:27:23,870 INFO 304 GET /devices (0.0.0.0) 1.12ms 2024-10-24 13:27:28,287 INFO 200 GET / (0.0.0.0) 0.99ms 2024-10-24 13:27:28,301 INFO 200 GET /static/fonts/material-icons/material-icons.css?hash=ead4c276 (0.0.0.0) 1.07ms 2024-10-24 13:27:28,303 INFO 200 GET /static/fonts/material-icons/MaterialIcons-Regular.woff2?hash=570eb838 (0.0.0.0) 1.36ms 2024-10-24 13:27:28,313 INFO 200 GET /static/css/esphome-2.css?hash=b92d56a2 (0.0.0.0) 2.79ms 2024-10-24 13:27:28,317 INFO 200 GET /static/js/esphome/index-Coj9zNoA.js (0.0.0.0) 6.74ms 2024-10-24 13:27:28,378 INFO 200 GET /static/images/logo-text.svg (0.0.0.0) 0.75ms 2024-10-24 13:27:28,384 INFO 200 GET /devices (0.0.0.0) 1.11ms 2024-10-24 13:27:28,394 INFO 200 GET /static/js/esphome/c.BvfXFcuf.js (0.0.0.0) 7.67ms 2024-10-24 13:27:28,440 INFO 200 GET /static/fonts/material-icons/MaterialIcons-Regular.woff2 (0.0.0.0) 0.83ms 2024-10-24 13:27:28,594 INFO 200 GET /static/js/esphome/c.Cxavpvjx.js (0.0.0.0) 1.16ms 2024-10-24 13:27:28,596 INFO 200 GET /static/js/esphome/c.0kl3f7I_.js (0.0.0.0) 1.25ms 2024-10-24 13:27:28,872 INFO 304 GET /devices (0.0.0.0) 0.99ms 2024-10-24 13:27:33,394 INFO 304 GET /devices (0.0.0.0) 1.10ms 2024-10-24 13:27:33,880 INFO 304 GET /devices (0.0.0.0) 1.22ms 2024-10-24 13:27:38,383 INFO 304 GET /devices (0.0.0.0) 1.18ms 2024-10-24 13:27:38,875 INFO 304 GET /devices (0.0.0.0) 1.15ms 2024-10-24 13:27:43,384 INFO 304 GET /devices (0.0.0.0) 1.03ms 2024-10-24 13:27:43,886 INFO 304 GET /devices (0.0.0.0) 2.68ms 2024-10-24 13:27:48,394 INFO 304 GET /devices (0.0.0.0) 1.31ms 2024-10-24 13:27:49,026 INFO 304 GET /devices (0.0.0.0) 1.01ms

Thanks for understanding. Kindest and Warmest Regards, Sincerely Senior computer Engineer, Junior and infant English learner 👍 (English is indeed and absolutely infinitive and the most complicated and difficult language globally) Zero, Pooya M logs_update-all.txt

Which version of ESPHome has the issue?

2024.10.2

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2024.10.3

What platform are you using?

ESP8266

Board

No response

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

pooya-mohammadhossein commented 2 days ago

no offence at all , any advices from HAHA team are appreciated (Kidding) I meant from HA team. 👍 Seniors same as me please Take it easy as much as possible then please have the best ones. let's laugh again together not to each other. We could make it again. Peace! Kindest and Warmest regards, PPM Leader . HAHA :) blink

pooya-mohammadhossein commented 23 hours ago

BestOfTheBest,

I have work on the configuration of ESPHome Installation has been proceed significantly , it seems currently there is a minor Network bug issue with Default ESPHome Configuration. please kindly see the following logs and advise:

RAM: [= ] 12.4% (used 40664 bytes from 327680 bytes) Flash: [===== ] 49.3% (used 904729 bytes from 1835008 bytes) ========================= [SUCCESS] Took 5.83 seconds ========================= INFO Successfully compiled program. INFO Resolving IP address of esphome-livingroom-config.local ERROR Error resolving IP address of esphome-livingroom-config.local. Is it connected to WiFi? ERROR (If this error persists, please set a static IP address: https://esphome.io/components/wifi.html#manual-ips) ERROR Error resolving IP address: Error resolving address with mDNS: Did not respond. Maybe the device is offline., [Errno -5] No address associated with hostname

Peace! Truly Yours, Pooya Zero

ssieb commented 17 hours ago

Do you see the devices connected to the wifi? If they are, then MDNS isn't working on your network. You can add the use_address: option to the wifi section for now. But you should find out why MDNS isn't working.