Hi,
I am using the ws23xx driver on ws2316 hardware and this driver sends
absolute pressure to weewx in the packet as "pressure" ..
The ws28xx hardware sends relative pressure and the ws28xx driver also
sends the reading to weewx in the packet as pressure. See below
packet['*pressure*'] = get_datum_diff(data._PressureRelative_hPa,
CWeatherTraits.PressureNP(),
CWeatherTraits.PressureOFL())
I suspect the code should read.
packet['*barometer*'] = get_datum_diff(data._PressureRelative_hPa,
CWeatherTraits.PressureNP(),
CWeatherTraits.PressureOFL())
Or you could just change the altitude of the station as Andrew suggest.
Jerry
On Sunday, February 9, 2020 at 4:36:51 PM UTC-7, Dan Blanchard wrote:
>
> I've been running my weather station on weeWX for 2 days now after
> switching from a PC based solution for the past several years. I noticed
> this problem after noticing that my station is no longer showing on the
> WeatherUnderground (WU) maps. The data is still showing for my site on WU
> though (https://www.wunderground.com/dashboard/pws/KIDPOSTF43)
>
> Everything has been going fine except I am currently having a problem with
> data inaccuracies. All the data seems correct except the barometer
> reading. The reading on my hardware is currently 30.30 and weeWX is
> showing 33.093 which is what is reporting to WU.
>
> Can anyone please shed some light on this issue? I've attached the syslog
> for reference. Please let me know if there is anything else I can provide
> to help with this situation. If the solution requires changes in the
> configuration file, please be specific as I am still learning the Linux
> stuff.
>
> Thanks,
>
> Dan
>
>
> Hardware: Lacrosse WS-2813
>
>
--
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/808ad0bc-3181-405f-827f-823372544045%40googlegroups.com.