4.8 KiB
title
title |
---|
Troubleshooting Assist |
This section lists a few steps that may help you troubleshoot issues with Assist.
View debug information
- Go to {% my voice_assistants title="Settings > Voice assistants" %}.
- From the list of assistants, select your assistant.
- In the dialog, select Debug.
- At the top of the screen, from the dropdown menu, select the run you are interested in.
Test a sentence per language without voice: without executing commands
If you want to test if a sentence works in a specific language without actually executing the commands, use the sentence parser in the Developer tools.
- Go to {% my developer_assist title="Developer tools > Assist" %}.
- In the sentence parser, select the language and enter the sentence you want to test.
- The debug tool shows you the following:
Test a sentence per assistant without voice: while executing the commands
If you want to test if a sentence works with a specific assistant while actively executing the commands, use the sentence parser in the Debug view.
- Open the debug view.
- In the top right corner, select the icon.
- Select the assistant you want to test.
- Select Run text pipeline.
- Enter the phrase you want to test and select Run.
- Check if it worked.
- If the phrase does not work, try a variant. For example, if Turn off the light doesn't work, try: Turn off the lights in the kitchen.
- Check if your phrase is supported.
- Make sure you are using the name of the area as it is defined in Home Assistant. If you have a room called bathroom, the phrase Turning on the lights in the bath won’t work.
I do not see any assistant
If under {% my voice_assistants title="Settings > Voice assistants" %} you do not see any assistants, you are not using the default configuration. The image below shows the Assist section.
If the Assist section is missing entirely, you need to add the following to your configuration.yaml
file:
# Example configuration.yaml entry
assist_pipeline:
Assist does not understand my question about the weather forecast
The example below shows common pitfalls when enquiring about the weather. While some steps are specific to the weather, the general mechanics apply to other entities as well.
-
Make sure you have a weather service installed.
- By default, Met.no is installed.
-
Make sure you have an entity set up for the location you are interested in.
-
Make sure the entity is exposed to Assist:
-
Make sure you use the exact entity name when talking to Assist.
-
To view the entity name, check the list under {% my entities title="Settings > Devices & services > Entities" %}.
-
For example, if the entity is called Forecast Berlin, you have to say "What is the weather in forecast Berlin like".
-
Assist would not recognize it if you ask "What is the weather in Berlin like".
-
If you want to use Berlin instead of Forecast Berlin, you can create an entity name alias.
- You can create as many aliases as you like.
-
-
If you just ask "What is the weather" when you have forecast entities for multiple entities, Assist always returns the data for the place that was first added. Currently, there is no way to change that.