mirror of https://github.com/arendst/Tasmota.git
Tuya dimmer SetOption updates
parent
1325cf0a5d
commit
7132bfdaec
|
@ -405,7 +405,7 @@ SetOption30|Enforce Home Assistant autodiscovery as light<BR> `0` = relays are a
|
|||
SetOption31|Disable status LED blinking during Wi-Fi and MQTT connection problems.[`LedPower`](#LedPower) must be set to `0` for this feature to work.<BR>`0` = LED blinking enabled *(default)*<BR> `1` = LED blinking disabled<a id="SetOption32"></a>
|
||||
SetOption32|Number of 0.1 seconds to hold button before sending `HOLD` action message.<BR> `1..100` to set button hold time *(default =`40`)*. This option also affects the time required to perform a firmware defaults reset (10x `HOLD` action time)<a id="SetOption33"></a>
|
||||
SetOption33|Max power limit can be exceeded by number of seconds before the relay is turned off<BR> `1..250` = set number of seconds *(default = `5`)*<a id="SetOption34"></a>
|
||||
SetOption34|Set [Tuya dimmer device id](https://github.com/arendst/Sonoff-Tasmota/pull/4095)<BR> `0..255` = device id<a id="SetOption36"></a>
|
||||
SetOption34|Set [Tuya dimmer device id](https://github.com/arendst/Sonoff-Tasmota/pull/4095). Use [SetOption66](#setoption66) to set the appropriate ID range.<BR> `0..255` = device id<a id="SetOption36"></a>
|
||||
SetOption36|Boot loop defaults restoration control.<BR>`0` = disable boot loop control<BR> `1..200` = set number of boot loops (a restart caused by any exception or watchdog timer within less than `BOOT_LOOP_TIME` (default 10 seconds) before beginning to restore settings *(default = `1`)*. Once this number is reached, subsequent restarts will:<ul><li>1st restart: disable ESP8285 generic GPIOs interfering with flash SPI</li><li>2nd restart: disable rules causing boot loop</li><li>3rd restart: disable all rules</li><li>4th restart: reset user defined GPIOs to disable any attached peripherals</li><li>5th restart: reset module to Sonoff Basic (1)</li></ul><a id="SetOption37"></a>
|
||||
SetOption37|Color remapping for led channels, also provides an option for allowing independent handling of RGB and white channels.<BR>`0` = disabled<br>`1..119` = according to [this table](SetOption37---Color-channel-mapping)<br>`120..127` = invalid (results in same as `0`)<br>`128..255` = same as `0..127` but with independent channel handling enabled <a id="SetOption38"></a>
|
||||
SetOption38|`6..255 ` = set IRReceive protocol detection sensitivity minimizing UNKNOWN protocols<a id="SetOption39"></a>
|
||||
|
@ -427,7 +427,8 @@ SetOption61|Force [local operation](https://github.com/arendst/Sonoff-Tasmota/pu
|
|||
SetOption62|`0` = disable *(default)*<BR> `1` = don't use retain flag on `HOLD` messages<a id="SetOption63"></a>
|
||||
SetOption63|`0` = Scan relay power feedback state at restart *(default)*<BR> `1` = Disable relay power feedback state scanning at restart<a id="SetOption64"></a>
|
||||
SetOption64|`0` = sensor name index separator is "-" (hyphen) *(default)*<BR> `1` = sensor name index separator is "_" (underscore)<br>*Affects sensor names in tele messages*<a id="SetOption65"></a>
|
||||
SetOption65|`0` = disable dimmer slider control<BR>`1` = enable dimmer slider control *(default)*
|
||||
SetOption65|`0` = disable dimmer slider control<BR>`1` = enable dimmer slider control *(default)*<a id="SetOption65"></a>
|
||||
SetOption66|`0` = [Tuya dimmer device ID](#setoption34) range 1 - 100 *(default)*<BR>`1` = [Tuya dimmer device ID](#setoption34) range 1 - 255
|
||||
### Serial Bridge
|
||||
Both Hardware and Software Serial Bridge are supported.
|
||||
|
||||
|
|
Loading…
Reference in New Issue