That was indeed it. I added yet another tweak to the user/extensions.py
here.
weewx.accum.extract_dict['hail'] = weewx.accum.Accum.sum_extract
weewx.accum.extract_dict['hailRate'] = weewx.accum.Accum.sum_extract
donned the trusty headlamp, and went and tipped the buckets...
Viola, the last two l
On Thursday, 30 March 2017 20:58:43 UTC+10, Glenn McKechnie wrote:
>
> The conversion rate between the rain vs hail values is an odd one. I
> initially thought it was a straight conversion between Metric and Imperial
> but it's a factor of 70 (and at times 60) which I can't relate to anything;
Hi Gary,
Thanks for your considered reply.
It does help, in that it gives some assurance that I'm not, altogether,
losing it. If it's not in there that's fine and that explains why I
couldn't find any references to it in the docs, or in the groups. I'll
appropriate both those columns for my gauge
Glenn,
To understand why things are like they are you need a bit of history. When Tom
first developed weeWX he used the wview schema, I suspect this is why hail and
hailRate are in the schema. It's not much point having a field in the schema if
you don't have the units to support it, hence you
A search of the /usr/share/weewx tree returns results for rain and
rainRate. The same search for hail and hailRate returns nothing.
I'm looking for the actions, formulas. How hail, hailRate is treated and
created.
04:23 PM $ weewxd --version
3.6.2
grep -r * -e rainRate
weewx/units.py: