Christopher Young

Results 6 issues of Christopher Young

Great project! Looking forward to hacking away in python on my favourite smarthome ecosystem. Does HAP-Python allow for pulling data from homekit as well? Can I list homekit accessories? List...

@SomethingWithComputers I'd love to use your python library in a Home Assistant project, but AppDaemon requires python libraries to be available on PyPi. It looks like https://github.com/SomethingWithComputers/pixoo/pull/10 should allow this...

First - Thanks for this great project. Really appreciate you and @BeardedTinker working on this! I’m noticing that the output from the HiGrow sensor for the fertilization level is retuning...

I've got a few of these running and I've noticed that the Salt/Fertilization values level is being reported in percentage (%) rather in the typical µS/cm which I've seen in...

@danielsjf Saw your message on another python Awair API project. I've been working with @deanlyoung on this python wrapper for the Awair API. Wondering if you might consider using this...

question
Discussion

Opening this to see if anyone else is having issues with the Geopy library when using Nominatim. Using the simple examples from geopy.geocoders import Nominatim geolocator = Nominatim(user_agent="my_app") x =...