Just got back into WeeWX again after freeing up a Raspberry Pi.
I have the Tempest WeatherFlow device and using the river from here

https://github.com/captain-coredump/weatherflow-udp?tab=readme-ov-file

I have it set up and tweaked to my liking here

https://wx-watch.co.uk/weewx/

For the life of me I can't get it to show lightning strikes (It is set up 
to show strikes on the app)

Here are my settings (with MY-ID being my station ST ID)

[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
    share_socket = False
    
    #
    # IMPORTANT - please edit in 'your' sensor ID below
    #             (the value 'ST-00000025' here is an example only)
    #
    
    [[sensor_map]]
        outTemp = air_temperature.ST-MY-ID.obs_st
        outHumidity = relative_humidity.ST-MY-ID.obs_st
        pressure = station_pressure.ST-MY-ID.obs_st
        lightning_strikes = lightning_strike_count.ST-MY-ID.obs_st
        avg_distance = lightning_strike_avg_distance.ST-MY-ID.obs_st
        outTempBatteryStatus = battery.ST-MY-ID.obs_st
        windSpeed = wind_speed.ST-MY-ID.rapid_wind
        windDir = wind_direction.ST-MY-ID.rapid_wind
        luxXXX = illuminance.ST-MY-ID.obs_st
        UV = uv.ST-MY-ID.obs_st
        rain = rain_accumulated.ST-MY-ID.obs_st
        windBatteryStatus = battery.ST-MY-ID.obs_st
        radiation = solar_radiation.ST-MY-ID.obs_st
        rxCheckPercent = rssi.ST-MY-ID.device_status

-- 
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/6c3deac2-120a-4a79-938f-6e1a9d676798n%40googlegroups.com.

Reply via email to