Thanks Vince; the FWIW contained the hint I needed. I then understood how to investigate further...
subscribing to what weewx actually sends: mosquitto_sub -v -t weewx_weather/# (showing a subset) weewx_weather/altimeter_mbar 1023.68869064 weewx_weather/windchill_C 14.8 weewx_weather/appTemp_C 16.0114023019 weewx_weather/outTemp_C 14.8 weewx_weather/windGustDir 202.5 then made it clear what I had actually query. Thank you! :) On Saturday, October 13, 2018 at 2:48:27 AM UTC+10, vince wrote: > > On Friday, October 12, 2018 at 5:34:48 AM UTC-7, Max G wrote: >> >> After being unable to find an answer, I am posting here... >> >> Which fields/values does WeeWX publish via MQTT? >> Where can I configure this? >> >> > It publishes everything it has by default. > In weewx.conf as always > > ... > > FWIW, I just let it publish everything and only subscribe to topics I care > about (specifically, I just grab weather/loop and grab the pieces therein). > I also set append_units_label to False so that 'if' I subscribe to a > specific topic, I'll just get the data value. > > > > -- 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.
