Changes between Version 45 and Version 46 of WikiStart
- Timestamp:
- 2012-02-24 18:42:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v45 v46 74 74 [[Image(ui5_parameters.png)]] 75 75 76 === = !SecureStore ====76 === '''!SecureStore''' === 77 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. 78 78 79 === = TTL ====79 === '''TTL''' === 80 80 Quote from [http://www.nutech.com/index.php?option=com_fireboard&Itemid=74&func=view&catid=4&id=5 NuTech forums]: 81 81 The alarm panel does not sent out CLEARED messages when a zone is restored. To determine if a zone is clear you have to watch all faulted zones and if one stops reporting as faulted consider it restored. So you have to track the state of the zone messages. … … 83 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. 84 84 85 === = !CheckConnectionTimer ====85 === '''!CheckConnectionTimer''' === 86 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. 87 87 88 === = !DebugMode ====88 === '''!DebugMode''' === 89 89 By default, the plugin logs only the important events, like the alarms and errors. To enable verbose logging for this plugin set '''!DebugMode''' to '''1''', then restart Luup. 90 90