Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Error During Intent Recognition. #121018

Open
sca075 opened this issue Jul 2, 2024 · 5 comments
Open

Unexpected Error During Intent Recognition. #121018

sca075 opened this issue Jul 2, 2024 · 5 comments

Comments

@sca075
Copy link

sca075 commented Jul 2, 2024

The problem

Understanding Assist isn't flexible but of course this is an error that occurs during a basic intent recognition.
If you request, "what is bedroom temperature" works but if you request "what is the temperature in the bedroom" it goes in error handling the intent. The area of the sensor is specified as "Bedroom". This means probably there is an issue with the intent recognition.

What version of Home Assistant Core has the issue?

2024.7.b07

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

integrations / assist_pipeline

Link to integration documentation on our website

https://www.home-assistant.io/integrations/assist_pipeline/

Diagnostics information

Screenshot 2024-07-02 at 14 23 36

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Unexpected error during intent recognition
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 995, in recognize_intent
    conversation_result = await conversation.async_converse(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/conversation/agent_manager.py", line 108, in async_converse
    result = await method(conversation_input)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/conversation/entity.py", line 45, in internal_async_process
    return await self.async_process(user_input)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/conversation/default_agent.py", line 347, in async_process
    intent_response = await intent.async_handle(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/intent.py", line 117, in async_handle
    raise UnknownIntent(f"Unknown intent {intent_type}")
homeassistant.helpers.intent.UnknownIntent: Unknown intent HassClimateGetTemperature

Additional information

living room is an area too. Attached screenshot,

@home-assistant
Copy link

home-assistant bot commented Jul 2, 2024

Hey there @balloob, @synesthesiam, mind taking a look at this issue as it has been labeled with an integration (assist_pipeline) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of assist_pipeline can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign assist_pipeline Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


assist_pipeline documentation
assist_pipeline source
(message by IssueLinks)

@sca075
Copy link
Author

sca075 commented Jul 2, 2024

As a matter of fact this is bug @synesthesiam I just tested the same scenario on the 2024.6.4 and it works.

@balloob balloob added this to the 2024.7.1 milestone Jul 4, 2024
@synesthesiam
Copy link
Contributor

What kind of sensor is this?

@sca075
Copy link
Author

sca075 commented Jul 5, 2024

What kind of sensor is this?

ESPHome, esp32 there's a temperature/humidity sensor plus a monitor sensor and luminosity one.

Apparently now it simply do not reply.. for instance in the mobile version. The issue looks only on HaOS on the other instance it still works.

@sca075
Copy link
Author

sca075 commented Jul 5, 2024

Additional, ESPHome dashboard isn't installed on the PI4.. but the sensor are updated to the last firmware available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants