#Voice PE speaker flashing light

1 messages · Page 1 of 1 (latest)

gentle pagoda
#

I have the Voice PE speaker setup successfully in HA, however whenever I try to use it I trigger it but immediately get a flashing red light. I am using docker version of HA with dockerised versions of whisper and piper. The docs indicate that the flashing light means "error" but I don't see where I can find error logs.

autumn crescent
gentle pagoda
#

I found this in the voice assistant

stage: done
run:
  pipeline: 01jsj747tw3dwhpv7tc3tckv98
  language: en
events:
  - type: run-start
    data:
      pipeline: 01jsj747tw3dwhpv7tc3tckv98
      language: en
    timestamp: "2025-04-23T21:12:29.509849+00:00"
  - type: stt-start
    data:
      engine: stt.faster_whisper
      metadata:
        language: en
        format: wav
        codec: pcm
        bit_rate: 16
        sample_rate: 16000
        channel: 1
    timestamp: "2025-04-23T21:12:29.510099+00:00"
  - type: error
    data:
      code: stt-stream-failed
      message: speech-to-text failed
    timestamp: "2025-04-23T21:12:29.515365+00:00"
  - type: run-end
    data: null
    timestamp: "2025-04-23T21:12:29.516176+00:00"
stt:
  engine: stt.faster_whisper
  metadata:
    language: en
    format: wav
    codec: pcm
    bit_rate: 16
    sample_rate: 16000
    channel: 1
  done: false
error:
  code: stt-stream-failed
  message: speech-to-text failed
#

the logs for the whisper container don't show anything