Tasmota Button Relais Config: ---------------------------- SetOption1 1 Set button multipress mode to 0 = allow all button actions (default) 1 = restrict to single to penta press and hold actions (i.e., disable inadvertent reset due to long press) //// SetOption32 Number of 0.1 seconds to hold button before sending HOLD action message. 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). There is no firmware reset on using the HOLD action with shutterbuttons. //// SetOption141 1 1 = disable display of model name in webUI header WebButton z.B.: WebButton1 Taster-1 Change the name of the toggle buttons of the WEB UI. This command accepts spaces in the name StateText z.b.: statetext1 AUS = set state text ( = 1..4) 1 = OFF state text 2 = ON state text 3 = TOGGLE state text 4 = HOLD state text SetOption73 1 Detach buttons from relays and send multi-press and hold MQTT messages instead 0 = disable (default) 1 = enable Example message: {"Button1":{"Action":"SINGLE"}} SetOption114 1 Detach switches from relays and send MQTT messages instead 0 = disable (default) 1 = enable Example result: {"Switch1":{"Action":"ON"}} SetOption65 1 Device recovery using fast power cycle detection 0 = enabled (default) 1 = disabled SetOption36 0 Boot loop defaults restoration control. 0 = disable boot loop control 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: 1st restart: disable ESP8285 generic GPIOs interfering with flash SPI 2nd restart: disable rules causing boot loop 3rd restart: disable all rules (and autoexec.bat) 4th restart: reset user defined GPIOs to disable any attached peripherals 5th restart: reset module to Sonoff Basic (1) Rule1 ON Button1#State DO Power1 TOGGLE ENDON ON Button2#State DO Power2 TOGGLE ENDON