davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Fix absolute vs relative pressure #140

Open davidrg opened 2 years ago

davidrg commented 2 years ago

Currently the sample and live data table only has an absolute pressure column. The Davis logger currently logs relative pressure there and the UI generally refers to it as relative pressure. I'm unsure what wh1080d logs.

Davis stations can supply absolute pressure (via LOOP2 packets) and #131 will add support for it. This means that this naming thing really needs to be fixed.

This probably needs to wait for the current bugs in weather-push (like #4) to be fixed so it can be deployed to the Hamilton-SandyBay link as all components of the current zxweather deployment will need upgrading together.