Adeptive / homebridge-soundtouch

Apache License 2.0
27 stars 11 forks source link

This plugin on Synology NAS #22

Open sadden3194 opened 6 years ago

sadden3194 commented 6 years ago

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?

ajax3712 commented 6 years ago

I can confirm this is happening using this plugin with https://github.com/oznu/docker-homebridge

/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)
sadden3194 commented 6 years ago

and what is the solution ?

jwl17330536 commented 6 years ago

I'm seeing this too.

Edit: Not with the same plugin though. I have Nest, Wink, and Yamaha.

jvgitrepo commented 5 years ago

Has anyone got an update to this - I have the same issue when trying to add any Accessories?

monsterciattolo commented 5 years ago

i'm in this condition too with same docker oznu/docker-homebridge