#Moved from HA docker to HA OS, now voice assistant PE doesn't work

1 messages · Page 1 of 1 (latest)

fringe solstice
#

It's conencted and registers, but when i try to call for it, nothing happens, press it's button, only lights up when button is pressed, and lights off when i release, doesn't wait for anything, and when i try to trigger any of my automated reminders, it spins for 1 second, then it stops spinning. No errors in logs. And got it listening for errors from the device as well.

Tried to reset it as well, but no changes.

fallow hearth
fringe solstice
# fallow hearth what does your pipeline look like? is the pipeline assigned to the device? do yo...

Don't know if br0 is a vlan, but it's set to use the same network adapter as the server, so uses homeassistant.local, and as i've reset the HA VAPE, i've already re-registered it, so it's detected and connected, but somewhere along the lines, it fails to process something, and that something i haven't figured out yet. Cause all the features i've added so far has all been with server's address and ports, and not interla IP's like 172.0.0.x for example. All are 192.0.0.x

Hereæs the yaml for the automation i test run to see if it works.

alias: vacuum_reminder_Original
description: ""
triggers:
  - trigger: time_pattern
    hours: /2
conditions:
  - condition: time
    after: "14:00:00"
    before: "22:00:00"
    weekday:
      - sat
      - fri
      - thu
      - wed
      - tue
      - mon
      - sun
actions:
  - action: assist_satellite.announce
    metadata: {}
    data:
      message: >-
        speaker startup. Sir, today's reminder:  reminder
      preannounce: false
    target:
      area_id: duckers_gaming_room
      entity_id: assist_satellite.home_assistant_voice_097f6f_assist_satellite
mode: single
fallow hearth
fringe solstice
fallow hearth
#

are you using whisper/pipe are you using a cloud service etc...?

settings - voice assistants - select the pipeline you have assigned to the device. what are the settings? (post screenshot maybe?)

fringe solstice
#

For STT and TTS at least, i use faster-whisper and piper via wyoming. And piper works fine when i use test voice assistant for voice output via HA GUI on my pc to my headphones

#

All of it's processes are hosted locally.

fallow hearth