I have a multiroom Bluesound system and I’d love to see support for it on HASS. It’s pretty easy to control over the network and I’ve even found a list of commands that you can use in a web browser to control it.
I have a multi audio system with NAD multi room players and amplifiers using Bluesound. I used the bluesound integration but HAAS sees the multiroom player as only 1 player (NAD CI 580) I guess since it has only 1 IP address. Bluesound and NAD has drivers for commercial controls systems (Creston, Control4, Elan, etc.) and Roon has found a solution but I couldn’t find any info on it on Haas. Did anybody experience this issue, are there any suggesstins to make it work?
Yep but unhappy it’s not way I’d like to use it ! I’d like to be able in HA to browse radio stations offered by the Bluesound (list of radios in HA is sorry to say unusable in its current state !)
I’m not sure if this is the right place to ask. Would it be possible to have a mps playing or any other file when an trigger is activated? So stop playing and play the message and resume where stopped. I see that others have created something with their smart speakers. Would be nice to find out what other have working withe their Bluesound speakers.
I have wrote some code (using the custom pyscript) to control the volume of my BlueSound streaming amplifier (NAD C700 v2) using decibels (dB) and a Mute function.
get_volume returns the current volume in dB
change_volume_delta_db adds the decibels to the current volume. For example -3 will reduce the volume by 3dB
set_volume_db sets the absolute new volume, for example -60 will set the volume to -60dB
mute will toggle the mute on and off
Maybe someone with better HA integration skills can add this to the BlueSound integration?