1. Home
  2. Innomesh Room Manager
  3. Space CE
  4. Space CE Configuration: Lighting
  1. Home
  2. Innomesh Room Manager
  3. Space CE
  4. Space CE Templates
  5. Space CE Configuration: Lighting
  1. Home
  2. Deployment Guides
  3. Space CE Configuration: Lighting

Space CE Configuration: Lighting

The Lighting section of a Space CE room configuration defines the lighting controls available for that room. 

Config Properties:

The lighting configuration is broken into five main components: PresetsChannel PresetsFaders, and Toggles.

Presets

Presets allow you to define lighting states that trigger specific preset indices, areas, or scenes on an integrated lighting controller device.

Property:Type:Description:
IDstringThe unique string identifier for the preset.
LabelstringThe display name for the preset.
Device IDstringThe GUID of the lighting controller device.
AreastringThe specific area designation.

C-Bus specific: Acts as the Application Number (decimal). i.e. “54”

Dynalite specific: Acts as the Area ID (numerical). i.e. “23”
Fade TimeintegerThe fade time of this preset.

C-Bus and Dynalite specific: Defined in milliseconds.
ValuestringThe Lighting Preset value, for C-Bus it’s the target level (which is programmed in C-Bus Controller), for Dynalite it’s the preset number.
InvisiblebooleanIf checked, this Lighting Preset will not be visible on the touch panel interface

Channel Presets

Channel Presets define a high-level scene by explicitly setting one or more faders to target levels. Unlike Presets, Channel Presets do not send a hardware scene recall — instead they drive individual fader levels directly. They are useful when a scene must be composed from multiple faders.

PropertyTypeDescription
IDstringThe unique identifier for this channel preset. This value is referenced.
LabelstringThe display name shown on the touch panel interface.
InvisiblebooleanWhen set to true, this channel preset will not be shown on the touch panel interface but can still be recalled by automation.
Additional Components

Channel Values — Defines the target fader levels that make up this preset. At least one entry is required.

PropertyTypeDescription
Fader IDstringThe ID of the fader to set (as defined in Lighting/Faders).
ValueintegerThe target level (0–100) to set this fader to when the channel preset is recalled.

Faders

Faders provide continuous level control over specific lighting channels or application groups. Each fader represents one continuous dimming channel visible to the user on the touch panel.

PropertyTypeDescription
IDstringThe unique identifier for this fader.
LabelstringThe display name shown on the touch panel interface.
Device IDstringThe GUID of the lighting controller device as defined in the Devices section.
AreastringThe application area on the lighting controller.

C-Bus specific: Acts as the Application Number (decimal). i.e. “54”

Dynalite specific: Acts as the Area ID (numerical). i.e. “23”
Fade TimeintegerThe default fade time applied when changing the fader level.

C-Bus and Dynalite specific: Defined in milliseconds.
InvisiblebooleanWhen set to true, this fader will not be shown on the touch panel interface but can still be driven by Channel Presets and automation.
Additional Components

Channel — Defines the physical lighting channels that this fader controls. Multiple channels can be targeted, and the fader level is applied to all of them simultaneously.

PropertyTypeDescription
IDstringThe identifier for this channel entry.
Channel IDstringThe physical channel ID on the lighting controller device that this fader controls. For CBus, this is the group address. For Dynalite, this is the channel number.

Toggles

Toggles define a simple on/off binary control for a lighting channel or group. Each toggle tracks its current state (toggled on or off) and drives the channel to a predefined level on each press.

PropertyTypeDescription
IDstringThe unique identifier for this toggle.
LabelstringThe display name shown on the touch panel interface.
Device IDstringThe GUID of the lighting controller device as defined in the Devices section.
AreastringThe area or application group on the lighting controller.

C-Bus specific: Acts as the Application Number (decimal). i.e. “54”

Dynalite specific: Acts as the Area ID (numerical). i.e. “23”
Fade TimeintegerThe fade time applied when toggling on or off.

C-Bus and Dynalite specific: Defined in milliseconds.
InvisiblebooleanWhen set to true, this toggle will not be shown on the touch panel interface but can still be driven by automation.
Toggle On ValueintegerThe level (0–100) the channel is set to when the toggle is switched on. Defaults to 100.
Toggle Off ValueintegerThe level (0–100) the channel is set to when the toggle is switched off. Defaults to 0.
Additional Components

Channel — Defines the physical lighting channels that this toggle controls. The Toggle On Value and Toggle Off Value are applied to all channels listed. This is required when the

PropertyTypeDescription
IDstringThe identifier for this channel entry.
Channel IDstringThe physical channel ID on the lighting controller device that this toggle drives.
For CBus, this is the group address. For Dynalite, this is the channel number.

Related Articles