mirror of https://github.com/arendst/Tasmota.git
lay-out
parent
74b461c1fa
commit
862a5f80fc
|
@ -5,16 +5,16 @@ The software supports:
|
|||
|
||||
## Single wire sensor
|
||||
The following single wire sensors are supported:
|
||||
- DHT11 Temperature and Humidity (``DHT11 (1)``)
|
||||
- DHT21 Temperature and Humidity (``AM2301 (2)``)
|
||||
- AM2301 Temperature and Humidity (``AM2301 (2)``)
|
||||
- DHT22 Temperature and Humidity (``DHT22 (3)``)
|
||||
- AM2302 Temperature and Humidity (``DHT22 (3)``)
|
||||
- AM2321 Temperature and Humidity (``DHT22 (3)``)
|
||||
- DS18B20 Temperature (``DS18x20 (4)``). <br/>Multiple sensors with optional OneWire library enabled in ``user_config.h``
|
||||
- DS18S20 Temperature (``DS18x20 (4)``). With optional OneWire library enabled in ``user_config.h``
|
||||
- External switch (``Switch (8)``). Use ``SwitchMode`` to tune it's behaviour
|
||||
- HC-SR501 PIR Motion Detection (``Switch (8)``). Use ``SwitchMode`` to tune it's behaviour
|
||||
- DHT11 Temperature and Humidity - ``DHT11 (1)``
|
||||
- DHT21 Temperature and Humidity - ``AM2301 (2)``
|
||||
- AM2301 Temperature and Humidity - ``AM2301 (2)``
|
||||
- DHT22 Temperature and Humidity - ``DHT22 (3)``
|
||||
- AM2302 Temperature and Humidity - ``DHT22 (3)``
|
||||
- AM2321 Temperature and Humidity - ``DHT22 (3)``
|
||||
- DS18B20 Temperature - ``DS18x20 (4)``<br/>Enable option ``USE_DS18x20`` in ``user_config.h`` for multiple sensors using OneWire library
|
||||
- DS18S20 Temperature - ``DS18x20 (4)``<br/>Enable option ``USE_DS18x20`` in ``user_config.h`` using OneWire library
|
||||
- External switch - ``Switch (8)``<br/>Use ``SwitchMode`` to tune it's behaviour
|
||||
- HC-SR501 PIR Motion Detection - ``Switch (8)``<br/>Use ``SwitchMode`` to tune it's behaviour
|
||||
|
||||
You can dynamically add a sensor using the following (MQTT) commands:
|
||||
|
||||
|
@ -47,7 +47,7 @@ The software will autodetect the connected I2C devices. For some sensors to show
|
|||
|
||||
## Device
|
||||
The following additional device(s) are supported:
|
||||
- WS2812 led string (``WS2812 (7)``) using NeoPixelBus library and external 5V power supply
|
||||
- WS2812 led string - ``WS2812 (7)``<br/>Using NeoPixelBus library and external 5V power supply
|
||||
|
||||
You can dynamically add a device using the following (MQTT) commands:
|
||||
|
||||
|
|
Loading…
Reference in New Issue