Changes for page Zummesh Dynamic White/CCT

Last modified by Mark Kohlmann on 2026/01/08 20:58

From version 12.1
edited by Mark Kohlmann
on 2026/01/08 16:34
Change comment: There is no comment for this version
To version 14.1
edited by Mark Kohlmann
on 2026/01/08 20:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,10 +6,10 @@
6 6  * Supports up to 8 CCT channels, DALI Groups 2,4,6,8,10,12,14,16 on the Zum app (0 based - 1,3,5,7,9,11,13,15 for ShowRunner/console purposes)
7 7  * Zum Scene must have the CCT channel set to 255 to accept input from ShowRunner.  Values of 0-254 will be sent directly to the group as fixed colors.
8 8  * Setup must be done from the gateway console
9 -* **Loads must be manually changed to BusIndex 3 in the config or added from the UI with BusIndex 3.  Normally DALI loads are BusIndex 2.**
9 +* **Loads must be manually changed to BusIndex 3 in the ShowRunner config or added from the UI with BusIndex 3.  Normally DALI loads are BusIndex 2.**
10 10  {{/warning}}
11 11  
12 -Zum wireless supports dynamic white using DALI Groups 2,4,6,8,10,12,14,16 (1,3,5,7,9,11,13,15 for showrunner/console purposes).  Setup must be performed manually on the NETBRIDGE.  Once done, ShowRunner can use the CCT channels to provide CCT data to the fixtures.  Input from ShowRunnerCLC™ requires setting the scene recall for the CCT group to 255.  Any value of 0-254 will be sent to the CCT channel directly and the input from ShowRunnerCLC™ will be ignored.
12 +Zum wireless supports dynamic white using DALI Groups 2,4,6,8,10,12,14,16 (1,3,5,7,9,11,13,15 for ShowRunner/console purposes).  Setup must be performed manually on the NETBRIDGE.  Once done, ShowRunner can use the CCT channels to provide CCT data to the fixtures.  Input from ShowRunnerCLC™ requires setting the scene recall for the CCT group to 255.  Any value of 0-254 will be sent to the CCT channel directly and the input from ShowRunnerCLC™ will be ignored.
13 13  
14 14  ==== Typical Setup for up to 6 zones, 5 fixture types: ====
15 15  
... ... @@ -34,27 +34,29 @@
34 34  
35 35  ==== Setup Steps: ====
36 36  
37 -1. Address all DALI drivers attached to the JBOX.  This can be done via the gateway console or via the Zum app on iOS/Android.
38 -Command: //rfrcon <**NetbridgeID**> DALIGLOBALADDRESS <**Action**>//
37 +1. (((
38 +Address all DALI drivers attached to the JBOX.  This can be done via the gateway console or via the Zum app on iOS/Android.
39 +##Command: //rfrcon <**NetbridgeID**> DALIGLOBALADDRESS <**Action**>//
39 39  **Action**: 0=stop, 1=start, 3=get status
40 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGLOBALADDRESS 1//
41 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGLOBALADDRESS 1//##
42 +)))
41 41  1. Create DALI Groups.  If group already exists then go to step 3. This must be done from the gateway console.
42 -Command: //rfrcon <**NetbridgeID**> DALIGROUPADDDELETE <**GroupID**> <**Operation**> <**GroupName**>//
44 +##Command: //rfrcon <**NetbridgeID**> DALIGROUPADDDELETE <**GroupID**> <**Operation**> <**GroupName**>//
43 43  **GroupID: **0 to 15
44 44  **Operation:** 0=Delete Group, 1=Add Intensity Group, 3=Add Color Group
45 45  **GroupName: **Name of the group, no spaces, 16 characters max
46 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPADDDELETE 8 3 TypeF1-Color//
48 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPADDDELETE 8 3 TypeF1-Color//##
47 47  1. Modify DALI Group to color, only needed if step 2 was not done.  If step 2 was performed skip this step.
48 -Command: //rfrcon <**NetbridgeID**> DALIGROUPSETTWRITE <**GroupID**> 14 <**GroupType**>//
50 +##Command: //rfrcon <**NetbridgeID**> DALIGROUPSETTWRITE <**GroupID**> 14 <**GroupType**>//
49 49  **GroupID: **0 to 15
50 50  **GroupType:** 0=Intensity, 1=Color
51 -Example: (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPSETTWRITE 8 14 1//
52 -1. Set Scene settings for Color Support.  Enables or uses a fixed value for color temperature on color groups.
53 -Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**Action**> <**FadeTime**>
53 +Example: (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPSETTWRITE 8 14 1//##
54 +1. Set Scene settings for Color Support.  Enables or uses a fixed value for color temperature on color groups.  This must be done for all scenes that will be used.
55 +##Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**Action**> <**FadeTime**>
54 54  **GroupID**: 0 to 15 (odd for color)
55 55  **SceneID**: Scene number (1 to 16)
56 56  **SceneLevel**: 255 for ShowRunner control, 0-254 for fixed scene level
57 57  **Action**: 0=Remove Scene, 1=Add Scene
58 58  **FadeTime**: Fade time in 1/10th of a second
59 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 8 1 255 1 10//
60 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 15 1 255 1 10//
61 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 7 1 255 1 10//
62 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 15 1 255 1 10//##