Repository: HASS configurator

The latest version uses Home Assistants ingress feature. Configuring SSL is not need in this case, because it uses the same certificate as Home Assistant. You only can configure SSL manually with the standalone version or the hassio-version from my external repository. But sticking to the official add-on probably will be the best choice for you. The docs are just outdated.

Ahh, I see, thankyou very much for clearing that up, then I’ll stop attempting to do it :smiley:

Hi @danielperna84,

I am using HA 0.107.1
The addon is working fine but it can’t recognise some settings:

  • git
  • basepath
  • hidehidden

Any idea to fix it ?

Below is system log:

20-03-20 06:12:05 WARNING (MainThread) [supervisor.addons.validate] Unknown options hidehidden
20-03-20 06:12:05 WARNING (MainThread) [supervisor.addons.validate] Unknown options git
20-03-20 06:12:08 INFO (SyncWorker_10) [supervisor.docker.interface] Stop addon_b794684e_configurator_latest application
20-03-20 06:12:10 INFO (SyncWorker_10) [supervisor.docker.interface] Clean addon_b794684e_configurator_latest application
20-03-20 06:12:10 WARNING (MainThread) [supervisor.addons.validate] Unknown options hidehidden
20-03-20 06:12:10 WARNING (MainThread) [supervisor.addons.validate] Unknown options git
20-03-20 06:12:12 INFO (SyncWorker_6) [supervisor.docker.addon] Start Docker add-on b794684e/armv7-addon-configurator_latest with version 0.4.0

You should consider switching to the official add-on. The options you have provided don’t exist for the version I have in my repository. It’s still up to date, but the version from the official repo ties into Home Assistant much better.

1 Like

I’m trying to figure out what in my process is breaking down. I’m using a docker-compose setup of HA Core because I can’t come with a working version of HassOS that works on any of my hardware. This is one of only two things from HassOS that I feel like I might lament not having.

The app is working fine, but I seem to be stuck on version 0.3.7. In my docker-compose file, I have tried both causticlab/hass-configurator-docker:x86_64 and causticlab/hass-configurator-docker:0.4.0-x86_64 for my image: line, and I’ve of course run docker-compose pull and all that, but no matter what, when I click “About HASS-Configurator” I get version 0.3.7.

I half wondered if the standalone docker was discontinued, but the fact that the 0.4.0 repo tag exists makes me assume that it’s not.

Any suggestions? Thanks

You can try out my official x86_64 image here: https://hub.docker.com/r/danielperna84/hass-configurator
Maybe it’s working better for you.

Yes, that worked perfectly. Thanks.

Hey there,

I am pretty new to Home Assistant and I am trying to get this configurator installed. However, number 1 the Add-On store fails to install and only shows it as unknown. So I tried to use your repo and that one shows up fine. But when I try to install it after about 5 minutes of waiting I just get an error that says “Failed to install addon, Unknown Error, see logs”. I am running this off a RPI and its running the latest version. Anyone know why it’s not working?

Home Assistant has greatly progressed since I last updated the repository. It could be, that it simply just isn’t compatible anymore. You should figure out why the official add-on in causing problems and try to figure out a solution. You’ll have the best functionality with that version. :+1:

Thanks for the reply. I ended up starting everything over again with a new SD card and everything is good now. Thank you.