Luke Cyca

Results 21 comments of Luke Cyca

This is the first I've heard of [adubkov/py-zabbix](https://github.com/adubkov/py-zabbix)). I agree that having two different projects using the same namespace is not great for anyone. I believe the package name should...

This works well for me. LGTM!

This fix looks good to me. @ActionRetro are you able to merge this and deploy to frogfind.com?

It seems many of the solutions above "work" but end up using multiple redirects, which is specifically what the OP is trying to avoid. I finally got this working _with...

There is a [Hotline server](https://macintoshgarden.org/apps/hotline) called "The Mobius Strip" online right now where you can chat with ChatGPT. It's in the official tracker and pretty easy to find. Incidentally, it...

@DavidAntliff thanks for the quick reply! Awesome libraries BTW (I'm using your I2c-lcd1602 one too). I am using a single DS18B20 on a 3m cable. For me it is not...

>Does it still crash if the LED strip(s) are not physically connected? >Does it crash if you put your DS18B20 on a really short cable I've actually just got 3...

It seems these OLED displays have a [few additional requirements](https://www.raspberrypi.org/forums/viewtopic.php?p=513610&sid=200225ee162d2fe1d1140c124c81a8f9#p513610) which I implemented and found that the OLED comes back to a known state when the library is initialized (previously...

I have not solved this in a way that's elegant enough for a pull request, but I now have a hacked-up fork that works for me [over here](https://github.com/lukecyca/esp32-i2c-lcd1602) with a...