GW2000/WS90 Piezo & Ecowitt Gateway Driver

385 views
Skip to first unread message

Captain Steubing

unread,
Jun 4, 2022, 12:26:40 AM6/4/22
to weewx-user
Howdy WX Friends,

Recently installed WeeWX pulling data from a GW2000/WS90.  System is built and receiving data from the GW2000.  Trying to figure out how to get the "p_rainX" variables into WeeWX.  I've pieced together what I think I need to do, but want to ensure I'm understanding things correctly.
  • Add the p_rainX (p_rain p_stormRain p_rainRate p_dayRain p_weekRain p_monthRain p_yearRain) columns to the WeeWX database.
    • Assuming this is the command: wee_database --add-column=p_rain etc.
  • Update skin.conf stanzas [DisplayOptions] and [CheetahGenerator] adding p_rainX where I see the rainX variables .
Is there a way to map the p_rainX variables to the standard rainX variables to avoid having to do all of this manual config?

Thanks for your help.

Thanks,
Arthur

gjr80

unread,
Jun 4, 2022, 6:32:58 AM6/4/22
to weewx-user
Arthur,

There are a few approaches you could use, what works best will depend on what hardware you have and what you want to achieve.

If your only rain gauge is the WS90 then the easiest approach is to alter the Ecowitt Gateway Driver field map to map the WS90 (piezo) rain fields to the standard WeeWX rain fields. This approach requires no change to the Seasons skin (other than perhaps some sensor settings if you wish to display WS90 battery and signal data). You could do as you outlined above and add additional fields to the WeeWX database and alter the Season skin to display these new fields, though if the WS90 is your only rain gauge then that is quite a bit of work for no real benefit. If you have another rain gauge as well as the WS90 then the standard WeeWx rain fields will likely be used by the other rain gauge. In that case you have no choice but to add new fields to the database in which to save the WS90 rain data (and modify the Seasons skin as you indicated). Note that the week, month and year fields are not used by the Seasons skin, so there is no real benefit in adding them to the database. The dayRain field is used by some of the RESTful uploaders, so there may be benefit in providing that field to WeeWX (it must be named dayRain though), but there is no need to add it to the database as only the current value is used.

Assuming the WS90 is your only rain gauge the following field map extensions for the driver should be all that is required, something like:

[GW1000]
    ....
    [[field_map_extensions]]
        rain = p_rain
        stormRain = p_rainevent
        dayRain = p_rainday
        weekRain = p_rainweek
        monthRain = p_rainmonth
        yearRain = p_rainyear
        rainRate = p_rainrate

Of the above fields only rain and rainRate will be stored in the database (WeeWX will automatically store data in fields where (1) the field exists in the archive record and (2) the archive table in the database has an identical column name, all other fields are ultimately discarded). This is fine if the Seasons skin is all you are using as the Seasons skin does not use any of the other rain related fields. As mentioned above if you are uploading to WU or PWS then the dayRain field may be of use, though if it is not available WeeWX will calculate the value from the rain field. So unless you have some other need stormRain, weekRain, monthRain and yearRain entries could be omitted without detriment.

Gary

Captain Steubing

unread,
Jun 4, 2022, 7:56:24 PM6/4/22
to weewx-user
Hi Gary, 

Thanks for your message, much appreciated. Based on the data that I'm getting from the GW2000/WS90 with debug enabled,  I've set up the following in weewx.conf. Hoping that on my next rain event I'll get some data. I've not added any other fields to the database; although it would have been nice to have the rain history from the last few days when I set it up. We had some good downpours from the recent Potential Tropical Cyclone #1 as it passed.

[GW1000]
    #p_rain p_stormRain p_rainRate p_dayRain p_weekRain p_monthRain p_yearRain

    [[field_map_extensions]]
        rain = p_rain
        stormRain = p_stormRain
        dayRain = p_dayRain
        weekRain = p_weekRain
        monthRain = p_monthRain
        yearRain = p_yearRain
        rainRate = p_rainRate


Hopefully this thread will be useful for someone with a new GW2000/WS90

Thanks, 
Arthur

Captain Steubing

unread,
Jun 5, 2022, 11:12:57 AM6/5/22
to weewx-user
Had 0.39" of rain measured overnight and it looks like it's registering in WeeWX. Yay! Also seeing historical based on this rain event. 

Thanks again.

Reply all
Reply to author
Forward
0 new messages