#I can access Home Assistant via the IP

1 messages · Page 1 of 1 (latest)

pastel cape
#

And you can get it to publish other hostnames - Google avahi host alias

dawn roost
#

The error "Failed to add address: Local name collision" occurs because raspberrypi.local is already registered as a hostname instead of the alias homeassistant.local. Do you have a solution for this issue?

pastel cape
#

You can have it publish an alias, that's what I do

#

/etc/avahi/hosts, and add

192.168.42.42 homeassistant.local
dawn roost
#

and do you have that ?
/etc/avahi/services/homeassistant.service

pastel cape
#

No

dawn roost
#

I have been trying to configure the hostname alias using /etc/avahi/hosts and remove /etc/avahi/services/homeassistant.service, but it doesn't seem to be working. I'm wondering if this issue might be related to the fact that I'm running Home Assistant through Docker Compose. Could the Docker setup be interfering with the Avahi configuration?

pastel cape
#

No