Jozsef Kiraly
                                            Jozsef Kiraly
                                        
                                    I'm afraid if I started writing a patch it would incredibly quickly overcomplicate this project 😆 I can read Python okay-ish, but writing it... I have a few guesses how...
@elupus good news, my limited Python knowledge paid off, and I've managed to clone the integration, add the `secured_transport` entry, and got it working: ``` 2023-05-30 20:07:55.282 INFO (MainThread) [httpx]...
@caveman99 I was thinking of using two of the three Grove ports to provide a second SPI interface (see the forum thread) - an SX126/7/8X radio could work over 4...
@markbirss thanks for the info! Could you by any chance link to the new gen M5Paper pictures you've seen? I doubt M5 will add a proper GPIO header, the M5Paper...
I've been running the project on a Pi5, and have noticed that the largest impact on latency is not the LLM or the TTS, but the STT engine - it...
One thing that would need attention is the CDN Origin rules. It's possible to have a cdn.mydomain.tld pointing to mystorage.blob.core.windows.net/myblob/, thus making it necessary to remove the /myblob part of...
Upon further inspection, I've realised that the unit I have is quite messed up - no OTA cluster endpoint, no way to update the firmware, and while the switches work,...
Thanks Dylan! Is there anything I can do to debug things on my end and provide some information?
One peculiar thing I noticed is that after a fresh start of Dynamouse, the "move the mouse pointer to the selected display" logic works, but just once. If I e.g....
@dylanvorster updated to the latest version, and I'm seeing the same - first event will properly jump the mouse pointer to the touchscreen, but any further touches will not, and...