mkarasoff / shoe

SHOE - An open source HEOS configuration and control project.
GNU General Public License v3.0
30 stars 1 forks source link

Bonding speakers set max group volume to 25. #2

Open mkarasoff opened 4 years ago

mkarasoff commented 4 years ago

When the speakers get bonded, the mac volume for the group is 25. This is too low.

For now, the workaround is to set the volume to 100 using the command option:

$ shoe -H <speaker 1 IP> -c GetGroupUUID

Cmnd: GetGroupUUIDResponse   Service: GroupControl   Device: AiosServices
GroupUUID        : <Group UUID>

$ shoe -H <speaker 1 IP> <speaker 2 IP> -c SetGroupVolume -a GroupUUID <Group UUID> -a GroupVolume 100 

Need to fix this with the -b command.