Skip to content

Configuration

Hugh Barnard edited this page Oct 28, 2022 · 27 revisions

Rhasspy Configuration

Rhasspy configuration folder needs to go into the user's .configuration folder as the en configuration. This copy/paste may not completely work, need to try it.

The web configurator is at http://localhost:12101. This may be http://:12101 of course, since most of the technical work is better done via ssh and sshfs. Nearly all the configuration choices are default except for the Mimic3 masquerading as MaryTSS, by using the same port.

Mimic3 will be integrated into Rhasspy soon. This is useful because it will mean that many of the parameters (choice of voice, speech XML etc.) will probably be easier to use.

Node-Red

mema-flow, there's just one in the folder, that needs to be imported into node-red when it's running.

Python Intent Server

This is in etc/mema.ini in the mema project folder. Also, unless you want to test (the normal state of things currently)
sudo mv intent_server.service /etc/systemd/system
sudo systemctl enable intent_server.service
followed by service start or reboot.

System Logging

System logging probably needs to be turned off on Raspberry Pi installs, otherwise `/var/log/` will just fill up `systemctl disable rsyslog` Of course, keep them running, if you need to look at installation/running problems
Clone this wiki locally