Skip to content

Commit

Permalink
Absolute humidity calculation description (esphome#283)
Browse files Browse the repository at this point in the history
Description of absolute humidity calculation referenced the use of pressure sensor instead of temperature relative humidity sensor.
  • Loading branch information
tomlut authored and OttoWinter committed Jul 3, 2019
1 parent c4fb98d commit ac867cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/bme280_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit ac867cb

Please sign in to comment.