I recently installed weewx on my Raspberry Pi.  I am missing the Barometer 
readings

http://kk7x.duckdns.org/weewx

Acurite 1035 USB 4  Installed with Debian

Anyway to fix this issue?

Dennis

Dec 30 06:43:26 raspberrypi weewx[723]: acurite: Found station at bus=001 
device=004
Dec 30 06:43:26 raspberrypi weewx[723]: acurite: R2: unknown calibration 
constants: 02 00 00 43 ea 0c d7 01 66 06 86 8a 1c 15 ab 09 c4 05 fd 06 0a 
87 e9 9e 70

​[AcuRite]
    # This section is for AcuRite weather stations.
    
    # The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'
    model = AcuRite 01035
    
    # The driver to use:
    driver = weewx.drivers.acurite
    use_constants = True

[StdQC]
    
    [[MinMax]]
        barometer = 28, 34.5, inHg
        outTemp = -40, 120, degree_F
        inTemp = 10, 120, degree_F
        outHumidity = 0, 100
        inHumidity = 0, 100
        windSpeed = 0, 120, mile_per_hour
        pressure = 24, 34.5, inHg

StdWXCalculate]
    
    [[Calculations]]
        # Derived quantities are calculated by this service. Possible 
values are:
        #  hardware        - use the value provided by hardware
        #  software        - use the value calculated by weewx
        #  prefer_hardware - use value provide by hardware if available,
        #                      otherwise use value calculated by weewx
        
        pressure = prefer_hardware
        barometer = prefer_hardware
        altimeter = prefer_hardware
        windchill = prefer_hardware
        heatindex = prefer_hardware
        dewpoint = prefer_hardware
        inDewpoint = prefer_hardware
        rainRate = prefer_hardware


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