Timo Furrer

Results 248 comments of Timo Furrer

I've never tried to use it on a Pi zero and wouldn't really know what the issue could be. It might be some defective contact or instability in the w1...

> Something for a rainy day. Absolutely! I kept Python 3.5 support because of Raspbian stretch which comes with Python 3.5 However, I'm down for dropping it. Feel free to...

indeed 🤦 > Any ideas about how I could work around this? Or ways to rearrange things? I don't think it'll be possible unless I move the auto-loading of the...

Hey @sdiama ! w1thermsensor is based on the w1 therm kernel modules in a sense that it reads from the files it exposes in `/sys`. Therefore, can you check the...

The builds are currently failing - reason for that is the mixture of `pathlib.Path` and `os.path`-functions. I assume if you accept the suggestions those tests will pass again. In any...

No worries, keep me posted about the updates. If you need any help, don't hesitate to just ping me :tada:

> Let me know if it suits. I'll raise the pull requests after making the desired changes for the Maya specific objects. @moin18 Have you already been working on this...

@moin18 did you have any time to work on your idea?

@moin18 ping 🎄 🎉

@ashwineaso that's kinda correct. However, the `date`, `day`, `month`, ..., properties actually take the `date()` from the `datetime()` method. So that's also timezone aware and part of the `datetime()`. So...