This question was raised as an issue 
<https://github.com/gjr80/weewx-gw1000/issues/58> on the Ecowitt gateway 
device driver GitHub site. The short answer is that the Ecowitt gateway 
devices provide two pressure values; one is absolute pressure and the 
other, known as relative pressure, is a simple fixed offset from absolute 
pressure. Ecowitt devices use the relative pressure value when publishing 
to WU (WU expects barometer). On the other hand the WeeWX calculated 
barometer value is altitude and temperature corrected pressure.

There are two approaches to dealing with this issue:

- if you want to have WeeWX, Ecowitt and WU all use the same pressure 
values you should add a field map extension to map the driver relabarometer 
field to the WeeWX barometer field, eg in weewx.conf:
[GW1000]
    ....
    [[field_map_extensions]]
        barometer = relbarometer

- if you want to use a properly corrected barometer value then you need do 
nothing to the driver/WeeWX. If you wish WU to use the WeeWX calculated 
barometer value you should disable uploading to WU by the Ecowitt gateway 
device and enable WeeWX uploading to WU. The Ecowitt apps/ecowitt.net will 
still display the Ecowitt pressure values; this cannot be changed.

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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b08ff8fc-9e5b-4427-baaf-2876547a0742n%40googlegroups.com.

Reply via email to