h3ndrik

Results 58 comments of h3ndrik

afaik not possible (yet). see: https://github.com/marvinroger/async-mqtt-client/issues/62#issuecomment-352162662

also the layers dropdown isn't usable/selectable on mobile.

is this also implemented in the mi band 3 firmware?

i'm no expert in this, but maybe this should be integrated into another mod like https://github.com/minetest-mods/MoreMesecons if it doesn't get merged here?

Additional info: You need to go to the ESPhome integration in HA and "configure" your device and allow it to execute services. I've tried the following: ``` on_wake_word_detected: - lambda:...

> [...] looks like that ESPHome software must be changed for this purpose [...] Yeah, I think so, too. I don't have a good idea on how to implement it....

> I think it will be enough to add these lines after the line [538](https://github.com/esphome/esphome/blob/dev/esphome/components/voice_assistant/voice_assistant.cpp#L538) That perform() seems to be an async call. It shows up in the debug log...

One thing I found: There is a Mutex lock in the i2s_audio component. That is locked and unlocked both by the microphone and the media_player. Since the microphone is always...

Back when I last tried it the issue was that you can't do audio output in 'on_wake_word_detected' it will just not play anything.

Unfortunately i can't just rip it out of the project. Isn't there some documentation on how verbose is supposed to work or what to do with langchain.verbose? Or a changelog...