Changes between Version 44 and Version 45 of WikiStart
- Timestamp:
- 2012-02-24 18:40:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v44 v45 23 23 24 24 == Usage == 25 === = On the dashboard ====25 === '''On the dashboard''' === 26 26 [[Image(ui5_dashboard900.png)]] 27 27 … … 37 37 || Night || NIGHT-STAY || 38 38 39 === = The main panel control panel ====39 === '''The main panel control panel''' === 40 40 [[Image(ui5_control.png)]] 41 41 42 42 '''Clear''' clears the status messages generated by the plugin in the status box. 43 43 44 ==== The partition control panel ==== 44 ==== The ''Cheat Sheet'' ==== 45 [[Image(ui5_cheat_sheet500.png)]] 46 47 This is the list of the zones, which must be added manually. The plugin will create a device for every zone in the list. The zones can be used for triggering scenes and sending notifications when they are faulted (tripped). 48 49 '''NOTE:''' Currently removing a zone from the list won't delete its device. Also deleting a zone device won't remove it from the list. 50 51 === '''The partition control panel''' === 45 52 [[Image(ui5_partition500.png)]] 46 53 … … 60 67 '''Store''' 61 68 62 When a partition is in the NotReady state, the plugin will attempt to send the star(*) command to get the faulted zones. If there are two or more active partitions the plugin will use the GOTO command to switch to the partition the command was issued for. This command requires a user code valid for that partition. The plugin stores the user code for every partition in an internal variable to use it ONLY for getting the faulted zones (all the other commands still require the PIN code). If no previous command has been given to this partition, no PIN code will be available, which means that it won't be possible to get the faulted zones. This is what the Store button is for. If you see that a partition is in theNotReady state, but the faulted zones list is empty, enter the PIN code in the PIN code field and store it. After this, you should see the faulted zones list being populated.69 When a partition is in the !NotReady state, the plugin will attempt to send the star(*) command to get the faulted zones. If there are two or more active partitions the plugin will use the GOTO command to switch to the partition the command was issued for. This command requires a user code valid for that partition. The plugin stores the user code for every partition in an internal variable to use it ONLY for getting the faulted zones (all the other commands still require the PIN code). If no previous command has been given to this partition, no PIN code will be available, which means that it won't be possible to get the faulted zones. This is what the Store button is for. If you see that a partition is in the !NotReady state, but the faulted zones list is empty, enter the PIN code in the PIN code field and store it. After this, you should see the faulted zones list being populated. 63 70 64 71 == Configurable parameters == 65 In the main panel control panel >> '' Advanced'' tab there are two configurable parameters.72 In the main panel control panel >> '''Advanced''' tab there are two configurable parameters. 66 73 67 74 [[Image(ui5_parameters.png)]] 68 75 69 ==== SecureStore ====76 ==== !SecureStore ==== 70 77 If this is '''0''' the PIN code is stored in a file and it can be used for every action, not only to get the faulted zones. This is more convenient but is less secure. 71 78 … … 76 83 The '''TTL''' is the number of seconds a zone hasn't been reported as faulted after which it will be considered ''RESTORED''. This should be set according to the number of zones. It takes few seconds to cycle through 3 zones, but many seconds to cycle through 16 zones. The default value for TTL is 60 seconds. 77 84 78 ==== CheckConnectionTimer ====79 If the plugin doesn't receive any message from the AD2USB after this number of seconds, it sets the '' ConnectionDown'' variable to '''1'''. This can be used to set up notifications when the connection with the AD2USB is lost.85 ==== !CheckConnectionTimer ==== 86 If the plugin doesn't receive any message from the AD2USB after this number of seconds, it sets the ''!ConnectionDown'' variable to '''1'''. This can be used to set up notifications when the connection with the AD2USB is lost. 80 87 81 88 ==== !DebugMode ====