Skip to content
Innomesh Docs
Room Manager

Blinds

This article describes how to configure motorised blind coverings in a Space CE room. Blinds can be controlled from the room’s touch panel, with options for device connection, control methods, and remote access permissions.

Blinds that use Preset or Fader control are driven by the room’s lighting control system — typically a Dynalite or C-Bus controller. This article refers to that device as the lighting controller. Relay-controlled blinds are driven by a digital IO (relay) device instead.

📝 Note
DSP means digital signal processor, an audio device such as a Q-SYS core. QSYS (Q-SYS) is the Q-SYS platform, which supports named preset recalls.

Field reference

FieldDescriptionDefault
IDUnique identifier for the blind within the room configuration-
LabelDisplay name shown on the UIBlind
Device IDReferences a device defined in the device configuration-
DisableWhen true, the blind is excluded from the room. Disable also applies to individual channel entriesfalse
TypeRelay trigger mode: pulse, double pulse, latch, or reverse latchpulse
Trigger MethodRelay contact type: normally open or normally closednormally closed
Open Trigger IDThe open trigger value. Its meaning depends on the control method (see below)-
Close Trigger IDThe close trigger value. Follows the same rules as Open Trigger ID-
Stop Trigger IDThe stop trigger value. Follows the same rules as Open Trigger ID. For Relay blinds, if this is 0 or omitted the system activates both the open and close relays at once as a stop command-
Control MethodHow the blind is driven: Relay, Preset, or FaderRelay
Area IDLighting controller area. Relevant only for Dynalite-controlled blinds (see below)0
Remote ControllableExpose the blind to remote control surfacesfalse
Remote NameName shown on remote surfacesthe value of Label

Control Method semantics

Control Method tells Space CE how the blind is physically driven. Choose the one that matches the device wired to the blind:

  • Relay: controls the blind by activating relay channels on a digital IO device.
  • Preset: recalls a stored preset on a lighting controller or DSP device.
  • Fader: sets a fader level on a lighting controller channel. Requires a Channels array to be defined.

Trigger value by control method

The Open, Close, and Stop trigger values are interpreted according to the control method:

Control MethodMeaning of the trigger value
RelayThe relay channel number to activate
PresetThe preset number to recall on the lighting controller or DSP
FaderThe fader level to set on the lighting channel (typically 0 to 255, depending on the controller)

Area ID: when it applies

Area ID is only relevant for Dynalite-controlled blinds, where it identifies the Dynalite area. For C-Bus, do not rely on Area ID: the C-Bus application number travels with the trigger or preset value itself, not through Area ID.

Channels

Channels define the lighting controller group channels used with the Fader control method on C-Bus and Dynalite devices.

FieldDescriptionDefault
DisableExcludes the channel from initialisation when truefalse
Channel IDThe physical channel. For C-Bus this is the group address; for Dynalite this is the channel number-

Only Channel ID (and Disable) applies per channel. A channel-level ID, if present, is ignored.

Duplicate Channel ID values within the same blind are ignored.

Worked example

The example below shows two blinds driven by a Dynalite controller, using numeric trigger values.

[
  { "ID": "blind.1", "Label": "Sheer",     "Device ID": "dev.lighting.controller.1", "Area ID": 36, "Open Trigger ID": 1, "Close Trigger ID": 4, "Stop Trigger ID": 2 },
  { "ID": "blind.2", "Label": "Blockouts", "Device ID": "dev.lighting.controller.1", "Area ID": 24, "Open Trigger ID": 1, "Close Trigger ID": 4, "Stop Trigger ID": 2 }
]