Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressure problem #26

Open
adamujhazi opened this issue Oct 25, 2021 · 1 comment
Open

Pressure problem #26

adamujhazi opened this issue Oct 25, 2021 · 1 comment

Comments

@adamujhazi
Copy link

adamujhazi commented Oct 25, 2021

Hello,

probably you have changed something, but in version 0.0.19 pressure is not displaying correctly. In version 0.0.12 it was working smoothly.

Raw value from v0.0.12 (weatherbit.pressure()): 26479239
Formated value from v0.0.12 (Math.idiv(weatherbit.pressure(), 25600)): 1034 hPa

Raw value from v0.0.19 (weatherbit.pressure()): 49921
Formated value from v0.0.19 (Math.idiv(weatherbit.pressure(), 25600)): 1 hPa

@jeritt
Copy link

jeritt commented Jun 6, 2023

I know this is an old thread, but I'm having similar problems with pressure as the user above. Confirmed on multiple boards.
Works fine in old extension version 0.0.12 (what is used in the Sparkfun tutorials). I don't know TS well enough to submit a fix...

UPDATE: My workaround is just using another BME280 extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants