esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
411 stars 26 forks source link

Download an ELF file #2663

Open roboraptor opened 5 months ago

roboraptor commented 5 months ago

Describe the problem you have/What new integration you would like Possibility to download ELF files.

Please describe your use case for this integration and alternatives you've tried: Sometimes there is a problem with code and device creates log with section for Exception Decoder. Instead of going through building ESPhome somewhere else and going through all the other problematics. It would be nice to have button to download ELF file right from the web UI. Like somewhere here: image If you can download yaml file, you can dowload bin file after manual build, you should be also able to download elf file.

Additional context ESPHome Running on HomeAssistant Started to get some exception errors after updates without any code change and want to investigate. Thank you very much <3

roboraptor commented 5 months ago

https://community.home-assistant.io/t/access-esphome-file-system-to-retrieve-elf-build-file/548973/5

This helped but the button would be better.