Home assistant
Hey everyone 🙂
Im fully stuck at the moment.
My tunnel states that its healthy but no matter what i tried i can't get to my home assistant is there maybe anyone here wo could assist me with my problem i am searching for 3 days.
6 Replies
what kind of home assistant setup do you have?
Im running home Assistant using docker the cloudflared instance is also in a docker container
are they in the same docker network and are you connecting to the IP/hostname for the network rather than localhost or similar?
Yes I made sure that they are in the same network reaching them from the local network using the ip or hostname is working fine
Also yes I used the correct ip on the zero trust dashboard
what do the cloudflared logs say when you're unable to get to your home assistant instance?
if they're both in docker and if you are referencing the HA container by ip address, this may be unreliable.
Instead it might work out a little better if you have a docker network set up (if you don't already) that way you can refer to the HA container by hostname in the tunnel config.
for example you'd do http://homeassistant:8123
or, you can use IPAM within a docker network to make sure the container gets a persistent docker IP, so you can reference it by 172.x.y.z IP address without risk of it changing on a reboot.