Skip to content

Commit 680b9be

Browse files
authored
Mention lowest possible value of SetOption32
This limitation has been discussed in arendst/Tasmota#21986 and should be mentioned in the documentation. Although values lower than 6 are uncommon, users should still be aware of this limitation.
1 parent 8db9a75 commit 680b9be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Blinds-and-Shutters.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ Parameters are optional. When missing, all subsequent parameters are set to `dis
233233
ESP32 only:
234234
`<p0..h>` 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 `++`.
235235

236-
By a button single press the shutter is set to position `<p1>`. Double press will drive the shutter to position `<p2>` and triple press to position `<p3>`. Holding the button for more than the `SetOption32` time sets the shutter position to `<ph>` max if button is hold until position. If the hold button is released during the shutter moves the shutter will stop. Any button action `<p1>` to `<ph>` can be disabled by setting the parameter to `-`. Independent from configuration `<p1>` to `<ph>` any press of the button while the shutter is moving will immediately stop the shutter.
236+
By a button single press the shutter is set to position `<p1>`. Double press will drive the shutter to position `<p2>` and triple press to position `<p3>`. Holding the button for more than the `SetOption32` time sets the shutter position to `<ph>` max if button is hold until position. If the hold button is released during the shutter moves the shutter will stop. Any button action `<p1>` to `<ph>` can be disabled by setting the parameter to `-`. Independent from configuration `<p1>` to `<ph>` any press of the button while the shutter is moving will immediately stop the shutter.
237+
238+
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.
237239

238240
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 `<grouptopic>` of the device. For single press this can be enabled by `<m1>` equal to `1`, disabling is indicated by `-`. Double to hold MQTT configurations are given by `<m2>` to `<mh>`, correspondingly. When `<mi>` is equal to `-` only `cmnd/<grouptopic>/Shutterposition<x> <p1..h>` is fired. When `<mi>` is equal to `1`, `<x>`=`1..4` is used to control any shutter number of a Tasmota device having same `<grouptopic>`.
239241

0 commit comments

Comments
 (0)