> If you have some experience in Python, you could write a little WeeWX service, which registers with the LOOP packet loop. So, every time a new wind value is received you could store it in a variable, then calculate the moving average and then add it to the LOOP packet. There are a lot of little services around there to provide an example, how to do so.
That's a good idea. My Python skills aren't brilliant (I still write scripts like I'm in the 1990s) but I had considered writing a script totally outside of WeeWX to subscribe to the MQTT topics, perform this calculation, and emit the average. Doing with a WeeWX service would be a more elegant solution, so I will take a look at some examples. -- 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/7b1a0c72-0972-4a50-90b0-1802bddc9c19n%40googlegroups.com.
