Changes for page Zūm Discovery

Last modified by Alexander Mott on 2025/04/03 17:35

From version 38.2
edited by Alexander Mott
on 2025/04/03 16:11
Change comment: There is no comment for this version
To version 40.1
edited by Alexander Mott
on 2025/04/03 17:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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.