Changes for page Zummesh Dynamic White/CCT

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

From version 1.2
edited by Mark Kohlmann
on 2021/09/07 17:42
Change comment: There is no comment for this version
To version 1.3
edited by Mark Kohlmann
on 2021/09/07 17:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,31 @@
1 -Zum wireless supports dynamic white using DALI Groups 9-16.  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 ShowRunner 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 ShowRunner will be ignored.
1 +Zum wireless supports dynamic white using DALI Groups 9-16 (8 to 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 ShowRunner 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 ShowRunner will be ignored.
2 2  
3 +==== Typical Setup for up to 8 fixture types/zones:
4 + ====
5 +
6 +(% border="1" style="width:500px" %)
7 +|=DALI Group|=Name|=Fixture Type|=Control Type
8 +|0|Downlights, Main|F0|Intensity
9 +|1| |F1a|Intensity
10 +|2| |F3|Intensity
11 +|3| |F4c|Intensity
12 +|4| |F9|Intensity
13 +|5| |F0|Intensity
14 +| | | |
15 +| | | |
16 +| | | |
17 +| | | |
18 +| | | |
19 +| | | |
20 +| | | |
21 +| | | |
22 +| | | |
23 +
3 3  ==== Caveats: ====
4 4  
5 5  * Only intensity/CCT fixtures are supported.  This will not work with warm/cool fixtures.
6 6  * NETBRIDGE must be attached to the ZUMMESH-JOBX-DALI.  Only 1 ZUMMESH-JBOX-DALI is supported per room.  Use Zum Wired or DIN-DALI-2 if more capabilities are needed.
7 -* Supports up to 8 CCT channels, DALI Groups 9-16
28 +* Supports up to 8 CCT channels, DALI Groups 9-16 (8 to 15 for console purposes)
8 8  * 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.
9 9  * Setup must be done from the gateway console
10 10  
... ... @@ -14,9 +14,15 @@
14 14  Command: //rfrcon <**NetbridgeID**> DALIGLOBALADDRESS <**Action**>//
15 15  **Action**: 0=stop, 1=start, 3=get status
16 16  Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGLOBALADDRESS 1//
17 -1. Create DALI Groups.  This must be done from the gateway console.
38 +1. Create DALI Groups.  If group already exists then go to step 3. This must be done from the gateway console.
18 18  Command: //rfrcon <**NetbridgeID**> DALIGROUPADDDELETE <**GroupID**> <**Operation**> <**GroupName**>//
19 19  **GroupID: **0 to 15
20 20  **Operation:** 0=Delete Group, 1=Add Intensity Group, 3=Add Color Group
21 -**GroupName: **Name of the group, no spaces
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
48 +Example: rfrcon (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPSETTWRITE 8 14 1//
22 22  1.