Thanks Matthew.  That did work.
Putting the options all under [StdRESTful], setting obs_to_upload = none, 
and listing the individual observations that you wanted published worked as 
expected.
For those interested in the final solution, here is my test MQTT section:

[StdRESTful]

[[MQTT]]
        server_url = mqtt://192.168.168.17:1883
        topic = weewx
        append_units_label = true
        binding = archive
        aggregation = aggregate
        retain = true
        obs_to_upload = none
        [[[inputs]]]
            [[[[outTemp]]]]
            [[[[inTemp]]]]



One final question... can the aggregation types be included as well?  For 
example, when I included this:

[[[[day.outTemp.max]]]]




the MQTT didn't include it.  Looking at the log file with debug = 2, it 
didn't even acknowledge that the variable existed (no mention of it)

Thanks for your help!
Joe



-- 
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