I have a AirGradient pre-solderd DIY kit (v3.3) that did not come with a TVOC sensor. I recently purchased said sensor from the AirGradient store and installed it into my unit. I was using the MallocArray ag-basic YAML on my device prior to installing the sensor and that was working fine however it does not contain the configuration for the TVOC sensor. Looking at the ag-pro YAML, it does contain the config for this sensor. After installing this on my device I am no longer seeing data from the temp/humidity sensor on the display or in the logs.
The following errors can be seen in the logs files:
[20:47:43][W][senseair:030]: Invalid preamble from SenseAir! 00b710fe 04080000 00000001 02
[20:47:43][E][sensirion_i2c:026]: CRC8 Checksum invalid at pos 1! 0xFF != 0xAC
[20:47:43][D][sht4x:080]: Sensor read failed
I did some research and found a few posts regarding removing pull up resistors from the temp/humidity sensor when the TVOC sensor is installed however the AirGradient store states that the TVOC sensor does not have pull up resistors so I am unsure if I need to remove the ones from the temp/humidity sensor since the TVOC sensor does not have them. Also, is this the cause of my main issue?