home-assistant.io/source/projects/troubleshooting.markdown
c0ffeeca7 73d5b4d90e
Assist tutorial on setting up phone to control HA (#27121)
* Assist tutorial on setting up phone to control HA

- Add new folder projects/private-voice-assistant
- Add tutorial on setting up a classic analog phone to control Home Assistant
-- Instructions on setting up Grandstream
-- Instructions on setting up Voice over IP integration
-- Instructions on setting up voice assistant (basic setup using default settings, not including Alexa or Google)
-- Troubleshooting information
- Link to tutorial from front page
- Link to tutorial from documentation page, asides

* VoIP tutorial: add step to activate assistant

* Remove unused images

* Remove unused ESPHome images

* VoIP tutorial: fix grammar: set up vs setup

* Apply suggestions from code review

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>

* Apply suggestions from code review

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Review feedback: update images

* Review feedback: fix sidebar

* Review feedback: rename file to index

* Review comments: remove info on how to view logs

* Implement review feedback

* Review feedback: update troubleshooting procedures

* Implement review comments: Remove section on setting up assistant

- There will be one setup by default.

* Move generic troubleshooting into separate section

- so that it can be a link target for other pages
- Pointing to the VoIP tutorial for troubleshooting is less ideal,
- as it is more than troubelshooting
- and includes VoIP specific troubleshooting

* Remove FAQ

- It contained a reference to the list of supported languages.
- It is no longer required to check if one's languages is supported,
	 as the UI only proposes supported languages.

* add link to custom sentences

-add name of phone model used in video by @TheFes

* Implement review feedback

* Implement review feedback. Missed that one

* Fix broken links

* Fix title

* Change troubleshooting file name

* Update screenshot

* Fix title in aside

* Add interview with Mario

* Fix typo

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-04-27 19:46:27 +02:00

1.5 KiB
Raw Blame History

title
title
Troubleshooting Assist

This section lists a few steps that may help you troubleshoot issues with Assist.

View debug information

  1. Go to Settings > Voice assistants.
  2. From the list of assistants, select your assistant. Select your assistant
  3. In the dialog, select Debug. Open the debug dialog
  4. At the top of the screen, from the dropdown menu, select the run you are interested in. Debug speech-to-text

Test if the phrase works without voice

  1. Open the debug view.
  2. In the top right corner, select the icon. Open the pipeline debug dialog
  3. Select Run text pipeline. Open the pipeline debug dialog
  4. Enter the phrase you want to test and select Run. Open the pipeline debug dialog
  5. Check if it worked. Open the pipeline debug dialog
    • 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 wont work.