Hi, I’ve installed Rhasspy on my HassOS-Hass.io Raspberry Pi configuration, and it works fine in one direction, but not in the other. That means, I can say commands like “turn the lights on” but it would be even nicer if I could ask questions like “what is the time?” and get it talked back to me. Ideally via Rhasspy or an offline TTS system (I don’t want to send all my queries to the google or amazon servers).
I can type commands in rhasspy and have them read out to me, which means that the pre-installed picotts works! I only don’t understand how to send a command from hass to rhasspy in order to say it. Any ideas?
Last question: If anybody can help me send the current time to my TTS system, that would be amazing. I understand there is a now().hour command, but if I change my payload from ‘hello world’ to ‘now().hour’ it just reads the command, not the time. Again, am I missing some brackets or what?
Is it possible to have more than one voice assistant (with a speaker & mic) connected to the homeassistant? How would that configuration look like under the tts? hassio reply back to all connected devices?
In my configuration, I have Rhasspy “server” running on the Home Assistant host in a separate Docker container. Then there are two Rhasspy “client” (satellite) systems running on RPi3B+ systems in other rooms of the house. The “server” install takes care of audio processing and intent recognition, and talking to Home Assistant. The “client” satellite installs simply listen for wakewords and send data to the “server”.
@FredTheFrog Can you direct me to the docs where I could install the Satellites? Can’t say I have searched thoroughly but didn;t see any instructions to setup just the client
I don’t know if there’s new doc in the 2.5 version upcoming. There wasn’t really anything in the older documentation, if I remember correctly. Essentially, you don’t use intent recognition or audio processing on the satellites, only wakeword recognition. Then the satellites send/forward their audio to the server/host instance of Rhasspy for voice and intent recognition.
How can I specify the device that plays my audio using this POST call ?. Suppose I have a speaker configured in HA or I have browser that I wish to specify as the audio sink how do i do that ?