davidusb-geek / emhass-add-on

The Home Assistant Add-on for EMHASS: Energy Management Optimization for Home Assistant
MIT License
96 stars 29 forks source link

Failure when installing Add-Onn #18

Closed vdiogo closed 2 years ago

vdiogo commented 2 years ago

I get the following message when trying to install this add-on. Tried to refresh the repository (deleted and added), but same behaviour

Can't install davidusb/image-armv7-emhass:0.2.19: 404 Client Error for http+docker://localhost/v1.40/images/create?tag=0.2.19&fromImage=davidusb%2Fimage-armv7-emhass&platform=linux%2Farm%2Fv7: Not Found ("manifest for davidusb/image-armv7-emhass:0.2.19 not found: manifest unknown: manifest unknown")

davidusb-geek commented 2 years ago

Hi, yes this is normal. The images are being built. The ARM images take very long time to compile. I unsuccessfully tried different thing to reduce compiling times. I'm still looking for solutions to this.

As you can see here: image The last built timeout after 6h of compiling. I relaunched it 2h ago to see if it compiles correctly this time...

davidusb-geek commented 2 years ago

Ok, it's done you should be able to install with no problems. Found a solution for faster compiles on arm archs, now it compiled on just 1h: image

davidusb-geek commented 2 years ago

Closing this for now. Feel free to reopen if its still not working.