On Tuesday, March 27, 2018 at 5:25:34 PM UTC-7, Tom Keffer wrote:
>
> Don't know why Matthew chose an either/or choice. Perhaps because there is 
> no way for the broker to distinguishing them without an extra topic.
>
>
My experience is that if just take the default rather than specifying 
either archive or loop, you only get one MQTT set of data sent every 
archive period.

The behavior can also be a little confusing as weather/loop always shows 
the key:value pairs even if you have append_units_label = false as I do, 
but I guess that makes some sense.  If you're grabbing the loop data, you 
need the labels to tell which piece of that long list of data is which.

example output - my weewx config is 'not' rapidfire, and I use the Vantage 
driver FWIW....

vince@air:~$ mosquitto_sub -h pi3 -p 1883 -t 'weather/loop'
{"monthET": "0.0", "outsideAlarm2": "0.0", "altimeter": "30.298456561", 
"outHumidity": "83.0", "dayET": "0.0", "maxSolarRad": "120.017488844", 
"consBatteryVoltage": "4.65", "monthRain": "2.18", "insideAlarm": "0.0", 
"barometer": "30.313", "dayRain": "0.03", "stormRain": "0.13", "sunrise": 
"1522158960.0", "windchill": "52.6", "dewpoint": "47.5852247753", 
"lowOutTemp": "52.6", "outsideAlarm1": "0.0", "soilLeafAlarm2": "0.0", 
"heatindex": "52.6", "forecastRule": "9.0", "rainAlarm": "0.0", 
"stormStart": "1522047600.0", "inTemp": "72.1", "inHumidity": "40.0", 
"windSpeed10": "5.0", "hourRain": "0.0", "yearRain": "27.26", 
"windGustDir": "244.0", "extraAlarm1": "0.0", "extraAlarm2": "0.0", 
"extraAlarm3": "0.0", "extraAlarm4": "0.0", "extraAlarm5": "0.0", 
"extraAlarm6": "0.0", "extraAlarm7": "0.0", "extraAlarm8": "0.0", 
"windrun": "115.107248398", "rain": "0.0", "humidex": "53.8300434863", 
"forecastIcon": "6.0", "pressure": "29.9105835774", "rxCheckPercent": 
"98.2291666667", "ET": "0.0", "soilLeafAlarm4": "0.0", "trendIcon": "0.0", 
"rainRate": "0.0", "soilLeafAlarm3": "0.0", "usUnits": "1.0", 
"soilLeafAlarm1": "0.0", "leafWet4": "0.0", "txBatteryStatus": "0.0", 
"yearET": "0.0", "appTemp": "48.6742625908", "inDewpoint": "46.4339519814", 
"interval": "5.0", "dateTime": "1522199400.0", "windDir": "248.069206503", 
"outTemp": "52.6", "windSpeed": "6.08", "sunset": "1522204320.0", "rain24": 
"0.04", "windGust": "12.0", "highOutTemp": "52.7", "cloudbase": 
"1504.72164198"}


vince@air:mqtt-home$ mosquitto_sub -h pi3 -t 'weather/windGust'
12.0


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