Changes for page Zūm Discovery

Last modified by Austin Weygandt on 2025/05/02 20:21

From version 39.1
edited by Alexander Mott
on 2025/04/03 16:11
Change comment: There is no comment for this version
To version 41.1
edited by Austin Weygandt
on 2025/05/02 20:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.alexander\.mott@chiefintegrations\.com
1 +XWiki.austin\.weygandt@chiefintegrations\.com
Content
... ... @@ -140,6 +140,7 @@
140 140  
141 141  (% class="box warningmessage" %)
142 142  (((
143 +* **Newer GWEXER firmware enables SSL by default. Follow the instructions at [[SSL User Configuration>>doc:SHOWRUNNER™ User Guide & Wiki.SHOWRUNNER™ Appendix.SSL User Configuration.WebHome]] and manually add the IP Table entries on the GWEXER**
143 143  * Processor with ShowRunnerCLC™ version 2.190 or newer must be running on the same network as the gateway(s) to be acquired
144 144  ** For ShowRunnerCLC™ versions prior to 3.014 and newer, replace **##sr discover zummesh##** commands with **##sr discover zum##**
145 145  * ZUM-NETBRIDGES must already be acquired to their respective gateway
... ... @@ -146,7 +146,6 @@
146 146  * ShowRunnerCLC™ will automatically address any ZUM-NETBRIDGES that do not need have addresses assigned, but will still honor any already addressed devices
147 147  * Disconnect from any RF gateways you may be connected to in Toolbox prior to running the discovery command
148 148  * Plug loads will not appear in the ShowRunnerCLC™ UI
149 -* Newer GWEXER firmware enables SSL by default. Follow the instructions at [[SSL User Configuration>>doc:SHOWRUNNER™ User Guide & Wiki.SHOWRUNNER™ Appendix.SSL User Configuration.WebHome]] and manually add the IP Table entries on the GWEXER
150 150  )))
151 151  
152 152  (% class="box infomessage" id="HCaution:" %)
... ... @@ -157,6 +157,38 @@
157 157  1. **Claim All RF Gateways** - ShowRunnerCLC™ will find all CEN-GWEXERs [ZUMNET-GATEWAY] on the network and will claim them as its own. **DO NOT** use this method if there are gateways used by different ShowRunnerCLC™ or other Crestron systems on the same local network.
158 158  )))
159 159  
160 +(% class="box errormessage" id="HCaution:" %)
161 +(((
162 +**Note:** Due to what is believed to be an SSL issue, ShowRunnerCLC™ will sometimes fail to acquire Zūm Wireless gateways with the ##sr discover zummesh true## or ##sr ethernet device claim [Hostname]## commands.
163 +
164 +To work around this issue, Zūm Wireless gateways need to be added to the "IpDevices" section of the SrConfig.json and then have their IP Tables manually updated using the ##addm [IP-ID] [Processor IP]## command. Once this has been done, the ##sr discover zummesh false## commands can be run as normal.
165 +
166 +Below is an example "IpDevices" section of a config with three gateways defined. Serial numbers are optional and can be deleted if not known. **Note:**  the "IpId" here is decimal, whereas the actual IP-ID that is assigned from Text Console is in hexadecimal. You will need to convert between the two: e.g. decimal "48" corresponds to hexadecimal "30", decimal "74" would correspond to hexadecimal "4A", etc.
167 +
168 +{{{ "Eiscs": [],
169 + "IpDevices": [
170 + {
171 + "Model": "CEN-GWEXER",
172 + "Name": "GW-1-1",
173 + "SerialNumber": "2402NEJ03956",
174 + "IpId": 48
175 + },
176 + {
177 + "Model": "CEN-GWEXER",
178 + "Name": "GW-1-2",
179 + "SerialNumber": "2402NEJ03862",
180 + "IpId": 49
181 + },
182 + {
183 + "Model": "CEN-GWEXER",
184 + "Name": "GW-2-1",
185 + "SerialNumber": "2402NEJ03887",
186 + "IpId": 50
187 + }
188 + ],
189 + "Keyswitches": [],}}}
190 +)))
191 +
160 160  == Manual RF Gateway Assignment Instructions ==
161 161  
162 162  Use this method if you have multiple ShowRunnerCLC™ instances on the same network or have gateways used by other Crestron systems.