Followed official install instruction and got:git
dns_sd.DNSServiceRegister(self.serviceRef, flags, ifaceIdx, name,
^github
Error: dns service error: unknowndns
Turned out that libavahi-compat-libdnssd-dev is not enough. To fix it, run:ci
apt-get install avahi-daemon avahi-discover libnss-mdns libavahi-compat-libdnssd-devget
Reference: https://github.com/nfarina/homebridge/issues/613it
Installed smoothly on Armbian. Maybe Armbian has the other packages preinstalled.io