In true bang head on desk fashion, it's now working. I had to walk away for a minute and came back and restarted. relevant info is below. If you wouldn't mind providing any insight on things I might improve upon, I'd be grateful.
https://github.com/captain-coredump/weatherflow-udp
Extension Name Version Description
Belchertown 1.3b1 A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com
mqtt 0.23 Upload weather data to MQTT server.
weatherflowudp 1.10 Capture data from WeatherFlow Bridge via UDP broadcast packets
[WeatherFlowUDP]
driver = user.weatherflowudp
token = xxxxxxxxxxxx
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
[[sensor_map]]
outTemp = air_temperature.ST-00058663.obs_st
outHumidity = relative_humidity.ST-00058663.obs_st
pressure = station_pressure.ST-00058663.obs_st
lightning_strikes = lightning_strike_count.ST-00058663.obs_st
avg_distance = lightning_strike_avg_distance.ST-00058663.obs_st
outTempBatteryStatus = battery.ST-00058663.obs_st
windSpeed = wind_speed.ST-00058663.rapid_wind
windDir = wind_direction.ST-00058663.rapid_wind
luxXXX = illuminance.ST-00058663.obs_st
UV = uv.ST-00058663.obs_st
rain = rain_accumulated.ST-00058663.obs_st
windBatteryStatus = battery.ST-00058663.obs_st
radiation = solar_radiation.ST-00058663.obs_st
lightningXXX = distance.ST-00058663.evt_strike
lightningYYY = energy.ST-00058663.evt_strike