Has there been a change to the Weatherflow UDP format? I have a WeeWX 3.9.1 installation that has been running without issue with Weatherflow Sky and Air Sensors. The Weatherflow Sky sensor partially failed and I wanted to replace the Sky data with Tempest data but I am not seeing any updates for those fields after editing weewx.conf and restarting WeeWX. When I look at syslog I see this for the Sky sensor:
Feb 22 13:08:39 MITX-6930 weewx[31934]: weatherflowudp: MainThread: Loop packet: {'windDir': 170, 'windSpeed': 0.52, 'usUnits': 17, 'dateTime': 1677100117}
Feb 22 13:08:47 MITX-6930 weewx[31934]: weatherflowudp: MainThread: raw packet: {'firmware_revision': 172, 'serial_number': 'ST-00060370', 'type': 'obs_st', 'obs': [[1677100124, 1.36, 1.81, 2.31, 34, 20, 992.97, 0.13, 90.52, 55199, 2.28, 460, 0.0, 0, 0, 0, 2.713, 1]], 'hub_sn': 'HB-00016474'}
Feb 22 13:08:47 MITX-6930 weewx[31934]: weatherflowudp: MainThread: parsed packet: {'serial_number.ST_00060370.obs_st': 'ST-00060370', 'obs.ST_00060370.obs_st': [[1677100124, 1.36, 1.81, 2.31, 34, 20, 992.97, 0.13, 90.52, 55199, 2.28, 460, 0.0, 0, 0, 0, 2.713, 1]], 'type.ST_00060370.obs_st': 'obs_st', 'hub_sn.ST_00060370.obs_st': 'HB-00016474', 'firmware_revision.ST_00060370.obs_st': 172}
Feb 22 13:08:47 MITX-6930 weewx[31934]: weatherflowudp: MainThread: Loop packet: {}
I don't see any updates for the Weatherflow UDP driver since 2020 so I am wondering if the Weatherflow UDP format for the Tempest sensor changed since then.