mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-03 18:16:47 +02:00
Add documentation for MiCS 4514 (#2605)
This commit is contained in:
parent
528ccd2e65
commit
b7a6bc4d78
48
components/sensor/mics_4514.rst
Normal file
48
components/sensor/mics_4514.rst
Normal file
@ -0,0 +1,48 @@
|
||||
MiCS 4514 Gas Sensor
|
||||
====================
|
||||
|
||||
.. seo::
|
||||
:description: Instructions for setting up MiCS 4514 Gas sensors.
|
||||
:image: mics_4514.jpg
|
||||
:keywords: MiCS, 4514, MICS-4514
|
||||
|
||||
This component exposes the different gas concentration sensors from the `MiCS-4514 <https://www.dfrobot.com/product-2417.html>`__.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration entry
|
||||
sensor:
|
||||
- platform: mics_4514
|
||||
nitrogen_dioxide:
|
||||
name: Nitrogen Dioxide
|
||||
carbon_monoxide:
|
||||
name: Carbon Monxide
|
||||
hydrogen:
|
||||
name: Hydrogen
|
||||
ethanol:
|
||||
name: Ethanol
|
||||
methane:
|
||||
name: Methane
|
||||
ammonia:
|
||||
name: Ammonia
|
||||
update_interval: 60s
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
||||
- **pin** (**Required**, :ref:`config-pin`): The pin where the DHT bus is connected.
|
||||
- **nitrogen_dioxide** (*Optional*): All options from :ref:`Sensor <config-sensor>`
|
||||
- **carbon_monoxide** (*Optional*): All options from :ref:`Sensor <config-sensor>`
|
||||
- **hydrogen** (*Optional*): All options from :ref:`Sensor <config-sensor>`
|
||||
- **ethanol** (*Optional*): All options from :ref:`Sensor <config-sensor>`
|
||||
- **methane** (*Optional*): All options from :ref:`Sensor <config-sensor>`
|
||||
- **ammonia** (*Optional*): All options from :ref:`Sensor <config-sensor>`
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
|
||||
sensor. Defaults to ``60s``.
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
- :ref:`sensor-filters`
|
||||
- :apiref:`mics_4514/mics_4514.h`
|
||||
- :ghedit:`Edit`
|
BIN
images/mics_4514.jpg
Normal file
BIN
images/mics_4514.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 36 KiB |
@ -174,6 +174,7 @@ Air Quality
|
||||
EE895, components/sensor/ee895, EE895.png, CO2 & Temperature & Pressure
|
||||
HM3301, components/sensor/hm3301, hm3301.jpg, Particulate
|
||||
MH-Z19, components/sensor/mhz19, mhz19.jpg, CO2 & Temperature
|
||||
MiCS-4514, components/sensor/mics_4514, mics_4514.jpg, Gas concentration
|
||||
PM1006 Sensor, components/sensor/pm1006, pm1006.jpg, Particulate
|
||||
PMSA003I, components/sensor/pmsa003i, pmsa003i.jpg, Particulate
|
||||
PMSX003, components/sensor/pmsx003, pmsx003.svg, Particulate
|
||||
|
Loading…
Reference in New Issue
Block a user