On Saturday, November 12, 2016 at 7:40:02 PM UTC-5, Cameron D wrote: > > On Sunday, 13 November 2016 00:52:40 UTC+10, mwall wrote: >> >> when you test, please set debug in weewx.conf: >> >> debug=1 >> ... >> >> [WMR300] >> ... >> debug_rain = 1 >> debug_decode = 1 >> >> > Ah, that is useful - I was wondering where those values came from, other > than hard-coding them into the driver. > On that topic, which parameter take priority? the debug flag in the > weewx.conf, or DEBUG_RAIN in the driver? >
debug_rain and debug_decode are driver-specific. see the top part of wmr300 for other driver-specific debug flags. debug is the weewx-global enabler - if debug=0 you will not see anything from debug_rain or debug_decode the DEBUG_* globals in wmr300 should respect what is specified in weewx.conf setting debug=2 gives you even more debug, mostly about what will be uploaded by restful services m -- 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.
