Hi everyone,
I am running WeeWX 5.2.0 (installed via apt on Debian) with an Ecowitt GW3000, a WS90, and several additional sensors. The gateway sends all weather data to a local MQTT broker, which WeeWX ingests using the WeeWX-MQTTSubscribe extension. It took some time to get all MQTT topics mapped to the correct WeeWX database fields, but this mapping now appears to be correct. On my local web server, I use the weewx-wdc skin to generate reports, and these display both rain rate and accumulated rain correctly. Rain rate is also present in the WeeWX archive database; for example, the query SELECT datetime(dateTime,'unixepoch','localtime') AS ts, rainRate FROM archive WHERE rainRate > 0 ORDER BY dateTime; returns the expected non-zero values. In addition, the rain rate is shown correctly on AWEKAS, which receives data from the same WeeWX instance. The problem occurs only on Weather Underground: rain rate is always shown as 0.0 mm, while accumulated rainfall is displayed correctly. Since the rain rate appears correctly in the local reports, in the database, and on AWEKAS, this suggests that the issue is specific to the Weather Underground upload path rather than the MQTTSubscribe mapping or archive data itself. Could there be a bug in the Weather Underground driver the rain rate values from being transmitted or interpreted correctly by Weather Underground? Any hints or confirmation from others experiencing similar behaviour would be greatly appreciated. Thanks, Philipp -- 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 visit https://groups.google.com/d/msgid/weewx-user/dc405435-35b6-4457-98f0-2895cace3a78n%40googlegroups.com.
