Homebridge add-on problem - "Host name conflict, retrying with hassio-xxx"

Hi,

I’ve noticed that with the current version of the homebridge add-on I get error messages like this one:

Host name conflict, retrying with hassio-xxx
, with xxx approaching infinity.

I’ve been reading up online for a while, and incorporated as many suggestions as I came across like for example this one: https://github.com/hassio-addons/addon-homebridge/issues/40

This is what my add-on configuration looks like:

{
  "log_level": "info",
  "avahi_interfaces": "eth0",
  "avahi_hostname": "hassio",
  "avahi_domainname": "local",
  "enable_ipv6": false,
  "insecure": false,
  "packages": [],
  "init_commands": [],
  "plugins": []
}

I’m really clueless here. Could somebody shed some light on this?

I’ve also come to know that there is a native implementation of homekit??? is it recommended for users to migrate to that version or does it still have limitations?

Many thanks in advance,

I removed the add-on and went for the native component. Everything seems to be running very smooth. :slight_smile: