Thanks Chris,

Yes, it looks like it is just a case of Pressure (from the Bloomsky API) 
not being mapped to a weeWX field. It appears that the Bloomsky provides 
absolute pressure so try adding a [[sensor_map]] stanza to the Bloomsky 
driver config in weewx.conf. Your [Bloomsky] stanza should look something 
like:

[Bloomsky]
    ....
    [[sensor_map]]
        deviceID = DeviceID
        deviceName = DeviceName
        [[[Data]]]
            outTemp = Temperature
            pressure = Pressure
            txBatteryStatus = Voltage
            UV = UVIndex
            outHumidity = Humidity
            imageURL = ImageURL
            deviceType = DeviceType
            night = Night
            imageTimestamp = ImageTS
        [[[Point]]]
            inTemp = Temperature
            inHumidity = Humidity
        [[[Storm]]]
            rainRate = RainRate
            windSpeed = SustainedWindSpeed
            windDir = WindDirection
            windGust = WindGust
            dailyRain = RainDaily
    ....

If you don't have a Storm you can leave the [[[Storm]]] stanza out, no harm 
done if it is left in though. Save weewx.conf. Stop weeWX (if it is 
running) and try running weeWX directly 
<http://weewx.com/docs/usersguide.htm#Running_directly>, you should be able 
to see the loop packets and archive records on screen and hopefully pressure 
and friends will appear. If all good you can stop running weeWX directly 
and run it as a daemon as per normal. If pressure does not show let us know.

Gary

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