Skip to content
Paul Romkes edited this page Nov 22, 2021 · 28 revisions

Rhasspy 2.5 Wiki

On this page you will find links to several tutorials and documentation. It is written with a beginner level in mind, so a lot of options will be left to default.
We hope this wiki will give you a good start at connecting Rhasspy and Home Assistant, but if you do have questions the community forum is also there for you. You can find it here https://community.rhasspy.org/

Read the docs

If you need more info or other tutorials, check the forum or find information here https://rhasspy.readthedocs.io/en/latest/ Check out the Tutorial on the tutorials page: https://rhasspy.readthedocs.io/en/latest/tutorials/

Install Rhasspy as Home Assistant Add-on

In this guide, you will learn how to install Rhasspy as an Add-on in Home Assistant. Installation of Rhasspy as Add-on

Connect Rhasspy and Home Assistant

For a connection between Rhasspy and Home Assistant, it is recommend to change some settings. The reason behind this is that when Home Assistant handles your intents, it is good practice to let Rhasspy know the the intent is handled.

This page is providing information on how to do that.

Intent Handling with events

One of the methods of handling intents in Home Assistant is the use of events. Rhasspy triggers events in Home Assistant and those can be used in automations to implement logic.
Check this page if you want to learn how.

Intent Handling with intents

Another method is the use of intents. This is similar to other voice assistant components in Home Assistant.
Go here if you want to learn about sending intents to Home Assistant

Intent Handling with Node-Red

The last method, but certainly not the least, it connecting Rhasspy and Home Assistant via Node Red
Here is the page giving you an example on how you can achieve that.
If you want to learn more about Node Red, check here