Hi!
I am using homeassistant-core in jail on XigmaNAS (OS based on FreeBSD, it is similar setup like FreeNAS) and I want to use homebridge integration. However, after configuration according to guideline, the iOS app can not pair to the bridge - it is usual “not responding” error.
The cause of the error seems the configuration of mdns/avahi/zeroconf.
I had exactly the same issue with homebridge standalone, but I was able to solve it:
"mdns": {
"interface": "192.168.1.14" //actual IP of homebridge
},
Now in homebridge standalone I am able to pair to the bridge instantly and have no issues. Could you help me get homebridge integration in homeassistant-core also working?