mirror of https://github.com/arendst/Tasmota.git
Clarify AdcParam 2..3 options
parent
108f8804cd
commit
f944015d98
|
@ -263,7 +263,7 @@ Note: Information on sensors documented below is transmitted in the Tasmota tele
|
|||
|
||||
Command | Parameters
|
||||
:--- | :---
|
||||
AdcParam|<a id="AdcParam"></a>ADC0 analog input parameters for NTC (Temperature) or LDR (Light)<BR>`2` = Set to default Shelly 2.5/1PM NTC parameters<BR>`3` = Set to default LDR parameters<BR>`2,32000,10000,3350` = Set Steinhart-Hart formula NTC parameters for Bridge Resistance, NTC Resistance, and Beta Coefficient<BR>`3,10000,12518931,-1.405` = Set parameters for Bridge Resistance, Lux Scalar, and Lux Exponent<a id="Altitude"></a>
|
||||
AdcParam|<a id="AdcParam"></a>ADC0 analog input parameters for NTC (Temperature) or LDR (Light)<BR>`2..3` = Set default parameters based on current ADC type<BR>`2,32000,10000,3350` = Set Steinhart-Hart formula NTC parameters for Bridge Resistance, NTC Resistance, and Beta Coefficient<BR>`3,10000,12518931,-1.405` = Set parameters for Bridge Resistance, Lux Scalar, and Lux Exponent<a id="Altitude"></a>
|
||||
Altitude|`-30000..30000` - altitude in meters<a id="AmpRes"></a>
|
||||
AmpRes | Current sensor resolution<BR>`0..3` = maximum number of decimal places<a id="Counter"></a>
|
||||
Counter\<x\>|`0` = reset Counter\<x\><BR> `1..64900` = preset Counter\<x\><BR>`-1..-64900` = decrease Counter\<x\><BR>`+1..+64900` = increase Counter\<x\><BR>In order to define and use a Counter, _**you must configure one of the free device GPIO as 'Counter<x>'**_<a id="CounterDebounce"></a>
|
||||
|
|
Loading…
Reference in New Issue