diff --git a/Sensor-Configuration.md b/Sensor-Configuration.md index f8d0f725..769a81fd 100644 --- a/Sensor-Configuration.md +++ b/Sensor-Configuration.md @@ -2,9 +2,9 @@ Pre-work: * [Device Configuration](https://github.com/arendst/Sonoff-Tasmota/wiki/Initial-Configuration) * [How To Connect a Sensor](https://github.com/arendst/Sonoff-Tasmota/wiki/Expanding-Sonoffs) -The software allows for dynamically configuration of sensors and devices to selected GPIO pins. Depending on the type of Template/Module, certain GPIO pins are easily accessible. Sensor configuration is possible by either the web pages OR using the commands [`Template`](Commands#template), [`Module`](Commands#module), and [`GPIO`](Commands#gpio). +The software allows for easy configuration of sensors and devices to selected GPIO pins. Depending on the type of Template/Module, certain GPIO pins are user configurable. Sensor configuration is possible by either the WebUI or using the commands [`Template`](Commands#template), [`Module`](Commands#module) or [`GPIO`](Commands#gpio). -The software supports: +Tasmota supports: - [Single wire sensors](#single-wire-sensor) - [Dual wire or I2C sensors](#i2c-sensor) - [Single wire devices](#device) @@ -32,9 +32,9 @@ You can add a sensor using the following commands: * [`Modules`](Commands#modules) - show supported modules * [`Module`](Commands#module) - select desired module functionality for the device (Wait for the restart) * [`Gpios`](Commands#gpios) - show supported sensor types. (e.g. DHT21 = AM2301) -* [`GPIO`](Commands#gpio) - show current defined sensors on supported GPIO pins or assign a GPIO function, - e.g., ``gpio14 2`` select sensor AM2301 (Wait for the restart) +* [`GPIO`](Commands#gpio) - show current defined sensors on supported GPIO pins or assign a GPIO function, - e.g., ``gpio14 2`` configures sensor AM2301 to GPIO14 (Wait for the restart) -For some sensors to show up you may need to cycle power to reset the device just configured. +For some sensors to show up you may need to cycle power to reset the device you just configured. ## I2C sensor The following I2C sensors are supported using I2C SCL (5) and I2C SDA (6) in group 3: @@ -67,7 +67,7 @@ The software will auto-detect the connected I2C devices. For some sen ## Device The following additional device(s) are supported: -- WS2812 led string - ``WS2812 (7)`` in group 4
Using NeoPixelBus library and external 5V power supply +- WS2812/WS2813 led string - ``WS2812 (7)`` in group 4
Using NeoPixelBus library and external 5V power supply - IR Remote - ``IRremote (8)`` in group 5
Using IRremoteESP8266 library and additional IR led hardware as documented [here](https://github.com/altelch/SonoffIR) You can add a device using the following commands: