ESP home how to upload from esp32 dev board

Hi All

I have an old script on an esp32doit-devkit-v1 by espressif which I’m trying to upload which monitors the temperature something is a miss with one of the Dallas sensor 261 Scratchpad checksum invalid. I cannot find a way to upload to check the yaml file as there is no listing. The device is listed in the integrations. Could anyone be able to point me in the right direction, thanks in advance.

It’s not clear what you want. Do you want to recover the YAML config of the device?

If so, you are out of luck. You cannot recover ESPHome yaml from the device. At the time of upload the yaml is compiled into binary machine code and sent to the device. If you deleted the yaml file then it is gone.

If you mean that the device is not listed in the ESPHome addon dashboard so you can’t upload new code to it, then you will have to connect the device to Home Assistant with a USB cable and flash it serially.