mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-15 20:31:55 +01:00
Adding the SI7021 to docs (#147)
This commit is contained in:
parent
ecdfbf2fc8
commit
070c1a0596
@ -4,7 +4,7 @@ DHT Temperature+Humidity Sensor
|
|||||||
.. seo::
|
.. seo::
|
||||||
:description: Instructions for setting up DHT11 and DHT22 temperature and humidity sensors.
|
:description: Instructions for setting up DHT11 and DHT22 temperature and humidity sensors.
|
||||||
:image: dht.jpg
|
:image: dht.jpg
|
||||||
:keywords: DHT11, DHT22, AM2302, RHT03
|
:keywords: DHT11, DHT22, AM2302, RHT03, SI7021
|
||||||
|
|
||||||
The DHT Temperature+Humidity sensor allows you to use your DHT11
|
The DHT Temperature+Humidity sensor allows you to use your DHT11
|
||||||
(`datasheet <https://akizukidenshi.com/download/ds/aosong/DHT11.pdf>`__,
|
(`datasheet <https://akizukidenshi.com/download/ds/aosong/DHT11.pdf>`__,
|
||||||
@ -12,9 +12,11 @@ The DHT Temperature+Humidity sensor allows you to use your DHT11
|
|||||||
(`datasheet <https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf>`__,
|
(`datasheet <https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf>`__,
|
||||||
`adafruit <https://www.adafruit.com/product/385>`__), AM2302
|
`adafruit <https://www.adafruit.com/product/385>`__), AM2302
|
||||||
(`datasheet <https://cdn-shop.adafruit.com/datasheets/Digital+humidity+and+temperature+sensor+AM2302.pdf>`__,
|
(`datasheet <https://cdn-shop.adafruit.com/datasheets/Digital+humidity+and+temperature+sensor+AM2302.pdf>`__,
|
||||||
`adafruit <https://www.adafruit.com/product/393>`__) and RHT03
|
`adafruit <https://www.adafruit.com/product/393>`__), RHT03
|
||||||
(`datasheet <https://cdn.sparkfun.com/datasheets/Sensors/Weather/RHT03.pdf>`__,
|
(`datasheet <https://cdn.sparkfun.com/datasheets/Sensors/Weather/RHT03.pdf>`__,
|
||||||
`sparkfun <https://cdn.sparkfun.com/datasheets/Sensors/Weather/RHT03.pdf>`__)
|
`sparkfun <https://cdn.sparkfun.com/datasheets/Sensors/Weather/RHT03.pdf>`__) and SI7021 (one wire Sonoff version)
|
||||||
|
(`datasheet <https://cdn.sparkfun.com/assets/b/1/b/8/5/Si7021-A20.pdf>`__,
|
||||||
|
`sparkfun <https://cdn.sparkfun.com/assets/b/1/b/8/5/Si7021-A20.pdf>`__)
|
||||||
sensors with esphomelib.
|
sensors with esphomelib.
|
||||||
|
|
||||||
.. figure:: images/dht-full.jpg
|
.. figure:: images/dht-full.jpg
|
||||||
@ -62,8 +64,8 @@ Configuration variables:
|
|||||||
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.
|
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.
|
||||||
|
|
||||||
- **model** (*Optional*, int): Manually specify the DHT model, can be
|
- **model** (*Optional*, int): Manually specify the DHT model, can be
|
||||||
one of ``AUTO_DETECT``, ``DHT11``, ``DHT22``, ``AM2302``, ``RHT03``
|
one of ``AUTO_DETECT``, ``DHT11``, ``DHT22``, ``AM2302``, ``RHT03``, ``SI7021``
|
||||||
and helps with some connection issues. Defaults to ``AUTO_DETECT``.
|
and helps with some connection issues. Defaults to ``AUTO_DETECT``. Auto detection doesn't work for the SI7021 chip.
|
||||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
|
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
|
||||||
sensor. Defaults to ``60s``.
|
sensor. Defaults to ``60s``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user