Changes for page Zūm Discovery
Last modified by Alexander Mott on 2025/04/03 17:35
From version 38.1
edited by Alexander Mott
on 2025/02/21 18:44
on 2025/02/21 18:44
Change comment:
There is no comment for this version
To version 40.1
edited by Alexander Mott
on 2025/04/03 17:35
on 2025/04/03 17:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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. ... ... @@ -177,7 +177,8 @@ 177 177 Use this method when you have a single ShowRunnerCLC™ instance on a local network with all gateways being used for ShowRunnerCLC™. 178 178 179 179 * Connect to the processor's console with Toolbox or your favorite SSH client. 180 -* Type ##sr discover zummesh true## and press enter. 212 +* Type ##sr discover zummesh true## and press enter. ShowRunnerCLC™ will auto-assign an IP-ID. After all gateways have been claimed by ShowRunnerCLC™, proceed to the next step. 213 +* Type ##sr discover zummesh false## and press enter. 181 181 * Status messages and the results will be displayed on the console. The process should take about 3 minutes. 182 182 * When the discovery is finished type ##sr save## and press enter to save the updated config. Due to an unknown quirk that we are looking into, ShowRunnerCLC™ must be restarted to complete the acquire process. 183 183 * Type ##progreset## and press enter to restart ShowRunnerCLC™