Mute Not Working on Airplay Player Provider using WiiM Pro Device #3371
Unanswered
Happy-Cadaver
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It would appear that the player does not support the mute command. MA is working around it by setting the volume to zero instead. Seems supported by your statement that HA is working around the problem by pausing the player? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't like to open issues until I'm sure it's and issue and not just my lack of understanding, so asking here first.
HA 2024.12.5 and addon MA 2.3.4 with the native integration, same results with HA 2025.1.0bx. Player provider is Airplay using a WiiM Pro device, firmware up to date.
Restarted MA and HA, using developer tools to perform an action.
The mute action does not show the MA created media_player device or entity as an option in the UI, but it does show the automatically created Chromecast media_player entity. Performing the mute action on the Chromecast entity pauses MA media_player obviously via Chromecast.
When I go to YAML mode and manually enter the HA created media_player entity_id as a target it throws this error in the UI:
Failed to perform the action media_player.volume_mute. Entity media_player.livingroom_stereo does not support this service
.MA integration debug logging turned on, log output did not change.
HA system logs:
If I mute from the MA server interface I get this in the server logs, so it’s not just HA related.
2024-12-26 11:02:20.256 INFO (MainThread) [music_assistant.players] Player Livingroom Stereo does not support muting, using volume instead.
Thanks in advance for looking at this.
Beta Was this translation helpful? Give feedback.
All reactions