Using Siri to stop playback from Music Assistant #1561
|
First of all, love this project. Been a game changer for many automations. My home primarily uses HomePods and playback/control has been great with one glaring exception, I can't control my voice to stop playback to the HomePod as the HomePod doesn't even seem to realize it's playing music at all. When signaled using "Hey Siri, stop the music" it states nothing is playing and continues on playing the music on the speaker. Does anyone have a workaround? I hate to have to manually disable playback every time. |
Replies: 4 comments 11 replies
|
Buying this again. Anyone have insight? This problem also extends to the Apple Home app, where the HomePod displays it is playing but offers no controls to Stop, Start, or control the volume while Music Assistant has control of the playback. |
|
You can builtd yourself a workaround with a switch/input boolean named ‘stop music’ or similar from Home Assistant made available through HomeKit. Then built an automation in Home Assistant to turn off music in Music Assistant when pressed. Siri can also trigger this command through voice. |
|
Echoing @mayorgergich — it's a game changer. But I'll also add that not only do my HomePod hardware and Siri controls get rendered useless, the HomePod's presence across other devices disappears too. It would remove a few redundant speakers in my house if this supported AirPlay properly. |
|
For now there is no way to fix this. Music Assistant's Airplay implementation is still based around lossless RAOP (Airplay 1) streaming and not based around AirPlay 2 which has a couple more features, especially for video. The AirPlay 2 protocol for audio should be more or less backwards compatible but in reality Apple doesn't give a crap and has dropped a lot of features, such as informing the internal systems that a stream is active, forward the metadata etc. This is not fixable by us, until we migrate to AirPlay 2. A project that currently has no priority due to the fact the protocol is not fully reverse engineered yet and it will be a multi-month project with other higher priorities. We are a small team of volunteers, not some multi national company with many developers. |
You can builtd yourself a workaround with a switch/input boolean named ‘stop music’ or similar from Home Assistant made available through HomeKit. Then built an automation in Home Assistant to turn off music in Music Assistant when pressed. Siri can also trigger this command through voice.