You need to locate weewx.conf, open it for editing, locate the [GW1000] stanza and then add a [[field_map_extension]] stanza with the necessary entries.
Gary On Wednesday 17 January 2024 at 11:47:29 UTC+10 [email protected] wrote: OK, found this: Users with a piezo rainfall gauge only 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. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/6c5abbf2-1d12-4340-9f53-556b910858fbn%40googlegroups.com.
