I found the issue and it was on my side. Following your first answer, I tried to use the field BSEC_INPUT_HEATSOURCE and discovered that I once used it in the past and left a hardcoded value of 3d in my call to bsec_iot_init(). Once fixed, temperature difference between sensors is less than 1d and humidity difference is in range of the +/- 3 % accuracy. Problem solved. Thanks for your support. But as I am using BME280 and need to add an offset to temperature (to report a correct temperature), what I still need to do is to estimate the RH with this offset temperature. I understood that for BME680, this is already supported with BSEC driver, but what about BME280 driver? I did not find anything for this. Would you have the formula to calculate this new RH? I found some on internet, but not sure they are valid.... Thanks.
... View more