Hello together,
sorry for my uncertainty on this topic, I'm using Arduino stuff not that often and learn it on try & error base.
So I'm working on a project to monitor the temperature and humidity (mostly!) on my Humidors (the lockers you put your cigars in) with an ESP8266, including web interface, OLED, mail notification, etc.
For the programming, everything seems to work as it should, but the sensor values are a huge issue.
Based on many recommendations I went with a BME280 via I2C (mounted via flat ribbon cable, so it is away from the ESP).
While the temperature seems ok to me, the humidity value is simply wrong (also the approx. altitude is bullshit).
So I own a calibrated hydrometer so I have a reference.
At 75% humidity the MBE280 shows 53%, at 52% it shows 41%, so unfortunately it is not a fixed offset...
So I assume that the BME280 is simply not the sensor I need.
Following this List the SHT31 would be good, but the SHT85 would be perfect:
Can I address them nearly the same via I2C?
So that I don’t need to completely redo the programming.
Or do you have other recommendations?
I'll read the sensor about every 2-3 seconds and a difference of about 2% would be fine for me.
Thank you and regards,
Felix