Add Support for SHT41 Sensor #4
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?
As the title states. SHT41 sensors are newer than the BME280's and tend to be more accurate, though they do drop barometric pressure. The best path would probably be to add a switch in
config.pyto state which sensor is used - e.g.SENSOR = 'bme280'.This will be pending the SHT41 sensor I ordered. It'll also be worth seeing if the other SHT4x sensors use the same logic, just with more or less accurate readings.