82 | | == Debugging == |
83 | | 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. |
| 82 | == Configurable parameters == |
| 83 | In the panel device's control panel -> ''Advanced'' tab there are two configurable parameters. |
| 84 | |
| 85 | ==== TTL ==== |
| 86 | Quote from [http://www.nutech.com/index.php?option=com_fireboard&Itemid=74&func=view&catid=4&id=5 NuTech forums]: |
| 87 | 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. |
| 88 | |
| 89 | The '''TTL''' is the number of seconds a zone hasn't been reported as faulted after which it will be considered ''CLEARED''. 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. |
| 90 | |
| 91 | ==== !DebugMode ==== |
| 92 | 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. |