[weewx-user] Re: Not seeing Tempest Weatherflow UDP data

2023-02-22 Thread Patrick Mendiuk
After looking at weatherflowudp.py I realized that version 1.03 did not have the tempest packet parser. I added it then looked at github and saw it was already added in Ver 1.10. On Wednesday, February 22, 2023 at 8:23:37 PM UTC-8 Patrick Mendiuk wrote: > There are ST-nn in the raw packets

[weewx-user] Re: Not seeing Tempest Weatherflow UDP data

2023-02-22 Thread Patrick Mendiuk
There are ST-nn in the raw packets and ST_nn in the parsed packets. I previously had added a couple more loginf() statements to print raw, parsed and loop. >From parseUDPPacket.py (line 211): def parseUDPPacket(pkt): packet = dict() if 'serial_number' in pkt: if 'type'

[weewx-user] Re: Not seeing Tempest Weatherflow UDP data

2023-02-22 Thread Patrick Mendiuk
There are ST-nn in the raw packets and ST_nn in the parsed packets. I previously had added a couple more loginf() statements to print raw, parsed and loop. The parsed rapid_wind packet for the Tempest is in a different order than the Sky rapid_wind packet. >From parseUDPPacket.py (lin

[weewx-user] Re: Not seeing Tempest Weatherflow UDP data

2023-02-22 Thread vince
Nope. I think you have typos in there. You have ST_n as well as ST-n. On Wednesday, February 22, 2023 at 1:53:05 PM UTC-8 Patrick Mendiuk wrote: > 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 Weath