You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I have a 2nd anemometer that I have sending data to mqtt. Using mqttsubscribe as a service i'm able to get windSpeedFlagpole and windGustFlagpole into the loop just fine. My question is with the archive though. It's averaging both observations which is expected. How can I specify that windGustFlagpole should be the max over the archive interval?
The text was updated successfully, but these errors were encountered:
MQTTSubscribe uses core WeeWX functionality to create archive record from the loop packet data. You will want to set the extractor of the windGustFlagpole to max. See, https://github.com/weewx/weewx/wiki/Accumulators, for more information.
Disclaimer: I don’t fully understand WeeWX handling of wind data, but if you just need the max value for a given archive period the above should work.
Hey there, I have a 2nd anemometer that I have sending data to mqtt. Using mqttsubscribe as a service i'm able to get
windSpeedFlagpole
andwindGustFlagpole
into the loop just fine. My question is with the archive though. It's averaging both observations which is expected. How can I specify thatwindGustFlagpole
should be the max over the archive interval?The text was updated successfully, but these errors were encountered: