acon96 / home-llm

A Home Assistant integration & Model to control your smart home using a Local LLM
680 stars 69 forks source link

Music Assistant Support? Seems so close to working! #212

Open Someguitarist opened 3 months ago

Someguitarist commented 3 months ago

Hey,

Absolute last thing I need for household acceptance of local voice control instead of Alexa is the ability to control music with voice. There's a section in Music Assistant with prompt suggestions here https://music-assistant.io/integration/voice/

I can get it to report the findings in JSON what Music Assistant is looking for, but it doesn't seem to do anything.

Any help? Are there plans to support music playback in the future? If this is beyond the scope of this project, this can be closed. But it looks like it's so close to working by default!

Thanks!

Someguitarist commented 3 months ago

Edit: I forgot to include it appears to be close to working because it's outputting JSON, just not sure why it's not acting on it. I would ask 'Play 90's music in the office' and get {"media_id": ["Nirvana - Smells Like Teen Spirit", "Radiohead - Creep", "Oasis - Wonderwall", "Foo Fighters - Everlong", "Weezer - Buddy Holly"], "media_type":"track"}

That's the output that it responds with.