Unable to update to latest esphome

Yeah can install any other updates. Just not esphome

I’ve got the same issue and I have enough of disk space. What can I do in order to debug this issue and resolve it?

I’m having the same issue.

Plenty of free disk space and every other update works. The only one that fails is ESPHome

I also have this issue. Can’t update ESPHome since version 2023.04.01
-Home Assistant 2023.5.2
-Operating System 10.1 running on a Raspberry PI 2
-Disk space used is only 10%.
-Error message: Error updating ESPHome: Can’t install ghcr.io/esphome/esphome-hassio:2023.4.4: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/esphome/esphome-hassio:2023.4.4/json: Not Found ("No such image: ghcr.io/esphome/esphome-hassio:2023.4.4

1 Like

Thanks, I posted over here and on the discord channels. I’ve been mostly ignored everywhere.

My understanding of the problem is that it isn’t an issue with ESPHome itself. Rather ESPHome is encapsulated in a Docker Image that Home Assistant is managing via the Add-On functionality. The error message implies that HA’s updater is getting a 404 when it attempts to download that update. That would imply that either HA’s Add-On update mechanism or the ESPHome Add-On that provides configuration is broke. Since updating other Add-Ons still works, I’m assuming the the issue lies in the ESPHome Add-On code.

Unfortunately I’m getting ghosted across all channels.

1 Like

Still broken for me. I don’t understand that no one from ESPHome or Home Assistant devs are looking into this. This must be broken for so many people.

I also still have this issue. ESPHOME works fine but can’t update (all other updates work fine).

[1529703368] Error updating ESPHome: Can’t install ghcr.io/esphome/esphome-hassio:2023.5.1: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/esphome/esphome-hassio:2023.5.1/json: Not Found (“No such image: ghcr.io/esphome/esphome-hassio:2023.5.1”)

Hey @peterhanssens ,
I’m in the exact same situation like you,rapsberry pi 2,freshly installed Home Assistant (v.10.1),installed the ESP add-on without a problem and now that an update was released I can’t install it,end up with the same error message like yours.
I was in the same situation like two-three weeks ago,with an old installation of Home Assistant (v.9.5) and older version of ESP Home,for a while all the updates were fine,everything was updating without errors.
Suddenly,with a new update release,the update process has gone wrong…
Something changed in the ESP Home add-on code,this issue started like 3 weeks ago…
Will try to uninstall currently installed version and then reinstall the latest one.

1 Like

I have the same issue and environment. Raspi 2, and it stopped updating at least a month ago. Could have been 2 months

I have the same problem, but only on my RPi 2. I also running more or less the same setup on a NUC without any issues, so it seem somehow to be raspi related.

So, I uninstalled the ESPHome addon and reinstalled it. I didn’t lose any data/entities and I could install the latest version without that error.

2 Likes

Thanks, this worked for me too en was also very simple. I removed en added ESPHome again. No settings were lost. I don’t know jet if the updates will work again.

That’s been my understanding all long. The host logs have this error:

"Attempting next endpoint for pull after error: no matching manifest for linux/arm/v6 in the manifest list entries"

ESPHome won’t run on ARMv6. The RUB is that Raspberry Pi 2 is an ARMv7 CPU so why is it trying to pull an ARMv6 image?

Tried to remove and re-install the ESPHome integration, but the error is the same. I tried both with and without a reboot between the removal and installation, but still cannot upgrade.

Yea. So uninstall+reinstall seem to work, but each update I have to uninstall+reinstall all over again. Updates are essentially not working

Just to keep this alive: ESPHome 2023.6.2 still does not update, same error. Uninstall/install works to update. No problem with any other updates.

1 Like

I have the same issue with different addon. So this must be not ESPHome related. In my case it is RaspberryMatic and this is the error i have:

Failed to to call /store/addons/de838cd8_raspberrymatic/update - Can't install ghcr.io/jens-maus/raspberrymatic:3.69.7.20230626: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/jens-maus/raspberrymatic:3.69.7.20230626/json: Not Found ("No such image: ghcr.io/jens-maus/raspberrymatic:3.69.7.20230626")
1 Like

I have exactly the same issue. ESPHome and RaspberryMatic

i was able to find a workaround for my case.
I have RPi 2 and running HomeAssistantOS.
what helped me is manually pulling docker image of the addon and after that triggering the update of the addon through UI.
so i went into the Advanced SSH & Web Terminal and run the following command:

docker pull ghcr.io/jens-maus/raspberrymatic:3.69.7.20230626

(because in my case i had issue with this addon, but i think this is not related to this specific addon, so potentially could also help with ESPhome addon)

after the image is pulled i have just triggered addon update via UI as i normally do.

hope that helps you as well

1 Like