Changes for page Zūm Net Device Setup

Last modified by Alexander Mott on 2024/10/22 19:55

From version 10.3
edited by Alexander Mott
on 2022/06/17 16:47
Change comment: There is no comment for this version
To version 5.2
edited by Alexander Mott
on 2022/06/16 19:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Zūm Net Device Setup
1 +ZUMNET-JBOX Setup
Content
... ... @@ -21,37 +21,10 @@
21 21  1. Identifying which DHCP assigned IP address corresponds to each ZUMNET-JBOX
22 22  1. Connecting to each ZUMNET-JBOX and assigning a permanent static IP address and IP-ID
23 23  
24 -==== Identifying ZUMNET-JBOXs ====
24 +==== Identifying Zūm Net Devices ====
25 25  
26 26  Once all ZUMNET-JBOXs have been assigned temporary IP addresses from the DHCP server, they must each be identified so that the correct IP-ID can be assigned. The goal is to associate each assigned IP address with the room that each ZUMNET-JBOX is meant to control. Then we can connect to each ZUMNET-JBOX and set static IP addresses and update the IP table with the correct IP-ID.
27 27  
28 -There are three primary ways of identifying ZUMNET-JBOXs:
29 -
30 -1. Identifying by hostname
31 -1. Identifying by serial number or MAC address
32 -1. Identifying through Toolbox
33 -
34 -Each of these methods involves generating a Device Summary using the Device Discovery Tool in Toolbox. The Device Summary is a file which lists all devices that are discoverable on the network along with useful information such as their hostname, IP address, and MAC address.
35 -
36 -To generate a Device Summary in Toolbox:
37 -
38 -* Connect to the lighting network and open Device Discovery Tool in Toolbox
39 -* The Device Discovery tool will automatically report how many Ethernet devices have been discovered
40 -* Verify that the expected number of Ethernet devices have been discovered, including any TSWs, GLPACs, DIN-CENCN-2s, etc.
41 -** Note that only Crestron devices will appear in Device Discovery; non-Crestron devices (such as Pharos or Enttec DMX controllers) will not appear in Device Discovery Tool
42 -** If no devices are discovered, verify that your computer is connected to the network and your IP address is compatible with the network
43 -** If some devices are missing, there may be an issue with your DHCP server settings or the network wiring
44 -* Click the "Export..." button below the list of discovered devices
45 -** If this button says "Address Book", then Toolbox needs to be updated
46 -* Click the Write Device Summary button and save the DeviceSummary.txt to your computer
47 -* The DeviceSummary.txt provides the IP address, MAC address, and serial number for each device on the network
48 -* Cross reference the DeviceSummary.txt with the serial numbers/MAC addresses provided by the installer in order to determine which ZUMNET-JBOX has been assigned each IP address
49 -* Update the SRTakeoff.xlsx with the device serial number, MAC address, and automatically assigned IP address for all ZUMNET-JBOXs
50 -
51 -===== Identifying by Hostname =====
52 -
53 -Oftentimes,
54 -
55 55  If the electrical contractor has provided a list of which serial numbers/MAC addresses belong to each installed ZUMNET-JBOX, then it is relatively easy to identify which ZUMNET-JBOX should get which IP-ID:
56 56  
57 57  * Connect to the lighting network and open Device Discovery Tool in Toolbox
... ... @@ -84,9 +84,9 @@
84 84  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:
85 85  
86 86  * Open Text Console in Toolbox and connect to the first ZUMNET-JBOX
87 -* 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**(%%))
60 +* 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.20**(%%), 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**(%%))
88 88  ** Disable DHCP: ##dhcp off##
89 -** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.80**(%%)##
62 +** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.20**(%%)##
90 90  ** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
91 91  ** Set default gateway: ##defr 0 **10.0.0.1**##
92 92  ** Update IP table: ##addm (% style="color:olive" %)**30**(%%) (% style="color:orange" %)**10.0.0.10**(%%)##
... ... @@ -96,39 +96,12 @@
96 96  
97 97  === Zūm Net Specific Configuration ===
98 98  
99 -Zūm Net devices have a two additional settings not present for other devices: Zūm/Cresnet mode and Master/Slave mode.
72 +Zūm Net devices have
100 100  
101 -==== Zūm/Cresnet Mode ====
74 +App vs Cresnet mode
102 102  
103 -ZUMNET-JBOXs should ship in "Zūm Mode" by default, also known as "App Mode" because this is the setting required to be able to configure Zūm Wired rooms using the Crestron Zūm Mobile App.
76 +Master vs Slave
104 104  
105 -If a ZUMNET-JBOX is put into Cresnet mode, it will no longer be able to be configured using the 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).
106 -
107 -The commands to view or change the Zūm/Cresnet mode are:
108 -
109 -* View current mode: ##zwmode##
110 -* Make Zūm/App mode: ##zwmode zum##
111 -* Make Cresnet mode: ##zwmode cnet##
112 -
113 -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.
114 -
115 -==== Master/Slave Mode ====
116 -
117 -ZUMNET-JBOXs should ship in "Master" mode by default, and generally this is how they should be configured.
118 -
119 -"Slave" mode effectively turns a ZUMNET-JBOX into a ZUMLINK-JBOX. There are two scenarios in which a ZUMNET-JBOX will need to be configured in "Slave" mode:
120 -
121 -1. It is connected to another ZUMNET-JBOX via the Zūm Link bus
122 -1. It is being used as a Cresnet device, connected to a processor or DIN-CENCN-2 using a Cresnet/Zūm Link adapter
123 -
124 -The commands to view or change the Master/Slave mode are:
125 -
126 -* View current mode: ##zwms##
127 -* Make "master": ##zwms master##
128 -* Make "slave": ##zwms slave##
129 -
130 -A reboot is required if the mode is to be changed.
131 -
132 132  === Changing IP-IDs ===
133 133  
134 134  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.
1655410981707-782.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.alexander\.mott@chiefintegrations\.com
Size
... ... @@ -1,1 +1,0 @@
1 -5.6 KB
Content
1655410997733-287.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.alexander\.mott@chiefintegrations\.com
Size
... ... @@ -1,1 +1,0 @@
1 -2.6 KB
Content
1655411066727-374.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.alexander\.mott@chiefintegrations\.com
Size
... ... @@ -1,1 +1,0 @@
1 -3.2 KB
Content