I'm currently using the meteostick driver (https://github.com/matthewwall/weewx-meteostick) to read data coming from a Vantage Vue Station. I started using a meteostick because reading the data with the rtldavis driver was not working properly and caused me some headaches trying to fix erroneous measurements.
When using rtldavis I was saving pressure, in_temp and in_humidity coming from a BME280 sensor using the bme280wx driver. With meteostick, as pressure and temperature are already coming from the integrated sensor, I disabled the bme280 driver. However, I would like to use the data for in_temp, in_hum and pressure coming from the BME280 sensor instead than the meteostick, due to the higher accuracy. Is there any way to tell weewx to ignore the values coming from the meteostick for these 3 variables and only take the ones from BME280? >From what I understand the meteostick driver generates a LOOP packet with all sensor values and the only way to prevent something from being passed to weewx is to modify the driver manually, as the mapping only changes some of the variable names. On the same note, could you point to a page on the documentation that explains how to add an additional variable from an additional sensor to the LOOP packet and to the database? Thanks -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/6e3ad934-3f2f-4441-bca9-373b2ab7939dn%40googlegroups.com.
