michaelroland / wdnas-hwdaemon

Hardware Controller for Western Digital My Cloud NAS Systems
GNU General Public License v3.0
12 stars 10 forks source link

Make smbus optional #5

Closed stefaang closed 2 years ago

stefaang commented 6 years ago

The smbus python package is only required for the memory sensor. It's not always that easy to install this on other systems e.g. on FreeBSD it's not available for python3.

It would be nice if this hard requirement could be bypassed / softened.

michaelroland commented 2 years ago

Implemented.