Wiki source code of CEN-GWEXER Setup

Version 17.1 by Alexander Mott on 2024/02/09 00:59

Show last authors
1 {{box cssClass="floatinginfobox" title="**CONTENTS**"}}
2 {{toc/}}
3 {{/box}}
4
5 CEN-GWEXERs are a two-way radiofrequency (RF) transceivers that allow Crestron infinetEX and Extended Range wireless devices to communicate with the control processor over Ethernet. They are for Crestron wireless systems what [[DIN-CENCN-2s>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.DIN-CENCN-2 Setup.WebHome]] are for wired Cresnet systems.
6
7 For SHOWRUNNER™ installations, the IP address of the CEN-GWEXER does not matter as long as it is in the same range as the processor and does not conflict with any other devices on the network. Instead, CEN-GWEXERs are identified to the processor via their IP-ID. Note that which infinetEX devices are landed at which CEN-GWEXER matters, and if devices are moved between CEN-GWEXERs then the configuration will need to be updated (see below). Chief Integrations typically provides an SRTakeoff.xlsx spreadsheet with an IP Table tab that lists all the CEN-GWEXER IP-IDs in the program. If no takeoff is provided, then the processor's IP table can be checked by running the ##ipt -t ##command from the processor after the configuration is loaded. DIN-CENCN-2's will typically have IP-IDs in the "##Cx##" range.
8
9 = IP Configuration =
10
11 Typically, each CEN-GWEXER will need to be initially configured via USB (microUSB) unless their MAC addresses are already known and the lighting network has a DHCP server. If the DHCP server on the network is temporary (e.g. DHCP server software running on your computer or a processor utilizing the [[ShowRunner™ DHCP Server>>doc:SHOWRUNNER™ Setup Guide.Troubleshooting Guide.Advanced Tools.DHCP Server.WebHome]]), then static IP addresses must be configured. If the DHCP server is permanent (such as a CP4N or ZUM-HUB4 Control Subnet), then only the IP table needs to be configured for the devices.
12
13 When connecting to a CEN-GWEXER for the first time, it may be necessary to manually change the connection type from "Auto" to "SSL/TLS". It is also necessary to manually edit the CEN-GWEXER's address book entry so that the connection protocol is "SSL/TLS" when a CEN-GWEXER is added to the address book using Device Discovery tool export.
14
15 == DHCP Configuration ==
16
17 If the lighting network has a permanent DHCP server, then CEN-GWEXERs only require their IP table to be configured, though it is good practice to also record or update their hostname. If the MAC addresses for the CEN-GWEXERs are not known, then the best way to update their configuration is via USB (microUSB). If you are able to identify the CEN-GWEXERs by MAC address, then it is possible to configure these settings via Ethernet using Text Console. Whether connected to the CEN-GWEXER via USB or Ethernet, the process to configure the IP table and hostname is the same:
18
19 * Open Text Console in Toolbox and connect to the CEN-GWEXER
20 ** Note that you may need to manually select "SSL" connection type, as "Auto" might not always redirect
21 * Run the following commands to configure the CEN-GWEXER's IP table and hostname (example is for an IP-ID of (% style="color:olive" %)**C1**(%%), and a target processor IP address of (% style="color:orange" %)**172.22.0.1**(%%), and a device hostname of (% style="color:purple" %)**GWEXER-L1**(%%))
22 ** Update IP table: ##addm (% style="color:olive" %)**C1**(%%) (% style="color:orange" %)**172.22.0.1**(%%)##
23 ** Set hostname: ##host (% style="color:purple" %)**GWEXER-L1**(%%)##
24 ** Reboot the CEN-GWEXER: ##reboot##
25 * At this point, it is a good idea to [[update the device firmware>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Updating Firmware.WebHome]]
26 * Repeat for all CEN-GWEXERs on the job
27
28 == Static Configuration ==
29
30 If there is no permanent DHCP server on the lighting network, then CEN-GWEXERs should be configured with static IP addresses via USB (micro USB). If a temporary DHCP server is connected to the lighting network and you are able to identify CEN-GWEXERs by MAC address, then it is possible to configure these settings via Ethernet using Text Console. Whether connected via USB or Ethernet, the process to configure the static IP addresses is the same:
31
32 * Open Text Console in Toolbox and connect to the CEN-GWEXER
33 ** Note that you may need to manually select "SSL" connection type, as "Auto" might not always redirect
34 * Run the following commands to configure the CEN-GWEXER's static IP settings (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a static IP address of (% style="color:blue" %)**10.0.0.12**(%%), an IP-ID of (% style="color:olive" %)**C1**(%%), and a target processor IP address of (% style="color:orange" %)**10.0.0.10**(%%), and a device hostname of (% style="color:purple" %)**GWEXER-L1**(%%))
35 ** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.12**(%%)##
36 ** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
37 ** Set default gateway: ##defr 0 **10.0.0.1**##
38 ** Disable DHCP: ##dhcp off##
39 ** Update IP table: ##addm (% style="color:olive" %)**C1**(%%) (% style="color:orange" %)**10.0.0.10**(%%)##
40 ** Set hostname: ##host (% style="color:purple" %)**GWEXER-L1**(%%)##
41 ** Reboot the CEN-GWEXER: ##reboot##
42 * At this point, it is a good idea to [[update the device firmware>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Updating Firmware.WebHome]]
43 * Repeat for all CEN-GWEXERs on the job
44
45 = SSL Setup =
46
47 Crestron devices that support SSL require the use of a secure connection between the processor and the device. In order to establish this secure connection, the processor must have authentication enabled and there must be a user on the processor with "Connects" group permissions.
48
49 Configure the Connects user on the processor:
50
51 * Ensure the processor has [[its IP configured and authentication enabled>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome||anchor="HIPConfiguration"]]
52 ** Verify the processor has authentication enabled by running the command: ##auth## without any parameters
53 * Create a user by running the following commands, replacing the "username" and "password" with your desired credentials
54 ** ##adduser -N:username -P:password##
55 ** ##addusertogroup -N:username -G:Connects##
56 * Verify that the user has been created by running the command: ##listusers##
57 * This process only needs to be performed once per processor on the jobsite
58
59 Configure the CS authentication on the CEN-GWEXER:
60
61 * Run the following command, replacing the "username" and "password" with the credentials of the Connects user from the previous step
62 ** ##setcsauth -N:username -P:password##
63 * Repeat this process for every CEN-GWEXER on the jobsite
64
65 = RF Channel =
66
67 Crestron wireless devices have 16 non-overlapping channels numbered 11-26 to prevent and avoid RF interference either from other appliances in the building (such as microwaves or Wi-Fi routers) or from other Crestron devices that are attempting to communicate with different CEN-GWEXERs.
68
69 By default, all CEN-GWEXERs will ship with the same RF channel, so for jobs where interference may be an issue it is necessary to manually change the RF channel of the CEN-GWEXERs. When selecting which RF channel to use for each CEN-GWEXER, it is best to avoid using the same RF channel for any CEN-GWEXERs that are adjacent to each other (whether they are adjacent on the same floor or whether they are adjacent on top of/below each other by virtue of being installed in the same location on different floors). See Crestron's [[RF Products Best Practices guide>>https://www.crestron.com/getmedia/3b3588d1-9356-4d4b-a2df-b3ac1c6fff14/mg_bp_installation_setup_crestron_rf_products]] for more details on RF channel selection.
70
71 * If using Text Console, run the command: ##rfchannel [#]##
72 ** Replace "[#]" with the desired RF channel
73 * If using the Gateway Configuration tool:
74 ** Connect to the CEN-GWEXER in another tool such as Text Console
75 ** Navigate to Functions > Gateway Configuration... to open the tool
76 ** At the top left, under "RF Channel", ensure "Fixed" is selected and then choose a channel
77 ** The Gateway Configuration window will become nonresponsive while the RF channel is being applied to the gateway
78 ** Close the tool once the change has been applied
79 * Once the RF channel has been updated, verify it by running the command: ##rfchannel## without any parameters
80
81 = Acquiring and Addressing Devices =
82
83 (% class="box warningmessage" %)
84 (((
85 **When acquiring wireless hardware on jobs with multiple CEN-GWEXERs, it is very important that only one gateway is in acquire mode at a time.** 
86 Once you are done acquiring devices to one gateway, ensure that you take the gateway out of acquire mode before you begin acquiring devices to the next gateway.
87 Attempting to acquire devices while multiple gateways are actively in acquire mode may result in wireless hardware being acquired to the incorrect gateway.
88 )))
89
90 Unlike wired Cresnet devices such as DIN-CENCN-2s or processors which can poll the connected Cresnet and report all devices that are currently connected, CEN-GWEXERs and other wireless gateways must first acquire the wireless Crestron devices. Acquiring wireless Crestron devices involves putting the gateway into acquire mode and then performing a physical button press sequence on each of the wireless devices to be acquired. This process is described in detail below:
91
92 * Put the CEN-GWEXER into acquire mode using one of the methods below:
93 ** If using Text Console, run the command: ##acquire start##
94 *** Devices will indicate their TSID in the Text Console window as they are acquired
95 ** If using the Gateway Configuration tool:
96 *** Connect to the CEN-GWEXER in another tool such as Text Console
97 *** Navigate to Functions > Gateway Configuration... to open the tool
98 *** At the bottom left, click "Start Acquire"
99 *** [[image:1701720163760-996.png||height="271" width="316"]]
100 *** Wait for the confirmation dialog and click "OK" to close the confirmation dialog
101 *** Previously acquired devices will be displayed with black text, while newly acquired devices will populate with blue text
102 *** Using the Gateway Configuration tool to acquire hardware may be preferable to using Text Console as acquired devices will report their Serial Number as they are acquired instead of just their TSID
103 * The process for acquiring a wireless device to a gateway varies for each model, but generally the procedure is as follows:
104 ** Press the "setup" button (top button for keypads) in the sequence press-press-press-hold
105 ** Do not release the button until the setup LED (top feedback LED for keypads) begins blinking slowly
106 *** If the setup LED turns steady, then the device was acquired successfully
107 *** If the setup LED begins to rapidly blink, then the acquire failed
108 **** Press the "setup" button again to cancel acquire
109 **** Attempt to acquire the device again
110 **** If the device fails to acquire a second time: verify that the correct gateway is in acquire mode, verify that no other gateways are in acquire mode, verify that the desired gateway is close enough to the device that it should be able to acquire, and verify that there are no other sources of RF interference that may be preventing acquisition.
111 ** Repeat for all wireless devices that need to be acquired to the gateway
112 * Once all devices have been acquired, take the CEN-GWEXER out of acquire mode:
113 ** If using Text Console, run the command: ##acquire stop##
114 ** If using the Gateway Configuration tool, click the "STOP Acquire" button in the lower left
115 * Address devices as indicated in the SHOWRUNNER™ takeoff by either:
116 ** Use Text Console to run the command: ##setrfidbytsid [CID] [TSID]##
117 *** Replace "[CID]" with the connection ID as indicated in the takeoff
118 *** Replace "[TSID]" with the 4-byte, hexadecimal TSID of the device to be addressed
119 ** Use Network Device Tree View to select each device and address them individually
120 * Verify all devices have been acquired and addressed correctly using Network Device Tree View or with the Text Console command: ##reportnetdev##
121
122 = Moving/Removing Devices (Unacquiring Devices) =
123
124 When a wireless Crestron device is acquired to a new gateway using the typical acquiring process described above, it will automatically forget the previously connected gateway. The gateway itself, however, must manually "forget" the previously connected device before a newly acquired and addressed device will function correctly. This is necessary whether the originally connected device is moved or if the originally corrected device has failed and is being replaced.
125
126 To unacquire a device from a gateway, it is necessary to run the below commands, replacing "[TSID]" with either the 4-byte hexadecimal TSID of a single device or "all" to forget all previously acquired devices. Devices do not need to be online in order to be acquired (e.g., a failed device can still be unacquired using this method). While only one of these commands needs to be run per device, it is not documented which command (ending in "0" or "1") is required for each model, so it is generally advisable to run both commands for each device to be unacquired:
127
128 * ##unacquirebytsid [TSID] 0##
129 * ##unacquirebytsid [TSID] 1##
130
131 Once all of the necessary TSIDs have been unacquired, use the ##reboot## command to reboot the gateway and complete the unacquire process.