Summithunter
Summithunter
Yes the Key is in my appdaemon.yaml in the Homeassistant Configfolder without the !secret-yaml. ``` appdaemon: latitude: 0 longitude: 0 elevation: 30 time_zone: Europe/Berlin plugins: HASS: type: hass ha_url: http://192.168.0.4:8123...
Does docker fill the Appdeamon.yaml or does it work the other way around?
So i tried that. I deleted the Key from the appdaemon.yaml and it has been filled automatically with the Key from Docker but the same issue: `WARNING HASS: Error in...
Oh damn i found the Problem... i missed the last letter from the token while Copy&Paste. Now it is runnig with compose. Hope it will fix the restart problems. Thank...
Hmm it won't work after a reboot i had to restart the appdeamon container manually.
So there is no chance to fix that problem automatically? i have to restart by hand?
But that is my Problem. When i restart my whole system i have to restart the AD Container Manually after HA started.
Dont get me wrong. AD and HA both Container are starting at the Boot but it seems that AD is done before HA and they have no Connection so i...
Is there a recommended simple way with docker? Or how would you do it?
> > Is there a recommended simple way with docker? Or how would you do it? > > Try `entrypoint: sh -c "sleep 30 && ./dockerStart.sh"`. It works for me....