Replies: 3 comments 5 replies
-
I think the code is here: Tasmota/tasmota/tasmota_support/support.ino Lines 956 to 974 in 7ef93b2 I suspect this might be due to the imprecision of Could you try to compile with float temp = FastPrecisePow(2.718281828f, (17.67f * t) / (t + 243.5f)); |
Beta Was this translation helpful? Give feedback.
-
On the other hand, I have several pressure sensors around the house showing deviations of many hPa so I wouldn't mind a difference of 1 hPa as long as I do not plan to use it as the main height measurement in a plane. |
Beta Was this translation helpful? Give feedback.
-
@s-hadinger You mean, changing this:
to this: @arendst I'm not talking about deviations of hPa, which of course happens between different sensors, Thank you. |
Beta Was this translation helpful? Give feedback.
-
I use a BME 280 sensor and accurately displaying 1018.6 hpa at 9m high with 20.5C.
I have also declared in Tasmota the correct latitude, so it can calculate the constant of gravity.
Tasmota shows 1020.6 Sea Pressure when it should be ~1019.6.
I used the following calculators and they all agree:
http://stacjepogody.waw.pl/kalkulator_cisnien.php
http://www.meteo.tomkii.net/pressure_calc/?alt=9&latitude=38.18&abs=1018.5&temp=20.5&x=10&y=11
https://www.mide.com/air-pressure-at-altitude-calculator
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions