Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- 2011-09-15 19:31:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 57 57 || Night || NIGHT-STAY || 58 58 59 ==== The alarmpanel device control panel ====59 ==== The panel device control panel ==== 60 60 [[Image(cp_panel.png)]] 61 61 62 62 '''Clear Message''' clears the status messages generated by the plugin in the status box (upper-right corner of the dashboard). 63 [[BR]]64 [[BR]]65 [[BR]]66 [[Image(cp_panel_adv.png)]]67 68 In the '''Advanced''' tab there are two important variables: '''!DebugMode''' and '''!NumPartitions'''.69 70 '''!DebugMode''' is '''1''' (enabled) by default, which means that the plugin logs all the events. Setting this to '''0''' (disabled) will make the plugin log only the most important events, like errors.71 72 '''!NumPartitions''' is the number of partitions, which is '''1''' by default. The plugin may crash if this number is incorrect.73 63 74 64 ==== The partition device control panel ==== 75 65 [[Image(cp_partition.png)]] 76 66 67 '''Bypass zones''' 68 77 69 To bypass a zone enter the zone number in the '''Bypass Zones''' input box. To bypass several zones, enter the zone numbers separated by a comma. To bypass all the zones leave the box empty or enter ''all''. 78 70 79 '''Chime Mode''' activates or deactivates chime mode for the current partition. The button will turn green if it's active. 71 '''Chime Mode''' 72 73 This activates or deactivates chime mode for the current partition. The button will turn green if it's active. 74 75 '''Store''' 76 77 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. 80 78 81 79 === Notes === … … 85 83 86 84 === Debugging === 87 By default, the plugin logs only the important events, like alarms and errors. To enable verbose logging go to the ''Advanced'' tab in the panel device's Toolbox and set the ''!DebugMode'' to ''1''then restart Luup.85 By default, the plugin logs only the important events, like the alarms and errors. To enable verbose logging for this plugin open the ''Advanced'' tab in the panel device's Control Panel and set '''!DebugMode''' to '''1''', then restart Luup. 88 86 89 87 '''How to see the logs:'''