Add Support for SHT41 Sensor #4

Open
opened 2026-09-07 22:58:28 -04:00 by gballan · 0 comments
Owner

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.py to 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.

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.py` to 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.
gballan added the enhancement label 2026-09-07 22:58:28 -04:00
gballan self-assigned this 2026-09-07 22:58:28 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: BitGoblin/pico-thermo#4