Replies: 3 comments 8 replies
-
Can you share info about your devices? http://homeassistant.local/developer-tools/state Also, I am working on https://github.com/punxaphil/maxi-media-player, a generic player that does not have a focus on Sonos players only. Feel free to try it out and help me improve it! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info Phil - I was not aware there was a generic player. Looks promising. I will look into it and touch base. Here's more information on my GitHub SoundTouchPlus wiki page for my SoundTouch 10 and SoundTouch 300 devices. They are basically speakers with a built in web server that hosts the Bose SoundTouch Web Services API, which provides endpoints to control / configure the speaker and interface with various music services. I wrote the Bose SoundTouch API Python3 Library to interface with those web services from Python, which is what I use from my SoundTouchPlus integration to control the speaker(s). I had already started looking into the Sonos Card, and have applied a couple of changes in development. I corrected the issue of the player not muting or setting a volume level when it is the only player specified. I was also in the process of adding power on / off button to the control deck area. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Try https://github.com/punxaphil/custom-sonos-card/releases/tag/v7.8.0 |
Beta Was this translation helpful? Give feedback.
-
Any chance of adding standard
media_player.turn_on
/turn_off
support for non-Sonos players? The ability to turn on / off individual speakers (as well as a group of speakers at once) would be nice. I know I can add a separate panel of buttons with tap actions to do this, but it would make for a nicer appearance if the card supported it natively.I'm currently testing this with my Bose SoundTouch devices (don't hate me Sonos fans), and it's going well. Just finding a few minor things like this. If you're interested in supporting non-Sonos gear I would be happy to be a beta tester for you. If not, I understand.
Beta Was this translation helpful? Give feedback.
All reactions