Skip to content

This plugin on Synology NAS #22

@sadden3194

Description

@sadden3194

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions