Hello, 

I have a Davis Vantage Pro2 weather station that sends a loop packet of 52 
values every 2 seconds. Of all these values I only need about 10, and at a 
frequency of 30 seconds.

Is there any way to customize the MQTT extension so that it only runs every 
30 seconds, instead of when receiving a packet?
And is it also possible to skip values that I don't use ?

I have scoured mqtt.py and it seems that the filter_data and process_record 
methods are where I should do the modifications, but would it be better to 
modify the data dictionary before dumping it as JSON, or holding back the 
values I don't want before returning data?

Thanks in advance.


-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to