Let's say I have two sensors, "outHumidity" and "extraHumid1". "outHumidity" ist a sensor that delivers data very reliable but not very precise measurements, it's the stations built-in sensor. "extraHumid1" delivers data a little less reliable, but very precise values. It's a custom built ESP8266 using a SHT35, sending data over MQTT.
Is it possible to prefer extraHumid1 over outHumidity, if there are extraHumid1 values in the archive Interval? If not, use outHumidity? Something like [[Corrections]] outHumidity = if extraHumid1 == 'None' outHumidity else extraHumid1 -- 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/c5da5e83-2817-4aa0-80f8-35b157b7f7b3n%40googlegroups.com.
