Changes for page Zummesh Dynamic White/CCT

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

From version 13.1
edited by Mark Kohlmann
on 2026/01/08 16:38
Change comment: There is no comment for this version
To version 15.1
edited by Mark Kohlmann
on 2026/01/08 20:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,6 +34,27 @@
34 34  
35 35  ==== Setup Steps: ====
36 36  
37 +
38 +If your DALI groups are already commissioned and you need to specify the groups for color (Examples shown for group 7):
39 +
40 +1. Modify DALI Group to color, only needed if step 2 was not done.  If step 2 was performed skip this step.
41 +##Command: //rfrcon <**NetbridgeID**> DALIGROUPSETTWRITE <**GroupID**> 14 <**GroupType**>//
42 +**GroupID: **0 to 15
43 +**GroupType:** 0=Intensity, 1=Color
44 +Example: (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPSETTWRITE 7 14 1//##
45 +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.
46 +##Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**Action**> <**FadeTime**>
47 +**GroupID**: 0 to 15 (odd for color)
48 +**SceneID**: Scene number (1 to 16)
49 +**SceneLevel**: 255 for ShowRunner control, 0-254 for fixed scene level
50 +**Action**: 0=Remove Scene, 1=Add Scene
51 +**FadeTime**: Fade time in 1/10th of a second
52 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 7 1 255 1 10//
53 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 7 2 255 1 10//##
54 +
55 +
56 +If Starting from scratch without having been commissioned in the Zum App (Examples shown for group 7):
57 +
37 37  1. (((
38 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 39  ##Command: //rfrcon <**NetbridgeID**> DALIGLOBALADDRESS <**Action**>//
... ... @@ -45,13 +45,8 @@
45 45  **GroupID: **0 to 15
46 46  **Operation:** 0=Delete Group, 1=Add Intensity Group, 3=Add Color Group
47 47  **GroupName: **Name of the group, no spaces, 16 characters max
48 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPADDDELETE 8 3 TypeF1-Color//##
49 -1. Modify DALI Group to color, only needed if step 2 was not done.  If step 2 was performed skip this step.
50 -##Command: //rfrcon <**NetbridgeID**> DALIGROUPSETTWRITE <**GroupID**> 14 <**GroupType**>//
51 -**GroupID: **0 to 15
52 -**GroupType:** 0=Intensity, 1=Color
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.
69 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPADDDELETE 7 3 TypeF1-Color//##
70 +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 55  ##Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**Action**> <**FadeTime**>
56 56  **GroupID**: 0 to 15 (odd for color)
57 57  **SceneID**: Scene number (1 to 16)
... ... @@ -58,5 +58,5 @@
58 58  **SceneLevel**: 255 for ShowRunner control, 0-254 for fixed scene level
59 59  **Action**: 0=Remove Scene, 1=Add Scene
60 60  **FadeTime**: Fade time in 1/10th of a second
61 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 8 1 255 1 10//
62 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 15 1 255 1 10//##
77 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 7 1 255 1 10//
78 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 7 2 255 1 10//##