rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
489 stars 70 forks source link

LED service #160

Open wifispray opened 2 months ago

wifispray commented 2 months ago

Hey

Has anyone else had the issue where the wake word will trigger the LED to come on, but the LED never goes off? Seems to be the issue I have. If I reboot, no LED will be on. When I use the wake word it comes on, but never goes off.

dthreee commented 2 months ago

On mine LEDs come on yellow when booting up and only change briefly to other colors when interacting. Goes back to static yellow after assist is over.

--UPDATE-- Got it working. Didn't realize that it only works with local wake word.

mukhortov commented 1 month ago

I have the same issue when using a custom wake word. The lights fail to switch off when using a custom wake word model glados.tflite. Works fine with hal or jarvis models.

https://github.com/rhasspy/wyoming-satellite/assets/770278/1599d479-3d0a-48ad-9fae-8f3b8a739a00

edekeijzer commented 1 week ago

I have switched to 'OK Jarvis' yesterday since 'Hey Jarvis' had too much false positives and I'm seeing the same behavior now.

qJake commented 1 day ago

I have similar issues - I use a custom wake word and have a very small Python script that sets an RGB LED to the value I want using the command line event handlers, but it is unreliable. I wonder if the same issue with the internal LED is also affecting the command line events from not running as well?