mirror of https://github.com/arendst/Tasmota.git
lay-out
parent
a9dd200d7e
commit
25965e0f3b
|
@ -5,16 +5,16 @@ The software supports:
|
||||||
|
|
||||||
## Single wire sensor
|
## Single wire sensor
|
||||||
The following single wire sensors are supported:
|
The following single wire sensors are supported:
|
||||||
- ``DHT11 (1)`` - DHT11 Temperature and Humidity
|
- DHT11 Temperature and Humidity (``DHT11 (1)``)
|
||||||
- ``AM2301 (2)`` - DHT21 Temperature and Humidity
|
- DHT21 Temperature and Humidity (``AM2301 (2)``)
|
||||||
- ``AM2301 (2)`` - AM2301 Temperature and Humidity
|
- AM2301 Temperature and Humidity (``AM2301 (2)``)
|
||||||
- ``DHT22 (3)`` - DHT22 Temperature and Humidity
|
- DHT22 Temperature and Humidity (``DHT22 (3)``)
|
||||||
- ``DHT22 (3)`` - AM2302 Temperature and Humidity
|
- AM2302 Temperature and Humidity (``DHT22 (3)``)
|
||||||
- ``DHT22 (3)`` - AM2321 Temperature and Humidity
|
- AM2321 Temperature and Humidity (``DHT22 (3)``)
|
||||||
- ``DS18x20 (4)`` - DS18B20 Temperature (multiple sensors with optional OneWire library enabled in ``user_config.h``)
|
- DS18B20 Temperature (``DS18x20 (4)``). Multiple sensors with optional OneWire library enabled in ``user_config.h``
|
||||||
- ``DS18x20 (4)`` - DS18S20 Temperature (with optional OneWire library enabled in ``user_config.h``)
|
- DS18S20 Temperature (``DS18x20 (4)``). With optional OneWire library enabled in ``user_config.h``
|
||||||
- ``Switch (8)`` - External switch
|
- External switch (``Switch (8)``). Use ``SwitchMode`` to tune it's behaviour
|
||||||
- ``Switch (8)`` - HC-SR501 PIR Motion Detection (configured as Switch)
|
- HC-SR501 PIR Motion Detection (``Switch (8)``). Use ``SwitchMode`` to tune it's behaviour
|
||||||
|
|
||||||
You can dynamically add a sensor using the following (MQTT) commands:
|
You can dynamically add a sensor using the following (MQTT) commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue