09-22-2022 12:34 PM
Hi,
I'd like to update the ESPHome component for BME68X to BSEC2, which mostly works, but to be production ready I'd like to improve some rough edges. I hope you can help me.
Thanks!
09-29-2022 05:22 PM
Hi neffs,
1. Whic sensor part(BME680, BME688) you used?
2. BSEC2 github code was released on https://github.com/BoschSensortec/Bosch-BSEC2-Library, you could see the configuration files on https://github.com/BoschSensortec/Bosch-BSEC2-Library/tree/master/src/config
09-29-2022 05:44 PM - edited 09-29-2022 05:45 PM
1. BME688
2. "Default_H2S_NonH2S" seems to be the same as "bsec_sel_iaq_18v_4d" from the 2.0.1.6 release. Probably not the right choice if I have 3,3 Volts.
2.2.0.0 includes these configurations. X_3s_28d are recommended in the release notes.
bsec_sel_iaq_18v_300s_28d
bsec_sel_iaq_18v_300s_4d
bsec_sel_iaq_18v_3s_28d
bsec_sel_iaq_18v_3s_4d
bsec_sel_iaq_33v_300s_28d
bsec_sel_iaq_33v_300s_4d
bsec_sel_iaq_33v_3s_28d
bsec_sel_iaq_33v_3s_4d
11-24-2022 03:33 AM
Hi neffs,
As you used BME688, you should use BSEC2 library, not use BSEC1.
Bsec_2-2-0-0_generic_release package, the config file Default_H2S_NonH2S supported bsec_sel_iaq_18v_3s_4d.
11-24-2022 05:00 PM
I'd like to do that, unfortunately there are still missing parts in the public github project.
Thank you for updating the publicly available library on github to 2.2.0.0, but the first and third issue are still making it difficult to update my project to BSEC2.