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 outside limits (26.0, 32.5)*
Seems the driver is now converting the BME280 T reading of 98790.06 to
2924.9393558775. 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 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/943636e0-2a33-4855-aaad-ca4af4a107dbn%40googlegroups.com.