esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 93 forks source link

Adds AtomU configuration #82

Open facit opened 8 months ago

Patrick762 commented 8 months ago

The red led doesn't seem to work for me. Is there even a red led? Also there's no green light after the voice command was accepted (maybe because the on_tts is only triggered if the speaker is available).

facit commented 8 months ago

The red led doesn't seem to work for me. Is there even a red led?

Also there's no green light after the voice command was accepted (maybe because the on_tts is only triggered if the speaker is available).

Ah ok. I'm new to working with these things. Didn't realize the led thing. I don't know that there is a red LED. It lights up purple when waiting for voice and blue when mic is active. But I'll look into this.

facit commented 8 months ago

The red led doesn't seem to work for me. Is there even a red led? Also there's no green light after the voice command was accepted (maybe because the on_tts is only triggered if the speaker is available).

Hi. I'm looking at this now. This is my understanding. There is a programmable RGB led, so red should work. Are there automated tests I could run to test this? The green light after response was accepted, won't work since there is no speaker I believe. This is something I have been having issues with and trying to find a solution to. It would be very nice if that wasn't a requirement so you could get an indication of whether or not the command worked. Is this doable? Would it be possible to redirect the TTS response audio to another device?