Has either of you tried the Assist feature in dev tools? You can test your sentences there, but I’m starting to get the feeling, that’s not it.
Yes, some sentences did worked. Here is an example:
It works with switches, but with others it’s not working.
all integrations necessary are there? Please post your configuration.yaml
to check.
Um, yes i think so. Here is my configuration.yml
# Loads default set of integrations. Do not remove.
default_config:
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.20
homematic:
interfaces:
rf:
host: 192.168.0.10
resolvenames: xml
port: 2001
username: "secret"
password: "secret"
ip:
host: 192.168.0.10
port: 2010
groups:
host: 192.168.0.10
port: 9292
resolvenames: "xml"
username: "secret"
password: "secret"
path: /groups
hosts:
ccu2:
host: 192.168.0.10
port: 2001
username: "secret"
password: "secret"
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
wake_on_lan:
# i added the lines below from this forum thread.
conversation:
intents:
YearOfVoice:
- "wie geht das jahr der stimme"
intent_script:
YearOfVoice:
speech:
text: "Great! We're at over 40 languages and counting."
My wyoming config:
My piper config:
The Piper logs:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service piper: starting
s6-rc: info: service piper successfully started
s6-rc: info: service discovery: starting
DEBUG:wyoming_piper.download:Downloading https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/voices.json to /data/voices.json
DEBUG:wyoming_piper.download:Loading /data/voices.json
DEBUG:wyoming_piper.process:Starting process for: de_DE-thorsten-high (1/1)
DEBUG:wyoming_piper.download:Checking /data/de_DE-thorsten-high.onnx
DEBUG:wyoming_piper.download:Checking /data/de_DE-thorsten-high.onnx.json
DEBUG:wyoming_piper.download:Checking /share/piper/de_DE-thorsten-high.onnx
DEBUG:wyoming_piper.download:Missing /share/piper/de_DE-thorsten-high.onnx
DEBUG:wyoming_piper.download:Checking /share/piper/de_DE-thorsten-high.onnx.json
DEBUG:wyoming_piper.download:Missing /share/piper/de_DE-thorsten-high.onnx.json
DEBUG:wyoming_piper.download:Downloading https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx.json to /data/de_DE-thorsten-high.onnx.json
INFO:wyoming_piper.download:Downloaded /data/de_DE-thorsten-high.onnx.json (https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx.json)
DEBUG:wyoming_piper.download:Downloading https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx to /data/de_DE-thorsten-high.onnx
INFO:wyoming_piper.download:Downloaded /data/de_DE-thorsten-high.onnx (https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx)
DEBUG:wyoming_piper.process:Starting piper process: /usr/share/piper/piper args=['--model', '/data/de_DE-thorsten-high.onnx', '--config', '/data/de_DE-thorsten-high.onnx.json', '--output_dir', '/tmp/tmp0vv8n5am', '--json-input', '--noise-scale', '0.667', '--length-scale', '1.0', '--noise-w', '0.333']
INFO:__main__:Ready
[21:20:37] INFO: Successfully send discovery information to Home Assistant.
s6-rc: info: service discovery successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
DEBUG:wyoming_piper.handler:Sent info
DEBUG:wyoming_piper.handler:Sent info
DEBUG:wyoming_piper.handler:Sent info
My Whisper config:
The Whisper logs:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service whisper: starting
s6-rc: info: service whisper successfully started
s6-rc: info: service discovery: starting
INFO:__main__:Ready
[21:13:31] INFO: Successfully send discovery information to Home Assistant.
s6-rc: info: service discovery successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
My Voice Assistant configuration (1/2):
My Voice Assistant configuration (2/2):
are these custom sentences? If so, how are they “installed”? Please post the file.
I don’t think so. At least some sentences do match (see above).
I think the issue is, that somehow the voice assistant does not “hear” anything. I have tried multiple devices as written in the post above. None of them, seem to take any audio via mic. I can see the “billowing” microphone icon on each devices, but my voice is not recognised by the assistant. I can type the sentences nontheless, which are recognized.
Any idea, what could be wrong?
I have enabled debugging log on both whisper and piper.