Just want to post that I resolved the issue. Looks like the [Bme280wx]
section was the culprit. The "_must_have" section needed to equal a
variable that was already being read by the SDR section. So, when I was
defining "temperatureKeys=inTemp" and also defining the "_must_have=inTemp"
this was causing the issue. Changing the "_must_have" to equal a variable
that was already populated via the SDR section finally got it to work. So
my [Bme280wx] now looks like this:
# Options for extension 'bme280wx'
[Bme280wx]
temperature_must_have = outTemp
humidityKeys = inHumidity
pressureKeys = pressure
pressure_must_have = extraTemp3 #my previous inTemp now an extraTemp3
i2c_port = 1
humidity_must_have = outTemp
i2c_address = 0x76
usUnits = US
temperatureKeys = inTemp
--
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/85db19f3-3233-4b75-bd1e-c7ec0b9008eao%40googlegroups.com.