From 680b9be602ba79210445bfe935b60039654b2444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Markacz?= Date: Mon, 25 Nov 2024 21:10:59 +0100 Subject: [PATCH] Mention lowest possible value of `SetOption32` This limitation has been discussed in https://github.com/arendst/Tasmota/issues/21986 and should be mentioned in the documentation. Although values lower than 6 are uncommon, users should still be aware of this limitation. --- docs/Blinds-and-Shutters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Blinds-and-Shutters.md b/docs/Blinds-and-Shutters.md index 7b8c07d72f..4ab47b2679 100644 --- a/docs/Blinds-and-Shutters.md +++ b/docs/Blinds-and-Shutters.md @@ -233,7 +233,9 @@ Parameters are optional. When missing, all subsequent parameters are set to `dis ESP32 only: `` can be optional extended with a dedicated position of the tilt if a venetian blind is configured and supported. The position of the tilt can be added after the normal position with a `/` as seperator. This is optional. Example: `shutterbutton1 1 100/-90 50/0 75/-90 100 - - 1 1`. Tilt and position also support increment or decrement position from current state with `--`oder `++`. -By a button single press the shutter is set to position ``. Double press will drive the shutter to position `` and triple press to position ``. Holding the button for more than the `SetOption32` time sets the shutter position to `` max if button is hold until position. If the hold button is released during the shutter moves the shutter will stop. Any button action `` to `` can be disabled by setting the parameter to `-`. Independent from configuration `` to `` any press of the button while the shutter is moving will immediately stop the shutter. +By a button single press the shutter is set to position ``. Double press will drive the shutter to position `` and triple press to position ``. Holding the button for more than the `SetOption32` time sets the shutter position to `` max if button is hold until position. If the hold button is released during the shutter moves the shutter will stop. Any button action `` to `` can be disabled by setting the parameter to `-`. Independent from configuration `` to `` any press of the button while the shutter is moving will immediately stop the shutter. + +Ensure that you set a value higher than 5 for `SetOption32` (0.6 seconds is the minimum possible time). Lower values will not trigger the hold action for `ShutterButton`, and the shutter will not move. Global steering of all your shutters at home is supported by additional MQTT broadcast. By any button action a corresponding MQTT command can be initiated to the `` of the device. For single press this can be enabled by `` equal to `1`, disabling is indicated by `-`. Double to hold MQTT configurations are given by `` to ``, correspondingly. When `` is equal to `-` only `cmnd//Shutterposition ` is fired. When `` is equal to `1`, ``=`1..4` is used to control any shutter number of a Tasmota device having same ``.