@Faecon
Not sure if librespot has been fixed yet - check the links in my previous reply. I don’t use librespot, so not sure.
So what do you use ?
@Faecon
I am the author of the SpotifyPlus integration, which is a direct replacement for the native HA Spotify integration. I also wrote the underlying SpotifyWebApiPython Python 3 Library that interfaces with the Spotify Web API. It does not use librespot, snapcast, or the SpotifyConnect addon.
SpotifyPlus supports Sonos devices, as well as most devices that implement the Spotify Connect protocol (Bose, Yamaha, TCL, etc). I personally use it with my Sonos Symfonisk speaker as well as Bose SoundTouch devices. It does not support Chromecast devices at this time.
More Information Links
- SpotifyPlus GitHub Project Wiki Home
- SpotifyPlus GitHub Project Wiki Services Provided
- SpotifyPlus HACS Custom Repository
- Install Instructions (via HACS)
Hope it helps!
Top. Thanks for your reply. I will check it tomorrow
Installed it. Will search tomorrow to find out how to play a playlist. Not enough time today
@Faecon
I would suggest that we move the SpotifyPlus discussion to SpotifyPlus integration HA Community forum post for more help and information, as the detailed questions are off-topic for the current SpotifyConnect integration forum post. With that said …
Check out the Services Provided wiki documentation for a list of provided services.
Quick example of the Player Media Play Context service call (change the entity_id value to yours):
service: spotifyplus.player_media_play_context
data:
entity_id: media_player.spotifyplus_john_s
context_uri: spotify:playlist:6M8n0Sp9895BXEE0MbGPde
Are you still maintaining your fork? I really, really need the option to set the initial volume.
Also, I see you added changing the volume control (linear, log, fixed) - is it possible to also add cubic volume control?