mirror of https://github.com/arendst/Tasmota.git
TempOffset
parent
d6553bb911
commit
a6a6da0139
|
@ -269,6 +269,7 @@ Sensor34<a id="Sensor34"></a>|  »6.6.0<BR>[HX711 load cell](https://githu
|
|||
Sensor50<a id="Sensor50"></a>|[PAJ7620](PAJ7620) gesture sensor<BR>`0` = sensor muted, no readings in Tasmota<BR>`1`= gesture mode<BR>`2` = proximity mode<BR>`3` = corner mode<br>`4` = PIN mode<br>`5` = cursor mode
|
||||
Sensor53<a id="Sensor53"></a>|[Smart Meter Interface](Smart-Meter-Interface)<BR>`r` = reset the driver with a new descriptor specified with the Tasmota [Scripting](Scripting-Language) language.<BR>`c<x> <value>` = preset counter (x = `1..5`) to `value` when the driver is set to counter mode<BR>`d<x>` = disable data decoding and dump meter (x = `1..5`) data to the Console. This is used to decipher the meter's data format to define the variable encoding in the meter's descriptor.<BR>`d0` = disable data dump mode and revert to decoding mode.
|
||||
TempRes<a id="TempRes"></a>|Temperature sensor resolution<BR>`0..3` = maximum number of decimal places
|
||||
TempOffset<a id="TempOffset"></a>|`-12.7..12.7` = set an offset/correction for temperature sensor telemetry values  »7.0.0.5<BR>This setting affects **all** temperature sensors on the device.
|
||||
VoltRes<a id="VoltRes"></a>|Voltage sensor resolution<BR>`0..3` = maximum number of decimal places
|
||||
WattRes<a id="WattRes"></a>|Power sensor resolution<BR>`0..3` = maximum number of decimal places
|
||||
WeightRes<a id="WeightRes"></a>|Load cell sensor resolution  »6.3.0<BR>`0..3` = maximum number of decimal places
|
||||
|
@ -276,7 +277,6 @@ See also|[`SetOption8`](#SetOption8) - Show temperature in Celsius *(default)*
|
|||
|
||||
### [Power Monitoring](Power-Monitoring-Calibration)
|
||||
|
||||
|
||||
<a id="tb-powermon">Command|Parameters
|
||||
:---|:---
|
||||
AmpRes<a id="AmpRes"></a>|Current sensor resolution<BR>`0..3` = maximum number of decimal places
|
||||
|
@ -326,13 +326,13 @@ HsbColor<a id="HsbColor"></a>|`<hue>,<sat>,<bri>` = set color by hue, saturation
|
|||
HsbColor1<a id="HsbColor1"></a>|`0..360` = set hue
|
||||
HsbColor2<a id="HsbColor2"></a>|`0..100` = set saturation
|
||||
HsbColor3<a id="HsbColor3"></a>|`0..100` = set brightness
|
||||
Led\<x\><a id="Led"></a>|`#RRGGBB` = set hex color value where `<x>` is the pixel number of the LED<br> *(aplies only to addressable LEDs)*
|
||||
Led\<x\><a id="Led"></a>|`#RRGGBB` = set hex color value where `<x>` is the pixel number of the LED<br> *(applies only to addressable LEDs)*
|
||||
LedTable<a id="LedTable"></a>|`0` = do not use [LED gamma correction](https://learn.adafruit.com/led-tricks-gamma-correction?view=all) *(default «6.5.0.9)*<BR>`1` = use gamma correction *(default »6.5.0.9)*
|
||||
Pixels<a id="Pixels"></a>|`1..512` = set amount of pixels in strip or ring and reset [`Rotation`](#rotation) *(applies only to addressable LEDs)*
|
||||
RGBWWTable<a id="RGBWWTable"></a>|Control compensation of unbalanced PWM channels or [White Blend Mode](White-Blend-Mode)   »6.2.1.10<br>`PWM1,PWM2,PWM3,PWM4,PWM5` = channel range with values `0..255` *(default =`255,255,255,255,255`)*<BR>Range adjustment is computed **after** Gamma correction.
|
||||
Rotation<a id="Rotation"></a>|`<value>` = set amount of pixels to rotate (up to `Pixels` value) *(applies only to addressable LEDs)*
|
||||
Scheme<a id="Scheme"></a>|Light effects<BR>`+` = next scheme<BR>`-` = previous scheme<BR>`0` = single color for LED light *(default)*<BR>`1` = start wake up sequence (same as [`Wakeup`](#wakeup))<BR>`2` = cycle up through colors using Speed option<BR>`3` = cycle down through colors using Speed option<BR>`4` = random cycle through colors using Speed and Fade
|
||||
||**The following schemes are usable only with addressable LEDs, e.g. WS281X, Neopixel**<BR>`5` = clock mode ([example](https://hackaday.io/project/28194-esp-and-ws2812-based-clock))<BR>`6` = candlelight pattern<BR>`7` = RGB pattern<BR>`8` = Christmas pattern<BR>`9` = Hannukah pattern<BR>`10` = Kwanzaa pattern<BR>`11` = rainbow pattern<BR>`12` = fire pattern
|
||||
||**The following schemes are usable only with addressable LEDs, e.g. WS281X, Neopixel**<BR>`5` = clock mode ([example](https://hackaday.io/project/28194-esp-and-ws2812-based-clock))<BR>`6` = candlelight pattern<BR>`7` = RGB pattern<BR>`8` = Christmas pattern<BR>`9` = Hanukkah pattern<BR>`10` = Kwanzaa pattern<BR>`11` = rainbow pattern<BR>`12` = fire pattern
|
||||
Speed<a id="Speed"></a>|`1..20` = set fade speed from fast `1` to very slow `20`<BR>`+` = increase speed<BR>`-` = decrease speed
|
||||
Wakeup<a id="Wakeup"></a>|Start wake up sequence from OFF to stored `Dimmer` value<BR>`0..100` = Start wake up sequence from OFF to provided `Dimmer` value
|
||||
WakeupDuration<a id="WakeupDuration"></a>|`1..3600` = set wake up duration in seconds
|
||||
|
|
Loading…
Reference in New Issue