Corus87

Results 26 comments of Corus87

No problem to help out. But with the current master branch I'm not coming far enough to check it out. ``` File "videofeedviewer.py", line 51, in run self.icon.run() File "/usr/local/lib/python3.6/dist-packages/pystray/_base.py",...

I just test it with GTK there is no title at all, not even the filename anymore. But to be honest, I'm not quite sure if I ever saw the...

Hi @MatthewScholefield , this happens for me on the RPi, when running a simple code like this one: ``` from precise_runner import PreciseRunner, ReadWriteStream, PreciseEngine import time class Precise(): def...

Thanks @MatthewScholefield this branch actually works, no more `ValueError` on exit :)

Hi @jasonacox thanks for the tip with updating the DPS. I read a lot about this issue after posting this question here in all kind of Tuya GitHUb repos and...

Yes, I just need to have the Eufy unblocked until it's powered on, then I can block the internet connection and I get the current status when calling the status()...

Thanks @forslund for looking into my issue. Unfortunately it does not work on my end with `register_regex_entity("(for|about) (|the)?(?P.+$)")` _search for the moon_ still matches the **the** article, `"search": "the moon",`...

Indeed this works on my end too. It also works with several words `"(for|about) (the |a |an |)?(?P(?!the|a|an).*)"`. But it does look a bit ugly though... Is it because of...

How about using a second snowboy trigger, which is more or less independent from the kalliope core (maybe with the help of the REST API?). There we could use an...

I'm not sure that the snowboy process is taking so much resources on PI. In the docs of snowboy we can see that snowboy runs with under 10% [light-weight and...