Author Topic: Rain Rate on Weather Underground  (Read 1188 times)

0 Members and 1 Guest are viewing this topic.

Offline billybob

  • Member
  • *
  • Posts: 21
Rain Rate on Weather Underground
« on: April 05, 2023, 01:03:25 PM »
First thank you all for the support that is provided on the forum.
I am running WH40 on ecowitt2000 gateway using the driver from here https://github.com/gjr80/weewx-gw1000. My rain rate on weather underground seems to be calculated over an hour vs the instant rate that is reported when testing the driver. The rain rate is displayed correctly when I test the driver but weather underground seems to calculate it differently shows very low precip rates.
Code: [Select]
Interrogating GW2000 at 10.1.1.21:45000

2023-04-05 11:41:09 CDT (1680712869): 'dateTime': '1680712869', 'daymaxwind': '14.0', 'dayRain': '3.5', 'inHumidity': '57', 'inTemp': '24.6', 'luminosity': '410.0', 'monthRain': '13.8', 'outHumidity': '90', 'outTemp': '21.5', 'pressure': '1005.5', 'rain': 'None', 'rainRate': '4.2', 'relbarometer': '1013.0', 'stormRain': '13.2', 'usUnits': '17', 'UV': '0', 'uvradiation': '0.0', 'weekRain': '13.8', 'wh40_batt': '1.45', 'wh40_sig': '4', 'windDir': '212', 'windGust': '5.7', 'windSpeed': '3.3', 'ws80_batt': '3.28', 'ws80_sig': '4', 'yearRain': '532.3'

Any help would be greatly appreciated

Regards

Offline mcrossley

  • Forecaster
  • *****
  • Posts: 1137
    • Wilmslow Astro
Re: Rain Rate on Weather Underground
« Reply #1 on: April 05, 2023, 04:35:42 PM »
Wunderground calculates it's own rainfall rate which as it is calculated from the uploaded total is often nothing like what the station reports.
Mark

Offline billybob

  • Member
  • *
  • Posts: 21
Re: Rain Rate on Weather Underground
« Reply #2 on: April 05, 2023, 08:48:51 PM »
Thanks for the reply, but if I use ecowitt gateway, I get correct graphs so there must be some configuration on my part that I am missing. The rain rate that weewx calculates on the web page that it generates is correct only the stupid weather underground is wrong.

I would use ecowitt to upload to weather underground but I can do rapidfire updates with weewx. WS80 gives me most of the data under 5 seconds and I can use the weewx to poll the api every 5 seconds. With the storm season we have had in the south US, rapid wind updates are nice to look at without using wsview plus.
Expecting something like this
 [ You are not allowed to view attachments ]

Getting this with weewx
 [ You are not allowed to view attachments ]


Regards

Offline BaseLine

  • Senior Contributor
  • ****
  • Posts: 184
Re: Rain Rate on Weather Underground
« Reply #3 on: April 25, 2023, 03:10:00 AM »
Ecowitt2000 gateway can and should talk to WU directly. There is 0 need to complicate it all by adding weewix to the mix.
Sun cooked nothingburger of climate change hysteria with a side order of peak-oil nonsense fries.

Offline billybob

  • Member
  • *
  • Posts: 21
Re: Rain Rate on Weather Underground
« Reply #4 on: August 10, 2023, 01:38:53 PM »
Thanks for your input BaseLine but unitl ecowitt implements 5 second rapidfire mode for wunderground, weewx or something similar is necessary.

For others with the same issue as me that use weewx in rapidfire mode for wunderground etc, weewx is calculating the hourly rain rate which is mathematically correct but not what I wanted.

I modified the restx.py file and changed the hourly rain rate time period to 600seconds instead of 3600 seconds and multiplied the result by 6 and the graphs look exactly like ecowitt now.

Thanks for all that took the time to answer.


Offline karss

  • Member
  • *
  • Posts: 31
Re: Rain Rate on Weather Underground
« Reply #5 on: September 09, 2023, 01:22:02 PM »
Could you please elaborate on how you did it. I have an Acurite which is feeding data to Wunderground using Weewx and would like to present instant rain rate than hourly rain rate.
I use a Raspberry Pi, where is the restx.py file located and how to edit it. A detailed procedure would be nice.

Offline karss

  • Member
  • *
  • Posts: 31
Re: Rain Rate on Weather Underground
« Reply #6 on: September 09, 2023, 01:43:00 PM »
Think I found the restx.py file, I guess you are making some changes between line 288 and 305 (see screen shot). Do share a screen shot of the modified file.

 

anything