briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
67 stars 11 forks source link

Barometric Pressure Decimal Places #11

Closed mwolter805 closed 2 years ago

mwolter805 commented 2 years ago

Hello, Migrating from your WeatherFlow Smart Weather to the WeatherFlow Weather integration and noticed reduced accuracy for barometric pressure. Typically in the US, barometric pressure is reported as at least two and often three digits. Currently, it is only one.

briis commented 2 years ago

Thanks. I can certainly fix that. Are there any other of the values that need more decimals as to US standards?

mwolter805 commented 2 years ago

These are the barometric pressure entities that should be adjusted to have two or three decimal places: _barometric_pressure _sea_level_pressure _station_pressure

I believe everything else is fine.

Thank you!

briis commented 2 years ago

These are now changed to 3 decimals. Will be in the next release.

mwolter805 commented 2 years ago

Found a couple more issues when comparing to the station page from Tempest (https://tempestwx.com). There appear to be calculation issues with Delta T and Air Density. Included barometric pressure so you can see the digits they display.

These are the values from the station page Screen Shot 2021-12-06 at 8 58 44 AM Screen Shot 2021-12-06 at 8 59 01 AM Screen Shot 2021-12-06 at 8 59 10 AM

And this is from the integration Screen Shot 2021-12-06 at 9 06 07 AM Screen Shot 2021-12-06 at 9 00 51 AM Screen Shot 2021-12-06 at 9 01 19 AM

briis commented 2 years ago

Got it. Will look at these also.

briis commented 2 years ago

Released V0.1.12 which fixes this issue. Re-Open if it does not work.