Wiki source code of Zummesh Dynamic White/CCT

Last modified by Scott Kohlmann on 2023/04/21 14:09

Hide last authors
Scott Kohlmann 10.1 1 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 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.
Mark Kohlmann 1.1 2
Craig Lewis 2.2 3 ==== Typical Setup for up to 6 zones, 5 fixture types: ====
Mark Kohlmann 1.3 4
Mark Kohlmann 8.1 5 (% border="1" style="width:600px" %)
Mark Kohlmann 1.3 6 |=DALI Group|=Name|=Fixture Type|=Control Type
7 |0|Downlights, Main|F0|Intensity
Mark Kohlmann 7.1 8 |1|Downlights, Main/Screen CCT|F0|Color
9 |2|Accent Lights|F1a|Intensity
10 |3|Accent Lights CCT|F1a|Color
11 |4|Spot Lights|F3|Intensity
12 |5|Spot Lights CCT|F3|Color
13 |6|Troffers|F4c|Intensity
14 |7|Troffers CCT|F4c|Color
15 |8|Linear|F9|Intensity
16 |9|Linear|F9|Color
17 |10|Downlights @ Screen|F0|Intensity
18 |11|-|-|Color
19 |12|-|-|Intensity
Mark Kohlmann 1.5 20 |13|-|-|Color
Mark Kohlmann 7.1 21 |14|-|-|Intensity
Mark Kohlmann 1.5 22 |15|-|-|Color
Mark Kohlmann 1.3 23
Mark Kohlmann 1.1 24 ==== Caveats: ====
25
26 * Only intensity/CCT fixtures are supported.  This will not work with warm/cool fixtures.
Mark Kohlmann 5.1 27 * NETBRIDGE must be attached to the ZUMMESH-JBOX-DALI.  Only 1 ZUMMESH-JBOX-DALI is supported per room.  Use Zum Wired or DIN-DALI-2 if more capabilities are needed.
Mark Kohlmann 7.1 28 * Supports up to 8 CCT channels, DALI Groups 2,4,6,8,10,12,14,16 (1,3,5,7,9,11,13,15 for console purposes)
Mark Kohlmann 1.1 29 * 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.
30 * Setup must be done from the gateway console
31
32 ==== Setup Steps: ====
33
34 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.
35 Command: //rfrcon <**NetbridgeID**> DALIGLOBALADDRESS <**Action**>//
Mark Kohlmann 1.2 36 **Action**: 0=stop, 1=start, 3=get status
Mark Kohlmann 1.1 37 Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGLOBALADDRESS 1//
Mark Kohlmann 1.3 38 1. Create DALI Groups.  If group already exists then go to step 3. This must be done from the gateway console.
Mark Kohlmann 1.2 39 Command: //rfrcon <**NetbridgeID**> DALIGROUPADDDELETE <**GroupID**> <**Operation**> <**GroupName**>//
40 **GroupID: **0 to 15
41 **Operation:** 0=Delete Group, 1=Add Intensity Group, 3=Add Color Group
Mark Kohlmann 1.3 42 **GroupName: **Name of the group, no spaces, 16 characters max
43 Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPADDDELETE 8 3 TypeF1-Color//
44 1. Modify DALI Group to color, only needed if step 2 was not done.  If step 2 was performed skip this step.
45 Command: //rfrcon <**NetbridgeID**> DALIGROUPSETTWRITE <**GroupID**> 14 <**GroupType**>//
46 **GroupID: **0 to 15
47 **GroupType:** 0=Intensity, 1=Color
Mark Kohlmann 1.7 48 Example: (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPSETTWRITE 8 14 1//
49 1. Set Scene settings for Color Support.  Enables or uses a fixed value for color temperature on color groups.
Mark Kohlmann 4.1 50 Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**Action**> <**FadeTime**>
Craig Lewis 9.1 51 **GroupID**: 0 to 15 (odd for color)
Mark Kohlmann 1.7 52 **SceneID**: Scene number (1 to 16)
53 **SceneLevel**: 255 for ShowRunner control, 0-254 for fixed scene level
Mark Kohlmann 4.1 54 **Action**: 0=Remove Scene, 1=Add Scene
Mark Kohlmann 1.7 55 **FadeTime**: Fade time in 1/10th of a second
Craig Lewis 2.2 56 Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 8 1 255 1 10//
Mark Kohlmann 6.1 57 Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 15 1 255 1 10//