[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

[weewx-user] Not seeing Tempest Weatherflow UDP data

2023-02-22 Thread Patrick Mendiuk
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

[weewx-user] Re: Can I duplicate weather station serial input on Raspberry?

2023-02-22 Thread matthew wall
>On Wednesday, February 22, 2023 at 11:03:26 AM UTC-5 anc...@gmail.com wrote: > I have a Vaisala WXT536 connected to a Raspberry via serial port 485. Its input is taken by a > proper software, so that the port results busy. My question is: can I duplicate this input in order > to use both the

Re: [weewx-user] Forecast from France for snow hight !!!

2023-02-22 Thread 'steepleian' via weewx-user
AerisWeather having big problems with forecasts in Europe. My location in UK has a precipitation forecast for over 4000mm. Will need an Arc if that is true!https://claydonsweather.org.uk/weewx/divumwx On 22 Feb 2023, at 18:02, sali...@gmail.com wrote:hello ,big problem with forecast for Snow !!!W

[weewx-user] Forecast from France for snow hight !!!

2023-02-22 Thread sali...@gmail.com
hello , big problem with forecast for Snow !!! What do you think ? Patrick -- 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.c

[weewx-user] Can I duplicate weather station serial input on Raspberry?

2023-02-22 Thread anc...@gmail.com
Hi, I have a Vaisala WXT536 connected to a Raspberry via serial port 485. Its input is taken by a proper software, so that the port results busy. My question is: can I duplicate this input in order to use both the proper software and weewx? I've seen that weewx supports this station model, so I

[weewx-user] Re: Timestamp issue

2023-02-22 Thread rae...@gmail.com
Another oddity I just noticed in the Seasons skin it understands that I'm in the EST time zone but is reporting the sunset and sunrise (and moon) in UTC: On Wednesday, February 22, 2023 at 8:46:39 a.m. UTC-5 rae...@gmail.com wrote: > Thanks guys, I already checked this, also already set the

[weewx-user] Re: Timestamp issue

2023-02-22 Thread rae...@gmail.com
Thanks guys, I already checked this, also already set the TZ env variable to EST for all my containers and issuing a date command yields all the correct timestamps for my time zone so I have no idea where the cheetah script that generates the images is getting that I'm in UTC. On Saturday, Febr