'# Set to type of station hardware. There must be a corresponding stanza
    # in this file with a 'driver' parameter indicating the driver to be 
used.
    station_type = WeatherFlow

[WeatherFlowUDP]
    driver = user.weatherflowudp
    log_raw_packets = False
    udp_address = <broadcast>
    # udp_address = 0.0.0.0
    # udp_address = 255.255.255.255
    udp_port = 50222
    udp_timeout = 90

    [[sensor_map]]
        outTemp = air_temperature.ST-00011505.obs_air
        outTemp2 = air_temperature.ST-00011505.obs_air
        outHumidity = relative_humidity.ST-00011505.obs_air
        outHumidity2 = relative_humidity.ST-00011505.obs_air
        pressure = station_pressure.ST-00011505.obs_air
        lightning_strikes = lightning_strike_count.ST-00011505.obs_air
        avg_distance = lightning_strike_avg_distance.ST-00011505.obs_air
        outTempBatteryStatus = battery.ST-00011505.obs_air
        windSpeed = wind_speed.ST-00011505.rapid_wind
        windDir = wind_direction.ST-00011505.rapid_wind
        lux = illuminance.ST-00011505.obs_sky
        UV = uv.ST-00011505.obs_sky
        rain = rain_accumulated.ST-00011505.obs_sky
        windBatteryStatus = battery.ST-00011505.obs_sky
        radiation = solar_radiation.ST-00011505.obs_sky
        lightningYYY = distance.ST-00011505.evt_strike
        lightningZZZ = energy.ST-00011505.evt_strike
   
    # If you have a website, you may specify an URL
    #station_url = http://www.example.com ''
    

On Saturday, October 3, 2020 at 12:14:53 PM UTC-5 vince wrote:

> On Saturday, October 3, 2020 at 8:51:22 AM UTC-7, James Fritz wrote:
>>
>> I installed weewx then the UDP driver for weatherflow.  I had it working 
>> for the local webpage for data coming in.  I then tried to install the 
>> Belchertwon skin and was having problems there, so I uninstalled 
>> Belchertown, could not get original setup to work, so I reinstalled Weewx & 
>> the weatherflow udp driver.  
>> I have set up my weewx.cong file, but do not seem to be getting any data 
>> to return to the local webpage now.  I am not sure what I am missing or 
>> where the problem lies.
>>
>>
>>
> The usual issue is people not editing in 'their' sensor id into the sensor 
> map in weewx.conf, or not even having a sensor map at all.
>
> Post your WF section from weewx.conf so we can take a look.
>  
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/bb8fd4c2-2239-4c8b-9dfd-16ff0c6f03f0n%40googlegroups.com.

Reply via email to