goeh / weather-collector

This Java program read data from a weather station (Davis Vantage Pro2) and store it in a SQL database
5 stars 3 forks source link

Enhancement: barometer as float #13

Open saveriogzz opened 3 years ago

saveriogzz commented 3 years ago

I'm trying to get the barometer measurement as 'float' instead of 'int' on this branch

goeh commented 3 years ago

Just curious, why you need float precision on air pressure? I don't think the sensor is that exact.

saveriogzz commented 3 years ago

Simply to have the measurements as accurate as possible! When using WeatherLink application on Windows, I noticed that the bar measurements had one decimal point, and they were logged every minute instead of 5.
I was hoping we could have the option choose that, but it's not urgent at the moment. I'll dig into it!