snapcast-client: connects to a snapcast server, plays audio via usb sound etc.
librespot: Open Source Spotify client library with Spotify Connect capability
Every container is build on your machine, librespot takes about 15 minutes to build (Synology DS918+, amd64)
In my case i added mopidy from hassio-addons/edge which is also connected to snapcast.
Now i can play Spotify in all rooms, or webradio via Mopidy etc.
My next step is to implement TTS for special rooms. (cooking timer)
raphii,
Have you managed to TTS via snapcast? I have a trouble with this. All works fine (webradio to snapcast clients; automation to media_player.mpd) but automation to TTS , to entity_id: media_player.snapcast_client_31008b4ef2b2c27b does not!! at the same time the automation sets volume successfully to this snapcast media_player …
Hey Marcus,
the new version is now available.
Maybe you have to restart HassIO / Supervisor to get the new version pulled.
And please deinstall and reinstall the Plugin.
Hi, I am trying this setup, but when trying to add mopidy, it lists it in the add-ons repo, but states it is not available for me. Wondering how I trace back which dependency I am missing ? I am currently running on rasbian stretch for other reasons and wondered if it could be that?
I just realized that upon restarting the server addon (it crashed) all the saved names, latency settings and mutes are reset. Is it possible to make them persistant for a restart?
Just saw that badaix will make the server.json configurable. Great news Looking forward to 0.19 release.
However, now I’m trying to make it work somehow for the current release.
I was thinking of using NodeRed JsonRPC Node to send the latency data for the client after every restart. But I have not yet been able to make it work.
Any other idea for this?
Hi! Did anyone ever attempt or manage to integrate mopidy over the mpd integration as an entity into HA?
I would like to control what and when mopidy plays something via node-red(used for an alarm-clock), but I can’t find a way to talk to mopidy directly. I noticed that the docker-img doesn’t contain the mpd-extension and doesn’t forward port 6680 to the host either, so I can’t even attempt to send some data over the websocket api.
Maybe someone came further and found a solution to this
If not I will probably head over to git and maybe try to ask at the repo.
(Sorry to post in this topic, I just didn’t find any other place where people were using the edge version of the addon)