Wake does not exist HA log

Hi, new to this forum, just migrated from Raspberry Pi 3 to Odroid C4 on my Home Assistant.
Everything is almost working, except wake word. Any suggestions? Thanks.

I got this warning message on logs:

21-05-10 15:36:56 WARNING (MainThread) [supervisor.addons.options] Option ‘wake’ does not exist in the schema for Rhasspy Assistant (75f2ff60_rhasspy)
21-05-10 15:36:56 WARNING (SyncWorker_1) [supervisor.addons.options] Option ‘wake’ does not exist in the schema for Rhasspy Assistant (75f2ff60_rhasspy)

You have a problem in your addon config, please try and set it to default values.
Which repository for the addon are you using?

Thanks for the answer, sorry not sure to understand, just downloaded it from the HA supervisor. Installed Raven for wake word and Kaldi.

Rhasspy is not in the default addon store, so you must have added a url under the repositories

You mention 75f2ff60_rhasspy, so I am guessing you added https://github.com/synesthesiam/hassio-addons

Can you paste your settings from the configuration tab of the addon?

yes, this repository, thought there was only one, sorry. Synesthesiam Hass.IO Add-Ons.
For the wake word I had to change to Raven because the other option I used before with RPI3 (Poercupine) was no more available even after downloading the file to my profiles directory.

profile_dir: /share/rhasspy/profiles
profile_name: fr
ssl: false
certfile: >-
  xxx
keyfile: key
asoundrc: ''
http_root: ''
wake:
  system: raven
  raven:
probability_threshold: 0.4
minimum_matches: 1
average_templates: true

This:

should not be in the addon config, but in your Rhasspy profile :slight_smile:

1 Like

Feeling too old for that kind of things… Thanks!

1 Like