1
0
mirror of https://github.com/esphome/esphome-docs.git synced 2025-03-24 15:42:06 +01:00

Absolute humidity calculation description ()

Description of absolute humidity calculation referenced the use of pressure sensor instead of temperature relative humidity sensor.
This commit is contained in:
tomlut 2019-07-03 23:32:34 +10:00 committed by Otto Winter
parent c4fb98d066
commit ac867cbdbf

View File

@ -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