synesthesiam / rhasspy

Rhasspy voice assistant for offline home automation
https://rhasspy.readthedocs.io
MIT License
942 stars 101 forks source link

/api/listen-for-wake does not work as described #200

Closed derrohrbach closed 4 years ago

derrohrbach commented 4 years ago

The listen-for-wake api does not work as described in https://rhasspy.readthedocs.io/en/latest/reference/#endpoints. It can not disable the wake word detection and only enables it once, if you set the listen to wake word on startup option to false.

Also a GET request for the current status of wake word detection would be nice, because you could then connect it to a REST Switch in HASS

synesthesiam commented 4 years ago

POST will work correctly in v2.5 (which doesn't have the listen on startup option). Let me look into the GET.

derrohrbach commented 4 years ago

Updated to 2.4.20 today, now POST works!