Question for those more knowledgeable. Can you mix units in the weewx.conf
file?

Dan's database is in US units
His StdQC has both imperial and metric - specifically mile_per_hour and
mm_per_hour which coincides with the error message's units
I was under the impression that unit switching was more a skin.conf action?
That the weewx engine was one or the other.


   # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
    target_unit = US    # Options are 'US', 'METRICWX', or 'METRIC'

############################################################
##################

#   This section can adjust data using calibration expressions.

[StdCalibrate]

    [[Corrections]]
        # For each type, an arbitrary calibration expression can be given.
        # It should be in the units defined in the StdConvert section.
        # Example:
        foo = foo + 0.2

############################################################
##################

#   This section is for quality control checks. If units are not specified,
#   values must be in the units defined in the StdConvert section.

[StdQC]

    [[MinMax]]
        barometer = 26, 32.5, inHg
        outTemp = -50, 120, degree_F
        inTemp = 10, 120, degree_F
        outHumidity = 0, 100
        inHumidity = 0, 100
        windSpeed = 0, 93, mile_per_hour
        rain = 0, 150, mm
        rainRate = 0, 200, mm_per_hour
        pressure = 24, 34.5, inHg


Cheers
 Glenn

rorpi - read only raspberry pi + weewx: now with scripts
<https://github.com/glennmckechnie/rorpi-raspberrypi>

On 19 January 2017 at 09:48, gjr80 <[email protected]> wrote:

> I don't know if split debug and message logs is supposed to be a feature
> or not, but it can certainly make it tedious working out what happened in
> what sequence.
>
> So the error is with the reports being generated from the Standard skin
> tmpl files. Have you checked the Standard skin config file (
> /home/weewx/skins/Standard/skin.conf) for errors? Might be worth posting
> that, there should be no personal info in it.
>
> Gary
>
>
> On Thursday, 19 January 2017 07:34:33 UTC+10, DS wrote:
>>
>> Thanks for the quick response.  I have attached messages and debug log
>> for a couple cycles.
>>
>> Dan
>>
> --
> 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.
>

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