Changes for page Zūm Net Device Setup
Last modified by Alexander Mott on 2024/10/22 19:55
From version 45.1
edited by Alexander Mott
on 2023/10/06 22:52
on 2023/10/06 22:52
Change comment:
There is no comment for this version
To version 41.1
edited by Alexander Mott
on 2023/05/16 14:21
on 2023/05/16 14:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -106,10 +106,8 @@ 106 106 107 107 == Assigning Permanent Static IP Addresses and IP-IDs == 108 108 109 -Once you have identified which IP address has been assigned to each ZUMNET-JBOX, you can begin configuring them with permanent static IP addresses and the correct IP-ID .109 +Once you have identified which IP address has been assigned to each ZUMNET-JBOX, you can begin configuring them with permanent static IP addresses and the correct IP-ID: 110 110 111 -Note that static IP addresses are only required on jobs where there is no permanent DHCP server. Manual IP-ID assignment is not required for jobs intended to be used with Zūm Auto Discovery, though it may still be recommended in order to keep track and document which IP-ID is associated with each area (Auto Discovery will auto-assign IP-IDs to ZUMNET-JBOXs without IP-IDs, but if a ZUMNET-JBOX already has an IP table entry it will be imported to the configuration with that pre-existing IP-ID). 112 - 113 113 * Open Text Console in Toolbox and connect to the first ZUMNET-JBOX 114 114 * Run the following commands to configure the ZUMNET-JBOXs IP settings (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a permanent IP address of (% style="color:blue" %)**10.0.0.80**(%%), an IP-ID of (% style="color:olive" %)**30**(%%), a processor IP address of (% style="color:orange" %)**10.0.0.10**(%%), and a hostname of (% style="color:#800080" %)**ZNET-JBOX-RM-201**(%%); the hostname can be skipped if it has already been configured from the Crestron Zūm App) 115 115 ** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.80**(%%)## ... ... @@ -124,14 +124,26 @@ 124 124 125 125 = Zūm Net Specific Configuration = 126 126 127 -Zūm Net devices have a two additional settings not present for other devices: Primary/Secondary mode andZūm/Cresnet mode.ZUMNET-JBOX-DALI have a third setting forGroup/LegacyDALImode,and allZUMNET-JBOX-*thatarein CNET modeanoptionallybeconfiguredtoautomaticallyswitchbackandforthbetweenCNET and App mode dependingon whetherthecontrol processorisreachable.125 +Zūm Net devices have a two additional settings not present for other devices: Zūm/Cresnet mode and Master/Slave mode. ZUMNET-JBOXs should ship as Master devices in Zūm Mode from the factory, and this is typically the desired setting. 128 128 127 +== Zūm/Cresnet Mode == 128 + 129 +Zūm Mode (also known as App Mode) is the default setting for new ZUMNET-JBOXs, and allows them to be configured from the Crestron Zūm App. If a ZUMNET-JBOX is put into Cresnet mode, it will no longer be able to be configured using the Crestron Zūm App and all internal logic will be disabled. Generally, Cresnet mode is only required if non-Zūm Link devices are connected to the ZUMNET-JBOX (e.g. a GL-EXP-DIMU-CN phase dimmer or C2N-CBD-P Cameo keypads) or if certain ShowRunnerCLC™ features are required (such as changing the dimming response curve). 130 + 131 +The commands to view or change the Zūm/Cresnet mode are: 132 + 133 +* View current mode: ##zwmode## 134 +* Make Zūm/App mode: ##zwmode zum## 135 +* Make Cresnet mode: ##zwmode cnet## 136 + 137 +A reboot is required if the mode is to be changed. Note that this command will also display the current Master/Slave mode, but will not allow you to change it. 138 + 129 129 == Primary/Secondary Mode == 130 130 131 131 (% class="box warningmessage" %) 132 132 ((( 133 -Zūm Wired firmware v1.03.27 (device firmware v1.002.00026) updates the terminology from "master"/"slave" to "primary"/"secondary", and changes thems##ps##134 -Devices running this newer firmware will not accept commands using "master"/"slave" as arguments. 143 +Zūm Wired firmware v1.03.27 (device firmware v1.002.00026) updates the terminology from "master"/"slave" to "primary"/"secondary", and adds the ##zwps## command in addition to the previous ##zwms## command. 144 +Devices running this newer firmware will not accept commands using "master"/"slave" as arguments, but will still accept either ##zwms## or ##zwps## as the command. 135 135 ))) 136 136 137 137 ZUMNET-JBOXs can be in either "Primary" or "Secondary" mode. In most situations, "Primary" is the desired mode of operations, as "Secondary" mode effectively turns a ZUMNET-JBOX into a ZUMLINK-JBOX and prevents it from discovering devices on the Zūm Link bus or performing any logic. There are two scenarios in which a ZUMNET-JBOX should be configured in "Secondary" mode: ... ... @@ -144,48 +144,17 @@ 144 144 * View current mode: 145 145 ** Current FW: ##zwps## or ##zwmode## 146 146 ** Old FW: ##zwms## 147 -* Make " Primary":157 +* Make "master": 148 148 ** Current FW: ##zwps primary## 149 149 ** Old FW: ##zwms master## 150 -* Make " Secondary":151 -* *Current FW: ##zwps secondary##152 -* *Old FW: ##zwms slave##160 +* Make "slave": 161 +* Current FW: ##zwps secondary## 162 +* Old FW: ##zwms slave## 153 153 154 154 A reboot is required if the mode is changed. 155 155 156 -= =Zūm/CresnetMode==166 += Changing IP-IDs = 157 157 158 -Zūm Mode (also known as App Mode) is the default setting for new ZUMNET-JBOXs, and allows them to be configured from the Crestron Zūm App. If a ZUMNET-JBOX is put into Cresnet mode, it will no longer be able to be configured using the Crestron Zūm App and all internal logic will be disabled. Generally, Cresnet mode is only required if non-Zūm Link devices are connected to the ZUMNET-JBOX (e.g. a GL-EXP-DIMU-CN phase dimmer or C2N-CBD-P Cameo keypads) or if certain ShowRunnerCLC™ features are required (such as changing the dimming response curve). 159 - 160 -The commands to view or change the Zūm/Cresnet mode are: 161 - 162 -* View current mode: ##zwmode## 163 -* Make Zūm/App mode: ##zwmode zum## 164 -* Make Cresnet mode: ##zwmode cnet## 165 - 166 -A reboot is required if the mode is to be changed. Note that this command will also display the current Master/Slave mode, but will not allow you to change it. 167 - 168 -=== DALI Group/Legacy Mode === 169 - 170 -ZUMNET-JBOX-DALI that are operating in App mode should be kept in "Groups" DALI mode, and DALI loads must be configured through the Zūm App. ZUMNET-JBOX-DALI that are operating in CNET mode with ShowRunner™ must be changed to "Legacy" DALI mode, and the DALI ballasts must be addressed and grouped using the Crestron Toolbox DALI Commissioning 2.0 Tool. 171 - 172 -To change modes, run the appropriate dalisetmode command, wait 5 seconds, and then reboot the ZUMNET-JBOX-DALI: 173 - 174 -* Set Legacy mode: ##dalisetmode 1 1## 175 -* Set Groups mode: ##dalisetmode 1 2## 176 - 177 -=== Zūm Mode Auto Switch === 178 - 179 -Zūm Mode Auto Switch is a feature introduced by Crestron in November of 2022 with .puf firmware v1.04.05 (device firmware 1.004.00005). This feature is intended to address concerns that arose from projects using custom programs with ZUMNET-JBOX-* devices in CNET Mode. Previously, if a device in CNET Mode lost connection to the processor, then it would be impossible to maintain any sort of control over the lighting. With Zūm Mode Auto Switch enabled, a ZUMNET-JBOX running in CNET Mode will automatically switch to App Mode and process local logic in the event that it loses connection to the processor. 180 - 181 -Enable Zūm Mode Auto Switch using the command: ##autoswitch on## 182 - 183 -Rebooting after changing Auto Switch modes is not officially required, but is still recommended. 184 - 185 -//Any configuration changes made through the Zūm App should be made while the control processor is disconnected: the easiest ways to accomplish this are to either disconnect the Cat5e/Cat6 cable at the processor or use Text Console commands (//##stopprog -p:01##//)to temporarily suspend the custom program on the processor.// 186 - 187 -== Changing IP-IDs == 188 - 189 189 If ZUMNET-JBOXs must be assigned different IP-IDs than indicated in the SRTakeoff.xlsx, or if Zūm Link devices are moved between ZUMNET-JBOXs, then the configuration file must be updated. Every Zūm Link device in the configuration has a ##"DeviceHostId"## associated with it, which corresponds to the IP-ID of the ZUMNET-JBOX hosting it. 190 190 191 191 If a Zūm Link device is moved from one ZUMNET-JBOX to another, then this ##"DeviceHostId"## must be updated with the IP-ID of the new device.