Updated Sensor Configuration (markdown)

Michael Ingraham 2019-09-24 16:27:07 -04:00
parent 60a041f2ab
commit df6ba74bbb
1 changed files with 3 additions and 1 deletions

@ -4,6 +4,8 @@ Pre-work:
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).
_**Note: A sensor must be connected to the device prior to booting the device in order for Tasmota to detect it and initialize it properly.**_
Tasmota supports:
- [Single wire sensors](#single-wire-sensor)
- [Dual wire or I<sup>2</sup>C sensors](#i2c-sensor)
@ -88,4 +90,4 @@ The temperature units can be set to report in Celsius or Fahrenheit with the [`S
### Update Interval
To change the update interval change the [`TelePeriod`](Commands#teleperiod). The default interval is 300 seconds. The interval can be set between 10 and 3600 seconds. ``TelePeriod 10`` will set the update interval to 10 seconds, so the sensor will update 6 times a minute.
To change the update interval change the [`TelePeriod`](Commands#teleperiod). The default interval is 300 seconds. The interval can be set between 10 and 3600 seconds. `TelePeriod 10` will set the update interval to 10 seconds, so the sensor will update 6 times a minute.