synesthesiam / rhasspy

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

[Enhancement] Add API endpoint to disable/enable Hot word detection #171

Closed coxtor closed 4 years ago

coxtor commented 4 years ago

Hi I am using Rhasspy with home assistant and it is working great. However, I am getting many false positive wake word activations using Snowboy with the wake word Jarvis in German, especially when watching movies. Having an endpoint to disable / enable wake word detection would be helpful.

xLAva commented 4 years ago

I implemented a proposal for that feature and created a pull request a few days ago. Wake Word: activation/deactivation over HTTP API and MQTT Hermes #143

synesthesiam commented 4 years ago

I'll take another look at this and get back to you. This is definitely something that needs to be accessible, I just want to be careful about how.

synesthesiam commented 4 years ago

Being added in 2.4.18: the /api/listen-for-wake endpoint will accept "on" and "off" as POST data to enable/disable wake word.

synesthesiam commented 4 years ago

Added in 2.4.18