I've been developing a driver (and service) that processes various formatted 
MQTT payloads. One of the formats is, each observation is in its own topic. In 
this case, I was creating a packet with the single observation and letting 
WeeWX manage the partial packets.
But, it appears to me that if windDir/windGust/windGustDir are expected 
observations, these need to be bundled into a packet with windSpeed. I say this 
because the add_wind_value method of the Accum class looks for them as it 
creates the wind observation.
If my understanding is correct, is creating a packet of the wind observations 
the best approach, or is there a better way?
Thanks. - Rich

-- 
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/922db0b9-57cc-4129-8423-7cfa6cab538f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to