Wasn't aware of a driver wiki, but I did figure that it had to be addressed somewhere.
Thanks, looking now.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/5491cffa-7f7e-405b-8d45-0285df809a62n%40googlegroups.com.
OK, found this:
Users whose only connected rainfall gauge is a WS90 sensor suite and are using the default field map will see the piezo rainfall data appear in WeeWX loop packets in fields starting with 'p_' as per the above table. Such users that want the piezo rainfall data to appear in the 'standard' WeeWX rainfall fields will need to use a custom field map. The easiest way to create a custom field map for the piezo rain is to add suitable entries under the
[GW1000] [[field_map_extensions]]stanza. A suitable custom field map to map piezo rain to the 'standard' WeeWX rainfall fields may look something like:[GW1000] .... [[field_map_extensions]] rain = p_rain stormRain = p_rainevent rainRate = p_rainrate dayRain = p_rainday weekRain = p_rainweek monthRain = p_rainmonth yearRain = p_rainyear
Which seems to address the problem. Only question is where does it go? I grepped for field_map_extensions and found nothing within brackets.
--
Which gives me this in weewx.cfg:
[GW1000]
# This section is for the Ecowitt Gateway driver.
# How often to poll the API, default is every 20 seconds:
poll_interval = 10
# The driver to use:
driver = user.gw1000
ip_address = 192.168.50.143
port = 45000
[[field_map_extensions]]
rain = p_rain
stormRain = p_rainevent
rainRate = p_rainrate
dayRain = p_rainday
weekRain = p_rainweek
monthRain = p_rainmonth
yearRain = p_rainyear
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/6c5abbf2-1d12-4340-9f53-556b910858fbn%40googlegroups.com.