I do believe that did the trick!  Thank you so much Gary!

LOOP:   2018-11-28 21:20:29 CST (1543461629) altimeter: 29.8673813366, 
barometer: 29.9619092571, cloudbase: 2322.41535404, dateTime: 1543461629, 
deviceID: 442C053A102F, deviceName: KWIMOSIN10, deviceType: SKY2, dewpoint: 
17.9961724422, heatindex: 23.234, humidex: 23.234, imageTimeStamp: 
1543445703, imageURL: 
http://s3-us-west-1.amazonaws.com/bskyimgs/faBiuZWsmKKlmJe4qJ1lqpirmZarmJg=.jpg,
 
maxSolarRad: None, night: True, outHumidity: 80, outTemp: 23.234, pressure: 
28.6736178625, rainRate: 0, txBatteryStatus: 2.59, usUnits: 1


On Wednesday, November 28, 2018 at 8:46:26 PM UTC-6, gjr80 wrote:
>
> 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