Show last authors
1 (% class="box errormessage" %)
2 (((
3 This page is for ZUM-HUB4 deployments. For other processors, see our [[normal processor setup page>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome]].
4 )))
5
6 (% class="box errormessage" %)
7 (((
8 **IMPORTANT:** When using ShowRunnerCLC™ with a ZUM-HUB4, **do not** discover Zūm Rooms using the Crestron HUB4 Web UI. During discovery, the HUB4 will claim ZUMNET-JBOXs and prevent ShowRunnerCLC™ from auto-discovering or registering the Zūm hardware for itself.
9 )))
10
11 (% class="box warningmessage" %)
12 (((
13 ZUM-HUB4 requires firmware version 2.006.0034 or greater for third party software to be loaded.
14 (Once installed, running the "##ver##" command should report a FW version of 2.8000.00009 or greater.)
15 )))
16
17 {{box cssClass="floatinginfobox" title="**CONTENTS**"}}
18 {{toc/}}
19 {{/box}}
20
21 **Licensing tutorial:**
22
23 //Note: Please use Chrome or Firefox to download the License from [[https:~~/~~/portal.chiefintegrations.com>>https://portal.chiefintegrations.com]].  Edge and Internet Explorer do not work properly.//
24
25 [[https:~~/~~/www.youtube.com/watch?v=H8CLZ7bp0eI>>url:https://www.youtube.com/watch?v=H8CLZ7bp0eI]]
26
27 {{display excludeFirstHeading="false" reference="SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome" section="HErrorBroadcasting"/}}
28
29 = IP Configuration and Console Commands =
30
31 * Connect to the ZUM-HUB4 via USB and create an admin-level CWS user
32 ** Input the desired username and password into the dialog box. Save this login information, as it is not possible to recover if it is lost or forgotten
33 ** In the event that the processor does not allow you to log in with the chosen credentials (i.e. it repeatedly prompts for credentials)
34 *** Attempt to log in with username "crestron" and no password
35 *** Once logged into Text Console, run the following commands, replacing the "username" and "password" with your desired credentials
36 **** ##adduser -N:username -P:password##
37 **** ##addusertogroup -N:username -G:Administrators##
38 * Run commands to enable connecting to the ShowRunnerHUB™ interface and prevent issues with license loading on processor reboot:
39 ** Disable CWS Anti-CSRF feature (case sensitive): ##cwsanticsrf OFF##
40 ** Force waiting to start program: ##startprogafterrouter on##
41 ** Processor must be rebooted with "##reboot##" command before these take effect, but you can wait to reboot if there are other settings you must change that also require a reboot
42 ** ShowRunnerCLC™ .puf versions 3.042 and newer automatically run this command when the "Configure ZUM-HUB4" option is selected.
43 * Determine whether the lighting control hardware will be connected to the ZUM-HUB4's LAN port or the Control Subnet port:
44 ** If the system is standalone (not integrated with building LAN), then lighting hardware can be connected to either the LAN port or the Control Subnet port, but it is still recommended to use the Control Subnet for Crestron hardware as the ZUM-HUB4 has a router built-in that will assign IP addresses:
45 *** If connecting lighting hardware to the LAN port, then you must configure the LAN as a static IP (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a processor IP address of (% style="color:blue" %)**10.0.0.10**(%%)):
46 **** Disable DHCP: ##dhcp 0 off##
47 **** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.10**(%%)##
48 **** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)##
49 **** Set default gateway: ##defr 0 **10.0.0.1**##
50 **** Set hostname: ##host HUB4-CPP##
51 **** Optionally, set secure gateway: ##securegateway default ##
52 ***** Note: this setting enables unsecure connections to the processor from the LAN. This is necessary if ZUMNET-JBOXs or other non-secure Crestron devices (such as 3-Series EISC) will be connected via the LAN port of the processor
53 **** Reboot the processor: ##reboot##
54 *** If connecting lighting hardware to the Control Subnet port, then you may either use the default IP scheme of the processor, or you may optionally configure the Control Subnet. Do not connect an external router to the Control Subnet port, as doing so will cause the internal DHCP server to shut down. If manually configuring the control subnet, we recommend the following IP range as it won't conflict with corporate networks:
55 **** Using the "Functions>Ethernet Addressing...>Control Subnet" menu of Toolbox:
56 ***** Set routing to "Manual" with the start address and subnet size
57 ***** E.g., a setting of "100.64.0.0/20" will have the processor at 10.64.0.1 with an IP mask of 255.255.240.0 and a default gateway and DNS server at 100.64.0.2
58 **** Using Text Console commands (example for a **100.64.0.0(% style="color:darkgoldenrod" %)/20(%%)** subnet, with a processor IP address of (% style="color:blue" %)**100.64.0.1**(%%))
59 ***** Set CS IP: ##csrouterprefix **100.64.0.0/20**##
60 ***** Reboot the processor: ##reboot##
61 **** ShowRunnerCLC™ .puf versions 3.042 and newer automatically run this command when the "Configure ZUM-HUB4 Control Subnet" option is selected.
62 ** If the system is intended to connect to the building LAN:
63 *** The building LAN must be connected to ZUM-HUB4's LAN port
64 *** The ZUM-HUB4's LAN IP settings should be configured per the building requirements
65 *** Any connected lighting hardware must either:
66 ***1. Be on the building LAN
67 ***1*. The ZUM-HUB4 LAN should be configured with a static IP or DHCP reservation
68 ***1*. Building network must be configured to allow communication between ZUM-HUB4 and all lighting devices
69 ***1*. Run the command: ##securegateway default##
70 ***1*. ShowRunnerCLC™ .puf versions 3.042 and newer automatically run this command when the "Configure ZUM-HUB4 SecureGateway" option is selected.
71 ***1. Be connected to the Control Subnet port
72 ***1*. Control Subnet must be configured correctly (see above)
73 ***1*. If lighting devices must be able to communicate with the building LAN, run the command: ##isolatenetworks off##
74 * 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]]
75
76 = Update NVRAM Folder Permissions =
77
78 * Ensure that the NVRAM folder permissions are set correctly using a third party SFTP program:
79 ** FileZilla instructions ([[video example>>attach:FileZilla HUB4 NVRAM Permissions Change.mp4]]):
80 *** Connect to the processor at port 22
81 *** Locate the "nvram" folder
82 *** Right click the folder and select "Change File Attributes"
83 *** Change "Numeric Value" to 777
84 *** Disconnect from the processor in FileZilla
85 ** WinSCP instructions:
86 *** Connect to the processor at port 22
87 *** Locate the "nvram" folder
88 *** Right click the folder and select "Properties"
89 *** Change "Octal Value" to 2777
90 *** Disconnect from the processor WinSCP
91
92 = Crestron License Generation =
93
94 * Connect your computer to the same network as the processor. Make sure your computer’s IP settings are compatible with the lighting network and do not conflict with any devices already on the network
95 * Connect to the ZUM-HUB4 in Crestron Toolbox
96 ** Run the "##ver##" and verify that the reported firmware is v2.8000.00009 or greater (**NOTE**: older firmware will report the license as "Canvas Control" rather than "ZumHubProgramming" and will not work)
97 ** Open the Functions>License Management... window
98 *** If "ZumHubProgramming" license is listed with "Expiration: Never", then the license has already been activated and this step is not necessary
99 ** Navigate to the Functions>License Management...>Add License tab
100 ** Open [[Crestron's SW-HUB4-PROG licensing form>>https://app.smartsheet.com/b/form/e06b27d442ba4e668e31ffdf5f6e6322]] in a web browser and generate the license key
101 *** The Customer Number and PO# must be provided by the Crestron Agent for the job
102 *** The Hostname and System Key can be viewed in Toolbox by navigating to Functions>License Management...>Add License
103 ** In Toolbox, paste the generated license key into the "License Key:" field of the Add License menu
104 ** Click the "Apply" button
105 * Continue [[SHOWRUNNER™ deployment>>SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome||anchor="HProgramLoad"]] as normal
106
107 {{display excludeFirstHeading="false" reference="SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome" section="HProgramLoad"/}}
108
109 {{display excludeFirstHeading="false" reference="SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome" section="HLicenseandConfigurationDeployment"/}}
110
111 {{display excludeFirstHeading="false" reference="SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.SHOWRUNNER™ Installation and Network Setup.Processor Setup.WebHome" section="HSetSystemTime"/}}
112
113 = Accessing the showrunnerHUB™ Web UI =
114
115 Due to Crestron's Zūm Program running in parallel with the SHOWRUNNER™ program, navigating to the processor's IP address in a web browser will no longer redirect you to the showrunnerHUB™ UI.
116
117 Instead, you must add "/cws/showrunner/app/" after the IP address in order to access the Web UI (e.g. [[https:~~/~~/100.64.0.1/cws/showrunner/app/>>https://100.64.0.1/cws/showrunner/app]]) **DO NOT OMIT THE LAST "/"**
118
119 ZUM-HUB4 Currently does NOT support XPANEL:
120 The XPanel does not launch from the Showrunner HUB webpage. To access the XPanel, extract the VTZ file from the showrunner™ puf file and launch. Select Options>Host Settings and input the Host IP, IPID, Port 41794, check SSL, and Open. Type in the username and password and wait for the XPanel to connect.