Closed
Issue #4
· created by
·
Support i2c sensor MCP9808
Please add support for the MCP9808 temperature sensors (e.g. this Adafruit board)
-
The Adafruit libraries require Python 3, which is currently not yet an option (see bug #3)
Looking at this implementation from Control Everything instead, which uses the python smbus library.
SMBus can be installed as a Debian package python-smbus and a python-only version is available as smbus2 for installation in a
virtualenv
-
Status changed to closed by commit 2349fc1a