mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-24 15:42:06 +01:00
Absolute humidity calculation description (#283)
Description of absolute humidity calculation referenced the use of pressure sensor instead of temperature relative humidity sensor.
This commit is contained in:
parent
c4fb98d066
commit
ac867cbdbf
@ -62,7 +62,7 @@ The formula derived from `here <https://github.com/finitespace/BME280/blob/maste
|
||||
converts the currently measured pressure to the altitudes in meters including temperature compensation.
|
||||
|
||||
The lambda in the second :doc:`/components/sensor/template` defines two physical constants and
|
||||
converts the currently measured pressure to absolute humidity (grams/m^3).
|
||||
converts the currently measured temperature and relative humidity to absolute humidity (grams/m^3).
|
||||
|
||||
.. note::
|
||||
|
||||
|
Before (image error) Size: 4.7 KiB After (image error) Size: 4.8 KiB |
Loading…
Reference in New Issue
Block a user