Just to clarify the StdQC operation, specifying units different to the 
database units is quite acceptable as the StdQC service will automatically 
convert the limits to the database units. The danger comes when units are 
not specified in [StdQC] as the limits are then taken to be in native 
database units.

Since 26.0inHg and 32.5inHg are approximately 880.5hPa and 1100.6hPa 
respectively, I suspect the issue here is that the barometer reading of 
1020.08170508 is in fact being treated as inHg and not mbar/hPa. Setting 
the StdQC barometer limits to 800, 1100 (with no units) will prevent the 
StdQC limit warning but it will not fix the underlying issue.

Gary

On Tuesday, 10 October 2017 08:04:54 UTC+10, Glenn McKechnie wrote:
>
>
> On side note - you need to configure your Standard Quality service 
> [StdQC] in weewx.conf as it appears to be set for US values, you are 
> generating Metric - hPa and its rejecting those values as outside it 
> limits. 
>
> 2017-10-09 22:13:47 CEST (1507580027) LOOP value 'barometer' 
> 1020.08170508 outside limits (26.0, 32.5) 
>
> Yours, is probably set at the defaults... 
> [StdQC] 
>
>     [[MinMax]] 
>         barometer = 26, 32.5, inHg 
>
> When it should be something like (as a direct conversion) ... 
>
>  [StdQC] 
> ยทยทยทยท 
>     [[MinMax]] 
>         barometer = 880, 1100, hPa 
>
> Or commented out. 
>

-- 
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.

Reply via email to