support adafruit am2315 #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be great to be able to use AM2315 over i2c. Adafruit does have a library https://github.com/adafruit/Adafruit_AM2315 Would a PR adding support for this sensor be accepted?
Note that adafruit's lib is c++ and possibly (?) intended for adrunio/avr only so some work would be required to first build a python package.
https://learn.adafruit.com/am2315-encased-i2c-temperature-humidity-sensor/python-circuitpython
Great -- I've had one sitting around for awhile...
What I want to do, instead of adding individual sensors (because every time, someone wants a different sensor) it's to create a generic "python" input, where it would be easy to extend the plugin to any temperature input.
That is on my top to do list, and I want to work on if on the next few weeks.