Version 12.2 by Craig Lewis on 2021/09/22 22:16

Hide last authors
Mark Kohlmann 10.1 1 ===== Host processor (LWAPI Server) Setup (DIN-AP3 @ 10.44.5.91) =====
Mark Kohlmann 1.1 2
Craig Lewis 12.1 3 Steps 1-3 and 5 always needed.
4
5 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.
6 1. Enable LWAPI In Config (@ root level):
Mark Kohlmann 9.1 7 ## "LwApiEnable": true,
8 "LwApiSecurityLevel": "Auth",##
Craig Lewis 12.1 9 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:
Mark Kohlmann 1.4 10 ##DIN-AP3>sradmin add api user "Central Control" "Lightweight API Users"
Mark Kohlmann 5.1 11 API User Central Control generated with Group permissions Lightweight API Users and Key: (% style="color:blue" %)**YTd2pQn7sjwiOWD9NqCIWw**(%%) Secret: (% style="color:orange" %)**OeiQEFo_-EDfc7sQe_qRpeQzSkZjylV2roa76utpJLI**(%%)##
Craig Lewis 12.1 12
13 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.
Mark Kohlmann 8.1 14 ##DIN-AP3>adduser -N:(% style="color:purple" %)**lwapi**(%%) -P:(% style="color:darkgoldenrod" %)**dMFN9pJJXjWLGd7t**(%%)
Mark Kohlmann 1.4 15 User account was successfully created.
16 DIN-AP3>addusertogroup -N:lwapi -G:Connects
Mark Kohlmann 8.1 17 'lwapi' was successfully added to group 'Connects'.##
Craig Lewis 12.2 18 1. Save the configuration
Mark Kohlmann 1.4 19
Mark Kohlmann 10.1 20 ===== Client processor (LWAPI Client) Setup (DIN-AP4) =====
Mark Kohlmann 1.4 21
Craig Lewis 12.1 22 Steps 1-3 and 6 always needed.
23
24 1. Define remote system in the config:
Mark Kohlmann 1.4 25 ## {
Mark Kohlmann 7.1 26 "SystemId": (% style="color:darkcyan" %)1(%%),
Mark Kohlmann 1.4 27 "IpAddressOrHostname": "10.44.5.91",
28 "Label": "HUB-1-1",
29 "ConnectionType": "LWAPI"
30 },##
Craig Lewis 12.1 31 1. Add remote user for LWAPI (this is the key and secret created on the host):
Mark Kohlmann 5.1 32 ##DIN-AP4>sradmin add remote user HUB-1 (% style="color:blue" %)**YTd2pQn7sjwiOWD9NqCIWw**(%%) (% style="color:orange" %)**OeiQEFo_-EDfc7sQe_qRpeQzSkZjylV2roa76utpJLI**(%%)
33 Remote User HUB-1 ((% style="color:green" %)//**1a920b8b-3ab8-44bd-bc7b-0fc77abf0a13**//(%%)) added with Group permissions Remote Connection##
Craig Lewis 12.1 34 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:
Mark Kohlmann 10.1 35 ##DIN-AP4>sradmin assign remote user API (% style="color:darkcyan" %)**1**(%%) (% style="color:green" %)//**1a920b8b-3ab8-44bd-bc7b-0fc77abf0a13**//(%%)##
36 ##User HUB-1 assigned to remote system 1:HUB-1-1 for API Authorization##
Craig Lewis 12.1 37
38 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.
39 ##DIN-AP4>sradmin add remote user HUB-1_CWS (% style="color:purple" %)**lwapi**(%%)** (% style="color:darkgoldenrod" %)dMFN9pJJXjWLGd7t(%%)**
40 Remote User HUB-1_CWS ((% style="color:red" %)//**d7c88ecb-7212-4e8b-8749-ddca759c6a62**//(%%)) added with Group permissions Remote Connectio##
41 1. If Necessary:
Mark Kohlmann 7.1 42 ##DIN-AP4>sradmin assign remote user CWS (% style="color:darkcyan" %)**1**(%%) (% style="color:red" %)//**d7c88ecb-7212-4e8b-8749-ddca759c6a62**//(%%)
Mark Kohlmann 6.1 43 User HUB-1_CWS assigned to remote system 1:HUB-1-1 for API Authorization##
Craig Lewis 12.1 44 1. Save the configuration and restart ShowRunner™