Thanks.
This is all the data that is transmitted as far as I know. Its from the 
mqtt loop:

jedwood/raw/weather/loop {"cloudbase_meter": "2740.87486697", 
"outHumidity": "33.0", "pressure_mbar": "947.4", "rain_cm": "0.0", 
"maxSolarRad": "585.328757075", "barometer_mbar": "1026.92235717", 
"dewpoint_C": "1.22021017952", "rainTotal": "47.34", "ptr": "30836.0", 
"windGust_kph": "5.04001253091", "heatindex_C": "17.7", "dayRain_cm": 
"0.0", "inDewpoint_C": "7.8764472353", "outTempBatteryStatus": "0.0", 
"delay": "1.0", "altimeter_mbar": "1027.80761276", "windchill_C": "17.7", 
"appTemp_C": "15.2004163697", "outTemp_C": "17.7", "status": "0.0", 
"humidex_C": "17.7", "rain24_cm": "0.0", "rxCheckPercent": "100.0", 
"hourRain_cm": "0.0", "inTemp_C": "18.5", "windSpeed_kph": "3.60000895065", 
"usUnits": "16.0", "UV": "0.0", "rainRate_cm_per_hour": "0.0", "dateTime": 
"1525481944.0", "windDir": "315.0", "inHumidity": "50.0"}
jedwood/raw/weather/cloudbase_meter 2740.87486697
jedwood/raw/weather/outHumidity 33.0
jedwood/raw/weather/pressure_mbar 947.4
jedwood/raw/weather/rain_cm 0.0
jedwood/raw/weather/maxSolarRad 585.328757075
jedwood/raw/weather/barometer_mbar 1026.92235717
jedwood/raw/weather/dewpoint_C 1.22021017952
jedwood/raw/weather/rainTotal 47.34
jedwood/raw/weather/ptr 30836.0
jedwood/raw/weather/windGust_kph 5.04001253091
jedwood/raw/weather/heatindex_C 17.7
jedwood/raw/weather/dayRain_cm 0.0
jedwood/raw/weather/inDewpoint_C 7.8764472353
jedwood/raw/weather/outTempBatteryStatus 0.0
jedwood/raw/weather/delay 1.0
jedwood/raw/weather/altimeter_mbar 1027.80761276
jedwood/raw/weather/windchill_C 17.7
jedwood/raw/weather/appTemp_C 15.2004163697
jedwood/raw/weather/outTemp_C 17.7
jedwood/raw/weather/status 0.0
jedwood/raw/weather/humidex_C 17.7
jedwood/raw/weather/rain24_cm 0.0
jedwood/raw/weather/rxCheckPercent 100.0
jedwood/raw/weather/hourRain_cm 0.0
jedwood/raw/weather/inTemp_C 18.5
jedwood/raw/weather/windSpeed_kph 3.60000895065
jedwood/raw/weather/usUnits 16.0
jedwood/raw/weather/UV 0.0
jedwood/raw/weather/rainRate_cm_per_hour 0.0
jedwood/raw/weather/dateTime 1525481944.0
jedwood/raw/weather/windDir 315.0
jedwood/raw/weather/inHumidity 50.0

I have windGust speed but not direction.

On Saturday, 5 May 2018 09:06:11 UTC+10, Thomas Keffer wrote:
>
> Thanks, Greg, but I believe the problem occurs if the LOOP data includes 
> windGust, but not windGustDir. In this case, the accumulator uses windGust 
> to set the new high but, because windGustDir is missing, it logs the 
> companion direction as 'None.'
>
> So, unless windGust, but not windGustDir, is being emitting in your LOOP 
> packets, you're not tickling the corner case.
>
> -tk
>
> On Fri, May 4, 2018 at 3:54 PM, Greg from Oz <ubea...@gmail.com 
> <javascript:>> wrote:
>
>> The field name is windDir
>>
>> -- 
>> 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 weewx-user+...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to