robmarkcole / rpi-enviro-mqtt

Send air quality data from a Pimoroni RPi Enviro+ over MQTT
https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-enviro-plus
Apache License 2.0
45 stars 12 forks source link

Report hectopascal? #15

Open robmarkcole opened 4 years ago

robmarkcole commented 4 years ago

Currently we are reporting Pa (int(bme280.get_pressure() * 100), -1) but more common to report hPa (hectopascal)?

image