-
Notifications
You must be signed in to change notification settings - Fork 52
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
Solution to the speaker service like HomePod? #62
Comments
Hi! I don't believe it is possible to expose a service that resembles anything like HomePod unfortunately. It's true that HomeKit does have a service called "Speaker" but it's more for things like Cameras and Doorbells, not for representing a device that can play music. Lots more discussion here: ebaauw/homebridge-zp#36 |
@nfarina This person did it: |
I looked through that thread and I can't find conclusive evidence that this "Speaker" service will allow you to accomplish anything with Siri. If HomeKit Accessory Simulator allows you to make a Speaker and if iOS understands commands to play/pause and control volume, that would be very promising. You could try it and see? I can try it myself a bit later. |
Haven't had a chance to dabble with the service, but it should act just like a HomePod, AirPort Express, or Apple TV, in which when pressing it, it will toggle said music player. Now my theory of this being translated is my Onkyo speakers down stairs have AirPlay 1 and using HomeBridge and this speaker service, it will toggle it and allow volume adjust over Wi-Fi. Instead of using a a light bulb to do the volume. Siri can toggle AirPlay speakers. |
In that persons scenario he must have used a fake-plugin, but his repo's don't show him making this public. If anyone else browsing trough this thread has a fake-water-valve plugin please link me if not I can make one. |
@nfarina after doing some research, Yes the speaker should add it's self to HomeKit and pressing the icon will just toggle the speaker. The way this would probably integrate into plugins would be to add the speaker accessory and using the speakers IP address send play/pause commands.
And will expose it's self in control centre as a speaker that can be controlled. |
So this is it? Just adding this to the platform part of the config? |
No, the plugin itself needs to be updated. I was just saying if there was an AirPlay2/Speaker plugin, that would be it’s config and do it over IP. |
Hey guys,
I see that there have been numerous forks of homebridge-sonos, unfortunately most of them having no proper description. Is there a fork/solution that finally exposes the Sonos as a 'speaker' in HomeKit (like they do for HomePod). Have the latest updates (iOS 12,...) bring anything new? Having heard of any success in the last year...
The text was updated successfully, but these errors were encountered: