Hey :)
I installed homebridge on my Synology DS718+ with this tutorial: https://github.com/oznu/homebridge-syno-spk#how-to-install
Now I would like to use the soundtouch plugin - installation was successfully.
I updated my config file like this:
{
"bridge": {
"name": "Homebridge",
"username": "xxx",
"port": xxx,
"pin": "xxx"
},
"accessories": [
{
"accessory": "SoundTouch",
"name": "Speaker Bathroom",
"room": "Bathroom"
}
]
}
Now I restart my homebridge and the logfile shows this:
[2018-4-12 21:15:55] [Speaker Bathroom] Initializing SoundTouch accessory...
Started Searching...
/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:199
var e = new Error(syscall + ' ' + errorno);
^
Error: getaddrinfo -3008
at errnoException (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11)
at getaddrinfo_complete (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10)
at GetAddrInfoReqWrap.oncomplete (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9)
What does this mean? How can I fix it?
Hey :)
I installed homebridge on my Synology DS718+ with this tutorial: https://github.com/oznu/homebridge-syno-spk#how-to-install
Now I would like to use the soundtouch plugin - installation was successfully.
I updated my config file like this:
Now I restart my homebridge and the logfile shows this:
What does this mean? How can I fix it?