#Setup voice assistant correctly

1 messages · Page 1 of 1 (latest)

kindred sail
#

Im trying to setup voice assistant from my mobile as well as from my m5 echo stack but I have some errors on the side of HA

#

Text is not recognized or speech to text error

#

Im using HomeAssistant Cloud

#

Shpuld I migrate to piper and wyoming?

swift condor
kindred sail
#

Yes

onyx dock
kindred sail
#

Hello @onyx dock I didnt have the time to look on this

#

So, anything I write in my assist Im getting Sorry, I couldn't understand tha

#

I wrote some simple sentence like: turn on the light

#

or turn on the main office light

#

this is my debug raw message:

init_options:
  start_stage: intent
  end_stage: intent
  input:
    text: Turn on the Office Main Light
  pipeline: 01hqgw3x6p99t7tv9t33esgf5v
  conversation_id: null
stage: done
run:
  pipeline: 01hqgw3x6p99t7tv9t33esgf5v
  language: en
  runner_data:
    stt_binary_handler_id: null
    timeout: 300
events:
  - type: run-start
    data:
      pipeline: 01hqgw3x6p99t7tv9t33esgf5v
      language: en
      runner_data:
        stt_binary_handler_id: null
        timeout: 300
    timestamp: "2024-04-14T09:52:09.185711+00:00"
  - type: intent-start
    data:
      engine: homeassistant
      language: en
      intent_input: Turn on the Office Main Light
      conversation_id: null
      device_id: null
    timestamp: "2024-04-14T09:52:09.185733+00:00"
  - type: intent-end
    data:
      intent_output:
        response:
          speech:
            plain:
              speech: Sorry, I couldn't understand that
              extra_data: null
          card: {}
          language: en
          response_type: error
          data:
            code: no_valid_targets
        conversation_id: null
    timestamp: "2024-04-14T09:52:09.209287+00:00"
  - type: run-end
    data: null
    timestamp: "2024-04-14T09:52:09.209317+00:00"
intent:
  engine: homeassistant
  language: en
  intent_input: Turn on the Office Main Light
  conversation_id: null
  device_id: null
  done: true
  intent_output:
    response:
      speech:
        plain:
          speech: Sorry, I couldn't understand that
          extra_data: null
      card: {}
      language: en
      response_type: error
      data:
        code: no_valid_targets
    conversation_id: null

onyx dock
#

Is Office Main Light exposed to Assist?

kindred sail
#

Yes it is

#

maybe it's somehow correlated?

onyx dock
#

how are you running HA? HAOS? what version of HA do you have?

kindred sail
#

I have latest version if HA

#

I run it in docker container

#

I tested wakeword with esphome and m5 exho it works for all other stuff

#

I think the thing is that I have entity light.office_main_light in the area Office and maybe that is a potential “bug” ?

#

Maybe Im wrong

onyx dock
#

can you try "turn on the office office main light"?

kindred sail
#

Yes that works

onyx dock
#

seems like there's a problem with matching when part of the entity name/alias is an area which matches another sentence

kindred sail
#

submitted.

onyx dock
#

thank you! please edit the issue and add the conversation integration so that it' properly assigned