That addon installs fine here. What exactly are you experiencing?
I created a compose.yml file and can’t pull the image. I see this error:
not found: manifest unknown: manifest unknown
I assume you are running
docker run -it -p 10300:10300 rhasspy/wyoming-rhasspy-speech
Try
docker run -it -p 10300:10300 rhasspy/wyoming-rhasspy-speech:1.0.0
:1.0.0
works, but latest tag is 1.4.3.
I have :1.0.0
running but I can’t add it as service in HA for some reason.
Maybe v1.0.0 not compatible with current version of HA
Does :1.4.3 work?
no, I can’t pull the image with that tag. Same with stable
and latest
tags
I am interested in rhasspy-speech - still running Rhasspy, so I am very happy to pre-define the allowed sentences. It is mentioned to be a port of Rhasspy’s Kaldi - but I assume there are some benefits ?
I am running HAOS and have avoided learning Docker … but it looks from the rhasspy-speech github that users need to create and populate a Docker image - or have I misunderstood ?
Is rhasspy-speech likely to be packaged up as a HA add-on (like Rhasspy and Whisper) ? I am assuming that it just wasn’t a high priority before the announcement.
You can already install it. Just search for it under addon.
I think you have to install this addon repository. GitHub - rhasspy/hassio-addons: Add-ons for Home Assistant's Hass.IO
I did not add any special repository so it seems to work without. I just double checked.
Yes you are correct. I managed to confuse myself
Thanks Merc. Maybe I’m getting old, or too used to searching in the user friendly IU … but I forgot to slick the [Add-on store], where, sure enough, rhasspy speech was included in the Rhasspy Hass.IO Add-Ons (which repository I had previously installed, per nickrout’s reminder).
Installed, and initiallised, and I looked at the Log … a fair few errors, and it failed to work out pronounciation for a lot of words including “-”. Rather than hijack this more general thread I will move to the Assist: Rhasspy-Speech for Speech-to-Text thread.
I played with llama3.2:3b a bit. It’s recommended to use mistral or llama2:13b models, llama3.2:3b also works. I set it as fallback to Assist and it can control HA. I limit exposed devices to 20.
I wish it could ignore areas, I noticed a lot of problems because of it. It refuses to turn on or off device because you haven’t specifed area.
When i told it to Pause
, it paused music, and also turned all my lamps in the room.
I wish that HA Preview edition was exposed to Music Assistant addon(or if someone could explain how we could possibly do) so that I can use it to playback through that app, and possibly link multiple so I can have around house audio playback of my playlists etc
As I don’t yet have mine I can’t verify this, but if the Home Assistant Voice has an associated media player entity, it should be possible to configure the Music Assistant to use that using the Home Assistant Plugin Provider and Home Assistant Media Players Player Provider.
Form some reason it isn’t exposed as a media playback device in Music Assistant which is very frustrating. I can however select trh device itself and perform local media playback but unfortunately my HA instance isn’t where I store my media, and if I can get it working in music assistant it has the ability to group together so I could have the multtimroom audio(plugged into decent speakers) that I am trying to get working
Add the Home Assistant Plugin Provider
Then you should be able to see the device as an available media player listed in the Home Assistant Media Players option.
Hey thanks for that. I’ve done that but still not to be found listed under media players in the music assistant area unfortunately
EDIT - Im wrong, you are indeed correct and Im very happy about this haha thank you!