Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonos devices not getting recognized #29

Closed
JesseHouldsworth opened this issue Jan 25, 2018 · 2 comments
Closed

Sonos devices not getting recognized #29

JesseHouldsworth opened this issue Jan 25, 2018 · 2 comments
Labels

Comments

@JesseHouldsworth
Copy link

Hi, I've followed the installation instructions for Homebridge and this plugin and can't get my Sonos devices to show up as I was hoping they would.

Here's my config.json ... anything stand out that I should fix?

{
    "bridge": {
        "name": "Homebridge",
        "username": "xx:xx:xx:xx:xx:xx",
        "port": xxxxx,
        "pin": "xx-xx-xxx"
    },
    
    "platforms": [
        {
            "platform": "ZP",
            "service": "speaker",
            "brightness": true,
            "speakers": true
        }
    ]
}
@JesseHouldsworth
Copy link
Author

JesseHouldsworth commented Jan 25, 2018

Update:
I tried adding the search timeout parameter suggested in issue 15. I can now see my speakers in my Home app on my iPhone.

However they are showing up as unsupported, and I'm not able to do anything with them. Including a screen shot of what I'm seeing on my iPhone.

screen shot 2018-01-24 at 7 00 06 pm

Has anyone else run into this?

Also, here's my new config.json

{
    "bridge": {
        "name": "Homebridge",
        "username": "xx:xx:xx:xx:xx:xx",
        "port": xxxxx,
        "pin": "xxx-xx-xxx"
    },
    
    "platforms": [
        {
            "platform": "ZP",
            "service": "speaker",
            "brightness": true,
            "speakers": true,
            "searchTimeout": 10
        }
    ]
}

@ebaauw
Copy link
Owner

ebaauw commented Jan 25, 2018

See #10 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants