Tried option #2 and weewx is now reporting the barometer in inHg!  Truely 
appreciate your willingness to help!

Thank you, thank you, thank you!

On Friday, February 2, 2024 at 3:20:05 PM UTC-6 bell...@gmail.com wrote:

> So it looks like your pressure is off by a factor of 100. I would think 
> either of these would work (untested).
> http://www.weewx.com/docs/5.0/reference/weewx-options/stdcalibrate/?h=stdco
> [StdCalibrate]
> [[Corrections]]
> barometer = barometer / 100
>
>
> https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Additional-Options#conversion_func
>
>
> [[[pa]]]]
> ignore = false # opt back in for this field
> name = barometer
> units = hPa
>
> conversion_func = lambda x : x / 100
>
> I can see pros and cons of either.
>
> On Friday 2 February 2024 at 08:32:34 UTC-5 Frank Gruhlke wrote:
>
>> On a weewx re-boot this morning I spotted this warning:
>>
>> *WARNING weewx.qc: 2024-02-01 19:29:32 CST (1706837372) LOOP value 
>> 'barometer' 2924.9393558775 <(939)%20355-8775> outside limits (26.0, 32.5)*
>>
>> Seems the driver is now converting the BME280 T reading of 98790.06  to  
>> 2924.9393558775 <(939)%20355-8775>.  Point of reference (30.00 in) is 
>> about right for my location at this time.
>> Is there a way for the driver to also reformat the 2924.9393558775 
>> <(939)%20355-8775> to something more like 29.24 ?
>>
>> On Thursday, February 1, 2024 at 4:49:30 PM UTC-6 Frank Gruhlke wrote:
>>
>>> Hey Rich, thanks again... I managed to get my out-door temp to read F 
>>> with this in my weewx.conf:
>>>
>>> [[[[temperature_C]]]]
>>>             ignore = false
>>>             name = outTemp
>>>             units = degree_C
>>>
>>> I have tried every "units" option for Weewx  Barometer unit ( inHg, 
>>> mbar, hPa and kpa)
>>> for the "pa" field in my mqtt topic.
>>>
>>>  [[[pa]]]]
>>>           ignore = false # opt back in for this field
>>>            name = barometer
>>>            units = hPa
>>>
>>> I just get  N/A (N/A) for the Barometer Reading in my reports.
>>> I don't see any errors restarting weewx.
>>>
>>> Here is what I am subscribed to in the driver.
>>> "pa" is the pressure reading I am trying to bring into Weewx
>>>
>>> {
>>> "tempc": 20.59,
>>> "tempf": 69.062,
>>> "hum": 38.88184,
>>> "pa": 98790.06,
>>> "altim": 213.1839,
>>> "altift": 699.4224
>>> }
>>>
>>>
>>> *Any Ideas?*
>>>
>>>
>>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/71e93036-91cd-4a8b-a57d-846ee316a1f5n%40googlegroups.com.

Reply via email to