Changes for page Toolbox Basics
Last modified by Alexander Mott on 2024/03/19 21:00
From version 42.1
edited by Alexander Mott
on 2023/04/10 19:37
on 2023/04/10 19:37
Change comment:
There is no comment for this version
To version 44.1
edited by Alexander Mott
on 2023/12/08 19:18
on 2023/12/08 19:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -152,6 +152,7 @@ 152 152 1. Click the Write Device Summary button and save the Device Summary to your computer 153 153 1*. Though saved as a text file, the Device Summary is actually a table of comma separated values 154 154 1*. Renaming DeviceSummary.txt to DeviceSummary.csv will allow it to be opened and manipulated in common spreadsheet software such as Microsoft Excel or LibreOffice Calc 155 +1**. Note that this .csv will have whitespace, so it may be beneficial to "clean" it using Excel's "=TRIM()" function 155 155 156 156 Below is an example of a Device Summary for a fully-configured Zūm Wired job: 157 157 ... ... @@ -176,11 +176,19 @@ 176 176 "Device refused to identify" 177 177 178 178 * This message typically means that the device is not online or could not be connected to 179 -* This message will also occur if too many login attempts are made with the incorrect username/password. When this happens, you either need to wait until your IP address is no longer blocked or change your IP address and attempt to login again. 180 +* This message may also occur when a device has blocked your username or IP address due to making too many incorrect login attempts 181 +** IP addresses are blocked for 24 hours by default, but you can attempt to circumvent this block by changing your IP address and trying again 182 +** Users are blocked for 30 minutes by default, and it is only possible to circumvent this if another user has already been created, otherwise you must wait for the block to expire before connecting again 183 +** The below commands are useful if you are able to connect to the processor through some other means (specific commands may vary depending on the device): 184 +*** ##listblockedip## and ##remblockedip## commands can be used to view/unblock an IP address 185 +*** ##listlockeduser## and ##remlockeduser## commands can be used to view/unblock specific users 186 +*** ##setloginattempts## and ##setlockouttime## commands can be used to modify how many login attempts are allowed before blocking an IP address and how long an address will be blocked 187 +*** ##setuserloginattempts## and ##setuserlockouttime## commands are used to modify how many login attempts are allowed before blocking a user and how long that user will be blocked 188 +*** ##setlogoffidletime## command can be used to modify how long you can be inactive before the processor automatically logs you out 180 180 181 181 "Device not found in database" 182 182 183 -* This message typically means that the version of your device database is out of date and the device being connected to is not in it. Use Crestron's MasterInstaller tool to ensure all Crestron components are up-to-date 192 +* This message typically means that the version of your device database is out of date and the device being connected to is not in it. Use Crestron's MasterInstaller tool to ensure that Toolbox and all installed Crestron components are up-to-date 184 184 185 185 = Basic Tool Usage = 186 186