ebaauw / homebridge-zp

Homebridge plugin for Sonos ZonePlayer
Apache License 2.0
243 stars 20 forks source link

Homebridge -zp #201

Closed MarkP63 closed 1 year ago

MarkP63 commented 1 year ago

Issue

Sonos icon appears under HB accessories and from there turns on/off Sonos Home App shows “Sonos Beam” Orange House icon but says not supported? - And has not functions Another greyed out Beam button appears in the same room and says not playing (when it is). Opening This greyed icon shows greyed out play and FFWD/RWD arrows but again do not function. All other Sonos products in other rooms have been identified in the same way but zero functionality.

I have just used as is and not modified the Config.json ? Do I need to add/modify this from the standard one? Node.js Version. = 18.12.1

I have upgraded to 16.2 and new Home architecture but it didnt work before that so gave up.

Thanks for any guidance

Log Messages

Debug Files

ebaauw commented 1 year ago

Sonos icon appears under HB accessories and from there turns on/off Sonos

I've never seen a Sonos icon in HomeKit. Do you mean a speaker icon? Is this the Airplay 2 icon provided by the Sonos speaker itself?

Home App shows “Sonos Beam” Orange House icon but says not supported?

Did you check another HomeKit app? What's the config.json setting for service? Please check the READ_ME before setting this to "speaker".

MarkP63 commented 1 year ago

Thanks

I will check the below but current config file (for this plugin) is just as follows;

{

        "name": "Sonos",

        "brightness": true,

        "service": "speaker",

        "speakers": true,

        "tv": false,

        "platform": "ZP"

    },

However I suspect I need more than this?  Do I need to add in all or part of your “Config.schema.json” to my Config.json file?

Thanks

Mark

From: Erik Baauw @.> Reply to: ebaauw/homebridge-zp @.> Date: Wednesday, 21 December 2022 at 16:46 To: ebaauw/homebridge-zp @.> Cc: Hide My Email @.> Subject: Re: [ebaauw/homebridge-zp] Homebridge -zp (Issue #201)

Sonos icon appears under HB accessories and from there turns on/off Sonos

I've never seen a Sonos icon in HomeKit. Do you mean a speaker icon? Is this the Airplay 2 icon provided by the Sonos speaker itself?

Home App shows “Sonos Beam” Orange House icon but says not supported?

Did you check another HomeKit app? What's the config.json setting for service? Please check the READ_ME before setting this to "speaker".

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

ebaauw commented 1 year ago

You need to read the README:

Selecting "speaker" results in a not supported accessory in Apple's Home app.

MarkP63 commented 1 year ago

Thanks, Whilst fairly IT literate (ran a small business for 25 years) I am not a programmer and JSON has passed me by…

I have tried to Read the README but I am not understanding because its written as it you know this stuff, sorry I’m a novice. I have successfully integrated many other eco systems but often just need a pointer not an assumption I know the syntax of Json.

So what should it be set to? The install sets speaker to “true” ?

Also do I need the rest of your config.schema.json? embedded….

Thanks

Mark

From: Erik Baauw @.> Reply to: ebaauw/homebridge-zp @.> Date: Wednesday, 21 December 2022 at 17:45 To: ebaauw/homebridge-zp @.> Cc: Hide My Email @.> Subject: Re: [ebaauw/homebridge-zp] Homebridge -zp (Issue #201)

You need to read the README:

Selecting "speaker" results in a not supported accessory in Apple's Home app.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

ebaauw commented 1 year ago

just need a pointer not an assumption I know the syntax of Json.

https://www.json.org/json-en.html

But it's probably easier to use the Homerbidge UI.