Allow accessing multiple Si7021s for temp and humidity info #322
Reference in New Issue
Block a user
Delete Branch "master"
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?
The Si7021 uses i2c for data transfer. Some (all?) Si7021s use the same address and is not configurable. The workaround is to re-purpose GPIO pins for i2c use. This prevents using more than one at the same time with the standard octoprint-enclosure plugin.
The resolution is to add the ability to specify an i2c bus number when using affected temperature sensors.
May resolve Issue #285