Refer to Commands article

Michael Ingraham 2019-11-06 14:34:59 -05:00
parent 39c7465b39
commit 45c5661d70
1 changed files with 2 additions and 17 deletions

@ -30,23 +30,8 @@ Shutter accuracy digits: 1
Shutter 0 (Relay:1): Init. Pos: 20000 [100 %], Open Vel.: 100 Close Vel.: 100 , Max Way: 20000, Opentime 10.0 [s], Closetime 10.0 [s], CoedffCalc: c0: 0, c1 200, c2: 200, c3: 0, c4: 0, binmask 3, is inverted 1, ShutterMode 0, motordelay 0
```
## Shutter Commands
Command<BR> (x = `1..4`)|Parameters
-|-
ShutterCalibration\<x><a id="ShutterCalibration"></a>|Granular shutter position calibration. Real position in cm must be put in at 30 50 70 90 percent
ShutterCloseDuration\<x><a id="ShutterCloseDuration"></a>| `1..255` *(default = `10`)*<BR>Define the time, in seconds, it takes to fully close the shutter. A fraction of a second can be specified (e.g. `45.7`).
ShutterClose\<x><a id="ShutterClose"></a>|Engage the relay to close the shutter. This action can be requested at any time.
ShutterInvert\<x><a id="ShutterInvert"></a>|`0` = use default shutter positioning<BR>`1` = invert shutter positioning
ShutterMotorDelay\<x><a id="ShutterMotorDelay"></a>|`0.00 .. 12.75` *(default = `0`)*<BR>Define the time, in seconds, that it takes the motor to start moving once power is turned on.
ShutterOpenDuration\<x><a id="ShutterOpenDuration"></a>|`1..255` *(default = `10`)*<BR>time, in seconds, to fully open the shutter. Fraction of a second can be specified (e.g. `45.7`).
ShutterOpen\<x><a id="ShutterOpen"></a>|Engage the relay to open the shutter. This action can be requested at any time.
ShutterPosition\<x><a id="ShutterPosition"></a>|`0..100`<BR>`0` = Closed, `100` = Open<BR>If the shutter is inverted (e.g., if used with KNX), `100` = Closed, `0` = Open<BR>A shutter position change can be requested at any time. The shutter will stop and revert or update to the requested position. The shutter's actual position will be saved _**after**_ the movement is completed. In this case, the position will be restored during reboot. An interruption during shutter movement (e.g., a device restart) will lose the current position.
ShutterRelay\<x><a id="ShutterRelay"></a>|`<value>`<BR>`0` = disable this and all higher numbered shutters<BR>`1,3,5,7,...` (must be an odd number) = define the `Relay<value>` component used to open the shutter. This relay's mate, the next higher numbered relay, closes the shutter. Depending on the shutter mode, the relays may need to be interlocked using the [`Interlock`](Commands#interlock) command.<BR>**The `ShutterRelay` command must be executed first before any other shutter commands for `Shutter<x>` can be executed.**
ShutterSetClose\<x><a id="ShutterSetClose"></a>|Set the shutter closed position. `ShutterPosition` will be reset to fully closed value (e.g., `0` when `ShutterInvert = 0`, `100` otherwise).
ShutterSetHalfway\<x><a id="ShutterSetHalfway"></a>| `0..100` *(default = `50`)*<BR>Define shutter half open position (in percent)
ShutterStop\<x><a id="ShutterStop"></a>|Disengage the relays to stop the shutter
See also| [`SetOption80`](#SetOption80) - Enable shutter support
## Operation
Refer to the [Blinds, Shutters and Roller Shades Commands](Commands#blinds-shutters-and-roller-shades)
Turning a device relay on or off directly (i.e., using `Power`) will function to affect a shutter's movement. In momentary mode (i.e., stepper motor), the relays start or stop the motor. The driver takes care of the direction and proper update of the shutter position.