Romkabouter/ESP32-Rhasspy-Satellite

Animation not working on Matrix Voice

Nailik opened this issue · 2 comments

Hi,

according to effafaf i think that animation is supported on Matrix Voice.

However when i send {"brightness":20,"idle":[240,210,17,0],"hotword":[173,17,240,0],"animation":3} or even just animation, there is no change in animation (brightness and colors works). It's always a Solid color.

hotword_brightness also has no effect.

Edit: seems like the animation is only active while the rhasspy satellite speaks something.

Only hotword_brightness is an issue. Also settings brightness to 0 and hotword_brightness to 50 will result in always dark leds. I changed it by setting {"brightness":50,"hotword_brightness":50, "animation":1,"idle":[0,0,0,0], "hotword":[173,17,240,0]} . This way the leds are only on after hotword.

Edit: seems like the animation is only active while the rhasspy satellite speaks something.

Correct, more specific: when audio is playing.

When brightness is 0 and hotword_brightness is 50, the leds should only light up when hotword is detected. I will check into the issue.