Version 15.1 by Craig Lewis on 2021/10/26 17:41

Show last authors
1 ===== __**Use showrunner version 3.010 or newer: **__[[https:~~/~~/files.chiefintegrations.com/index.php/s/WHNzXrrZbB5jC3E>>https://files.chiefintegrations.com/index.php/s/WHNzXrrZbB5jC3E]] =====
2
3 ===== =====
4
5 ===== Host processor (LWAPI Server) Setup (DIN-AP3 @ 10.44.5.91) =====
6
7 Steps 1-3 and 5 always needed.
8
9 1. If 3-series, Enable Authentication [##authentication on##] or SSL [##ssl self##] if not already enabled.  4-Series have authentication enabled by default.  User Page Auth should be turned off on 4-series.
10 1. Enable LWAPI In Config (@ root level):
11 ## "LwApiEnable": true,
12 "LwApiSecurityLevel": "Auth",##
13 1. Create an API User and record the Key and Secret.  User group must have //LWAPI //role and //Execute //permissions.  //Lightweight API Users// group has been created for this purpose:
14 ##DIN-AP3>sradmin add api user "Central Control" "Lightweight API Users"
15 API User Central Control generated with Group permissions Lightweight API Users and Key: (% style="color:blue" %)**YTd2pQn7sjwiOWD9NqCIWw**(%%) Secret: (% style="color:orange" %)**OeiQEFo_-EDfc7sQe_qRpeQzSkZjylV2roa76utpJLI**(%%)##
16
17 1. If 3-series w/ auth enabled or 4-series with user page auth enabled then add a remote user with permissions to connect to the control system.  This is done by adding a local user to the system with connect privileges.  Sample values shown, do not re-use these.
18 ##DIN-AP3>adduser -N:(% style="color:purple" %)**lwapi**(%%) -P:(% style="color:darkgoldenrod" %)**dMFN9pJJXjWLGd7t**(%%)
19 User account was successfully created.
20 DIN-AP3>addusertogroup -N:lwapi -G:Connects
21 'lwapi' was successfully added to group 'Connects'.##
22 1. Save the configuration
23
24 ===== Client processor (LWAPI Client) Setup (DIN-AP4) =====
25
26 Steps 1-3 and 6 always needed.
27
28 1. Define remote system in the config:
29 ## {
30 "SystemId": (% style="color:darkcyan" %)1(%%),
31 "IpAddressOrHostname": "10.44.5.91",
32 "Label": "HUB-1-1",
33 "ConnectionType": "LWAPI"
34 },##
35 1. Add remote user for LWAPI (this is the key and secret created on the host):
36 ##DIN-AP4>sradmin add remote user HUB-1 (% style="color:blue" %)**YTd2pQn7sjwiOWD9NqCIWw**(%%) (% style="color:orange" %)**OeiQEFo_-EDfc7sQe_qRpeQzSkZjylV2roa76utpJLI**(%%)
37 Remote User HUB-1 ((% style="color:green" %)//**1a920b8b-3ab8-44bd-bc7b-0fc77abf0a13**//(%%)) added with Group permissions Remote Connection##
38 1. Assign users to the remote connection, System ID in this example is 1.  API user is to authenticate with the API.  CWS user is to authenticate with the Crestron Web Server before authenticating with the ShowRunner REST API:
39 ##DIN-AP4>sradmin assign remote user API (% style="color:darkcyan" %)**1**(%%) (% style="color:green" %)//**1a920b8b-3ab8-44bd-bc7b-0fc77abf0a13**//(%%)##
40 ##User HUB-1 assigned to remote system 1:HUB-1-1 for API Authorization##
41
42 1. If 3-series w/ auth enabled or 4-series with user page auth enabled then add a remote user with permissions to connect to the control system.
43 ##DIN-AP4>sradmin add remote user HUB-1_CWS (% style="color:purple" %)**lwapi**(%%)** (% style="color:darkgoldenrod" %)dMFN9pJJXjWLGd7t(%%)**
44 Remote User HUB-1_CWS ((% style="color:red" %)//**d7c88ecb-7212-4e8b-8749-ddca759c6a62**//(%%)) added with Group permissions Remote Connectio##
45 1. If Necessary:
46 ##DIN-AP4>sradmin assign remote user CWS (% style="color:darkcyan" %)**1**(%%) (% style="color:red" %)//**d7c88ecb-7212-4e8b-8749-ddca759c6a62**//(%%)
47 User HUB-1_CWS assigned to remote system 1:HUB-1-1 for API Authorization##
48 1. Save the configuration and restart ShowRunner™