I am not sure if anyone else is having this issue but I can add the add-ons that are included in the HASSIO built image for Raspberry Pi. The issue if I want to add say “DASSIO” from another repository it will take the link and add it to the “add-on” section but when you try to install it acts like it is installing then comes right back to the red “install” again. I tried it a few times and no dice. I removed it and added it back on but no luck there either. I had the same issue with “Vlad’s repository” for getting the Smartthings-MQTT-Bridge loaded. Same thing happened. Is there a way to load add-on without having to use the add-on store? I currently have the Smartthings-MQTT-Bridge on an UnRAID server but would like to keep all the HASS stuff together.
Can you check the supervisor logs and see what the error was? Should be in the system tab.
As for your question, you can install the Portainer add-on and install any Docker container you want. Of course, it’s a community add-on so if you’re having trouble installing add-ons that may not work.
Yeah I am getting this " 19-03-19 03:21:25 ERROR (SyncWorker_17) [hassio.docker.interface] Can’t install danimtb/armv7-dasshio:0.3.1 -> 404 Client Error: Not Found (“pull access denied for danimtb/armv7-dasshio, repository does not exist or may require ‘docker login’”)."
Yeah I was reading that but did not give much information on how to add to that “add-on” directory or even how to load it from there.
Looks like that’s an issue with that add-on: https://github.com/danimtb/dasshio/issues/69. I don’t see an image for armv7, only armhf.
You could try copying the code to /addons/dasshio and remove the “image” entry from config.json. Then if you install that local copy it should try to build it rather than pull down a prebuilt image. Otherwise, you’d need to get the creator to fix it or use a different add-on.
armhf should be compatible with armv7
I transfered it over to add-on directory I will see if editing to file will work. Thanks for the help and knowledge on this.
Yeah, but for whatever reason the logs show the addon is looking specifically for danimtb/armv7-dasshio:0.3.1, which doesn’t exist.
You can see here that it’s simply using the {arch} variable to decide which image to pull. Not sure if they can add logic to just use armhf instead for armv7, but I do see that a lot of the core addons have images for both armhf and armv7.
So, I have no idea what the correct fix is, but as far as I can tell that’s the likely cause.
Edit: Going a bit further, you can see here that the default for the pi 2 and 3 is armv7 but it definitely should support armhf. The question is, how does the addon specify that it should pull the armhf image instead of trying to pull armv7?
I saw some where that others had issues with some addons and had to mod the code. I will have to search for that. The same thing happened on the Smartthings-MQTT- Bridge too got the same error but it stated on his site to add it to the addon directory.
I am using a Rasp Pi 3 B+ so in theory it should work after I copied it over but same thing is happening. Hummmm
Did you remove the “image” line from the config.json? If so, what’s the new error in the logs?
I have not tried that yet not at my pc right now.
Strange even with “image” removed I get the same error.
19-03-20 01:03:25 ERROR (SyncWorker_16) [hassio.docker.interface] Can’t install danimtb/armv7-dasshio:0.3.1 -> 404 Client Error: Not Found (“pull access denied for danimtb/armv7-dasshio, repository does not exist or may require ‘docker login’”).
I get the same on the Smartthings-MQTT-Bridge too…
19-03-20 01:04:26 INFO (SyncWorker_12) [hassio.docker.interface] Pull image vkorn/armv7-smartthings tag 0.0.3.
19-03-20 01:04:36 INFO (MainThread) [hassio.auth] Auth request from a0d7b954_ide for xxxxx
19-03-20 01:04:37 INFO (MainThread) [hassio.auth] Auth request from a0d7b954_ide for xxxxx
19-03-20 01:04:38 INFO (MainThread) [hassio.auth] Success login from xxxxx
19-03-20 01:04:39 INFO (MainThread) [hassio.auth] Success login from xxxxx
19-03-20 01:04:42 ERROR (SyncWorker_12) [hassio.docker.interface] Can’t install vkorn/armv7-smartthings:0.0.3 -> 404 Client Error: Not Found (“pull access denied for vkorn/armv7-smartthings, repository does not exist or may require ‘docker login’”).