vkorn / hassio-addons

Hass.io add-ons
58 stars 73 forks source link

uninstalled now won't reinstall #5

Closed droidforever closed 6 years ago

droidforever commented 6 years ago

UPDATE: I was able to get this reinstalled but still I can't get it to work. Please help. I could also use some help with the reverse proxy. I couldn't get that working either. here are my config files in case I have something else wrong

Appdaemon.yaml: AppDaemon: cert_verify: False logfile: STDOUT errorfile: STDERR threads: 10 app_dir: /config/hadaemon/apps HASS: ha_url: https://mydomain:8123/ ha_key: MyPassword ssl_certificate: ssl/fullchain.pem ssl_key: ssl/privkey.pem HADashboard: dash_url: http://hass.mydomin.com (this is the domain I have added in place of the default) dash_dir: /config/hadaemon/dashboards

My Python File and a section from my configuration.yaml to add this to the Hassio GUI: https://pastebin.com/v5sXDj00

This is all that is in my NGINX reverse proxy at this time as I am not sure what to do here: { "domain": "mydomain.com", "certfile": "ssl/fullchain.pem", "keyfile": "ssl/privkey.pem"

location / { proxy_pass http://localhost:3030; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }

Output of curl -k -H "x-ha-access: MyPassword" https://mydomain:8123/api/history/period 91912bd3293f vkorn/amd64-appdaemon "/usr/bin/entry.sh..." 2 hours ago Up 2 hours 0.0.0.0:3030->80/tcp addon_e5829d31_appdaemon Output of docker logs -f CONTAINER_ID_OF_APP_DAEMON WARNING Unable to connect to Home Assistant, retrying I could also use some assistance on the config for the HADashboard.

I hope I have given enough information to aid anyone in assisting me. I am truly grateful for the assistance. I am a total n00b at all of this. I do have some knowledge of Linux and I am running this inside a docker container on Debian Jessie.

I would really love to get this reinstalled and working. A big thanks to anyone who might assist me.