Cannot get Appdaemon to connect to my HA instance… and can’t figure out why… It works in a virtenv and the tokens also works when I use curl… So wtf does it not work? Also… Maybe update the docker image with the lastest appdaemon code?
Naah, that’s not it… The HA is “outside” of docker and is reachable from inside the docker (i’ve pinged it). Also if I use curl from inside the docker, with the same token… It connects
To make matters even more weird… If I run the same docker-compose file with the same appdaemon.yaml on the same host that runs ha, it does connect… It’s like there is an issue with the websocket?
Because the tcp/ip network is ok (I can ping and curl). The token is ok, because I can fetch stuf with curl using the long-lived-token, all from inside the docker.