Today I had another great time trying to get Alexa (via MyMedia for local streaming) to play the music I wanted. What I wanted was Sulphur Aeon. What multiple tries in pronouncing it right for her resulted in was this:

Heard Band played
sypher eon Atomic Neon
safaera Frank Sinatra
sypher Evo Devo
Safa aon Sava
sci-fi aon AION
salif aan Can
sofaygo ?
cipher ayo DJ Copper Top

I want to eventually replace her completely anyway, but I’m not there yet. But I have the hardware for one local smart speaker. Experiences like today helped me realize that depending on the band names one listens to, voice is an atrocious interface for requesting songs. Now the super easy solution would be a bluetooth speaker, but there’s one issue, I still need voice in the kitchen for handsfree unit conversion and timers. That means I need a way to mute the speaker with my voice, which means it somehow needs to be controllable by HA.

Requirements as a list:

  • Speaker that either plays music from my phone, or directly from the Jellyfin server (that would be preferable)
  • I need to be able to control it via phone or tablet
  • HomeAssistant needs some kind of control as well, it doesn’t matter how much, but the minimum would volume control.

Note that I’m right-handed and have two left hands, so a solution that doesn’t involve soldering would be preferable.

Apparently Sonos/SYMFONISK are options, but those are pretty expensive speakers for what I need, and at least some cursory googling tells me that it has issues with Jellyfin because Sonos hates standards. Any other speakers that should work for this?

    • LifeBandit666@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      I've never used jellyfin myself but I assume you're running it and Home Assistant on something. I don't know what that something is, Proxmox, Docker, your PC, separate raspberry pis…

      So the answer to your question is: I have no idea so I did a quick Google and got this, that seemed to answer your question for me.

      https://forums.slimdevices.com/forum/user-forums/3rd-party-software/111334-can-we-connect-to-a-jellyfin-instance

      What I've done by commenting is given you some new words to research

      Pi Core Player (PCP)

      Logitech Media Player (LMS)

      and another one is Squeezebox

      I discovered it when I was looking for some way to make a whole home music system using what I already had, because I'm a broke Yorkshireman and don't want to pay for things.

      I used it to have a way to cast music to 3 Google home minis (which were the things that brought me to LMS, nothing else could see them that was Open Source) and a couple of Pis, one of which was running Home Assistant.

      I had HA Supervised in a Docker install somehow. So I just made that Pi, the 4b and my most powerful, run a Squeezebox Server. I put the "Player" software on a 3b in my bedroom and plugged it into some old computer speakers, had the 4b running server and player plugged into an old Bose surround sound system in my kitchen.

      Then I managed to put PCP onto a pi Nano W and connected it with Bluetooth to my soundbar.

      I could then play Spotify, YouTube and my own music in every room at the same time, and use it in HA to play rain sounds in my bedroom at night, also a sleep playlist when my kids go to bed (of course I've automated the kids bedtimes…)

      I've recently moved from the Docker HA to HAOS which is WAY more stable, after an error I just couldn't fix, and no longer have LMS installed. But it's on my list.

      Edit: I posted a bit about it on Reddit when I first got it installed, so you'll probably see my name as you travel the path. It's a bit of a fun one, lots of things that have shit documentation, enjoy!