On Sunday, February 26, 2017 at 3:01:41 PM UTC-5, Miguel Iniesta wrote:
>
> Station: WMR300
> weewx v3.6.2
>
> Since updated to v3.6.2, I have realised that windchill/heatindex data are
> not available in my system.
> In weewx.conf the default option for these data is prefer_harware so I
> understand that even a station problem would not prevent these data to be
> recorded.
> I do not have remote access to my system right now but I do not remember
> having modified the value of these parameters.
>
> Some help would be much appreciated.
>
miguel,
there was a typo in the wmr300 ConfEditor. it used 'Calculation' instead
of 'Calculations'. as a result, the values in StdWXCalculate were not set
properly.
to fix it, modify your weewx.conf to look like this:
[StdWXCalculate]
[[Calculations]]
rainRate = hardware
windchill = hardware
heatindex = hardware
dewpoint = hardware
the wmr300 emits partial packets. so if you tell weewx to calculate these
derived values, it never will. the hardware provides these values, so use
the hardware.
the bug was fixed at commit 7d26b4f.
m
--
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].
For more options, visit https://groups.google.com/d/optout.