lukasroegner / homebridge-sonos-multiroom

Plugin for real Sonos multiroom experience in homebridge.
MIT License
35 stars 3 forks source link

Feature request #10

Closed mstaroste closed 3 years ago

mstaroste commented 3 years ago

Is it possible to set a specific album or volume with homekit automation?

lukasroegner commented 3 years ago

Yes, just use the SSH or HTTP actions in the new Shortcuts-like HomeKit automations in combination with the API this plugin provides.

mstaroste commented 3 years ago

OK great. Possible to set a sleep timer via API as well?

lukasroegner commented 3 years ago

For more advanced automations I would recommend the Sonos HTTP API (https://github.com/jishi/node-sonos-http-api), which you can install side-by-side on your Homebridge host. It exposes nearly all Sonos features via an HTTP API. You can use HomeKit-Shortcut-Automations and Siri-Shortcuts to consume the API.