What station/driver are you using? It may be that your station/driver do 
not emit windGust and windGustDir. If you don't know whether it does emit 
them you can get a quick indication by running running WeeWX directly 
<http://weewx.com/docs/usersguide.htm#Running_directly>, if your station 
does emit them windGust and windGustDir will appear in loop packets/archive 
records. If windGust and windGustDir are not they you may have an issue, 
but most likely it is because your station/driver does not emit them.

Gary

On Monday, 29 May 2023 at 00:44:33 UTC+10 HoracioDos wrote:

Hello.
I can't get windDir and windGustDir data in MQTT uploader. I was able to 
add other  missing measurements successfully like ET, windchill, windrun 
and interval.

This is my MQTT section in weewx.conf
    [[MQTT]]
        server_url = mqtt://usr:pwd@localhost:1883/

        topic = weewx
        unit_system = METRIC
        binding = archive, loop
        aggregation = aggregate
        log_success = False
        log_failure = True
        [[[inputs]]]
            [[[[altimeter]]]]
                name = altimeter_hPa
                units = hPa
            [[[[barometer]]]]
                name = barometer_hPa
                units = hPa
            [[[[pressure]]]]
                name = pressure_hPa
                units = hPa
            [[[[dayRain]]]]
                name = dayRain_mm
                units = mm
            [[[[rainRate]]]]
                name = rainRate_mm_per_hour
                units = mm_per_hour
            [[[[hourRain]]]]
                name = hourRain_mm
                units= mm
            [[[[rain24]]]]
                name = rain24_mm
                units= mm
            [[[[rain]]]]
                name = rain_mm
                units= mm
            [[[[windchill]]]]
                name = windchill_C
                units= degree_C
            [[[[windDir]]]]
                name = windDir
                #units= degree_compass
                units= ordinal_compass
            [[[[windGustDir]]]]
                name = windGustDir
                #units= degree_compass
                units= ordinal_compass
            [[[[ET]]]]
                name = ET_mm
                units= mm
                #units = mm_per_day
            [[[[windrun]]]]
                name = windrun_km
                units= km
            [[[[interval]]]]
                name = interval
                #units= seconds
        [[[tls]]]

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/96904c8b-1eca-49b7-b0a8-c728415cb163n%40googlegroups.com.

Reply via email to