#Sorry I couldnt understand that

1 messages · Page 1 of 1 (latest)

marble barn
#

pretty much everything I ask Assist results in that.
I can ask Alexa and no problem... Where is the process breaking down? I have 175 entities exposed to my Assist.

Input
What is the house pellet stove current temperature?
Response type
error
Error code
no_intent_match

Yet it is exposed, and Alexa can tell me... But Assist cant...

#

SST

  language: en-US
  format: wav
  codec: pcm
  bit_rate: 16
  sample_rate: 16000
  channel: 1
stt_output:
  text: What is the house pellet stove current temperature?```
#

dev tools

House Pellet Stove
off    hvac_modes: off, heat
min_temp: 60
max_temp: 76
target_temp_step: 1
current_temperature: 70
temperature: 65
hvac_action: off
friendly_name: House Pellet Stove
supported_features: 1
#

"What is the house pellet stove temperature?" gives the same result

#

I have an automation w/ a sentence trigger and that works fine

Done```
ebon meteor
#

I'll make sure to add it

#

also, these only work on 2023.12, which will be out of beta in ~24h

marble barn
#

Fascinating. So basically, part of your job is to figure out what all of us boneheads are screaming at our ESPs and code it all...

ebon meteor
marble barn
#

Trust me, I'm an EE, very well versed in audio DSP's, audio processing, etc. mostly on the hardware end of things during my career, and I FULLY comprehend just how difficult all this is. Notice how I provide as much detail and testing as possible when things go awry rather than "it doesn't work"... You code jockeys really do inspire me! It is also amazing how quickly things have progressed on this front in HA.
Isn't it also amusing in all of this how everyone wants their own "wake word"? I see more chatter about that than anything. And they have zero clue just how hard that one thing really is. Nor do they understand the negative implications & consequences of choosing the wrong word.

#

I just got my local Willow GPU WIS sever running today - I'm thoroughly impressed. Even using their cloud, 15 minutes from unboxing the Box3 unit to sub 500ms inference times on long & complex sentences. Just. Wow. It's very impressive what Espressif has done with the Box3 unit. Tying that unit to their WIS server platform was really smart. It mostly takes the idiot factor out of the STT equation...

ebon meteor
marble barn
#

Yeah, I get that now...

ebon meteor
#

I mean, yeah, you've provided some details, but nit "here's what i did (in context), here's what i expected and here's what happened, contrary to my expectations"

marble barn
#

I appreciated the links to the code. It made more sense after looking at that.

ebon meteor
#

It's not a problem, it's just how people usually ask questions, forgetting others are not in the same mindset. I sometimes commit the same "sin" 😋

marble barn
#

Honestly, it would help if we could post images in this channel... I had to copy the text of the dev tools output when the screen shot I tried to use would have shown very clearly the entity was climate. Any reason it's turned off? Trying to force more actual code examples?