Version 1 (modified by guessed, 14 years ago) (diff)

--

Installation

Software Installation

Initial Configuration

  1. Download the ZIP file [http://www.box.net/shared/7z73h1mj6t ParadoxSecurity.1.1.zip]
  2. Expand the ZIP File to extract the 4x files, their names should be exactly as follows:
    • D_AlarmPartition1.xml
    • D_ParadoxSecurityEVO.xml
    • I_ParadoxSecurityEVO.xml
    • S_AlarmPartition1.xml
  3. Goto Devices --> Luup plugins --> Luup files
  4. Click the (Browse) buttons on the right, and enter the 4 filenames references above.
  5. Select the checkbox "[x] Restart Luup after upload" and click (Go)
  6. ... wait whilst it uploads and restarts the Lua engine ...
  7. If successful, you'll see the 4x files listed in the System.
  8. Navigate to Devices, scroll to the bottom at the Add device form.
  9. Type "D_ParadoxSecurityEVO.xml", and click (Add Device), type in a name, such as Paradox Alarm Panel against the device then click (Save).
  10. For the lines that follow, we'll assume that you named the device Paradox Alarm Panel but you can call it anything.
  11. Goto Devices --> Luup plugins --> (Serial Port configuration)
  12. Select the Paradox Alarm Panel [...] value for the Used by device: picklist then click (Save).

The Alarm Panel Plugin code will now read configuration data from the Alarm Panel, such as the number of Areas, Zones and Users. Once complete, Vera will present you with Vera's Unassigned Devices UI, letting you Assign the Alarm Panel's Zones to Rooms within Vera.

Here's a copy of Vera's Generic Unassigned Devices UI for reference: No image "UnnasignedDevices1.jpg" attached to Installation-UI2

Validating the Configuration

This section not intentionally left blank, it's just not finished yet :)

Advanced Configuration

There are a number of advanced options that can be setup after performing the initial configuration, and validating it's working correctly. These are exposed through Variables listed under:

Devices --> Luup plugins --> Your Alarm Panel Device -> (+)

No image "ParadoxAlarm-DevicesViewAdvanced.png" attached to Installation-UI2

maxAlarmZones (number, default 24)
The number of Zones that the Alarm Panel Plugin should scan during startup. Depending upon the Alarm panel model, it can support 48, 96, or 192 Zones. Each takes some time to scan. To speed startup, set this parameter to the number of Zones installed within your particular System.
maxAlarmPartitions (number, default 1)
The number of Areas/Partitions? that the Alarm Panel Plugin should scan during startup. The Alarm Panel typically supports 4 or more Areas/Partitions? but most houses use only one, or maybe 2, of these Partitions. The Alarm Panel Plugin defaults to loading 1 Partition. This parameter may be used to increase the number of Partitions configured into Vera if you have more in your installation.
maxUserCodes (number, default 5)
The number of User codes registered with the Alarm Panel. The Alarm Panel may support 96, 192 or more Users and reducing this parameter decreases the startup time of the Plugin. At this time, only logging messages use the User strings but future functionality may permit Scene events based upon User descriptions retrieved by this parameter.
enableVirtualInputs (boolean, default false)
Enable the Alarm Panel's Virtual Inputs to be represented within Vera's UI. Intended for people that use the Paradox Alarm Panel Virtual input functionality.
maxVirtualInputs (number, default 5, if enableVirtualInputs is set)
If enableVirtualInputs is set, this parameter determines how many Virtual Inputs need to be established within Vera (up to the Max# of Virtual inputs of the Paradox Alarm Panel)
enableRemoteArm (string, default false)
Enable the use of Stay Arm (stay), Stay and Regular Arm (arm) or Stay, Regular and Disarm (disarm) functionality within the Plugin.
CAUTION: Use of the enableRemoteArm parameter may constitute a Security risk. Use at your own risk.

Scenes

The Plugin supports participation in Scenes, by generating Events and accepting/processing Actions.

Events

Each Alarm Partition is exposed as a !AlarmPartition1, and has the following scene capabilities No image "ParadoxAlarm-ScenesPartition.png" attached to Installation-UI2Example Alarm Partition Scene

  • Partition is Armed
  • Partition is Stay-Armed
  • Partition is Breached
  • Partition is Disarmed

Each Alarm Zone is exposed a standard !MotionSensor1, and has the following standard Motion Sensor scene capabilities No image "ParadoxAlarm-ScenesZone.png" attached to Installation-UI2Example Alarm Zone Scene

  • A sensor (door/window/motion/etc.) is tripped

Actions

Each Alarm Partition is exposed as a !AlarmPartition1, and has the following Actions (if Enabled) No image "ParadoxAlarm-ScenesAction.png" attached to Installation-UI2Example Alarm Partition Action

  • RequestArm - Submit a request to Arm the Alarm Partition (with PINCode)
  • RequestQuickArm - Submit a request to Quick, or "OneTouch", Arm the Alarm Partition (no PINCode required)
  • RequestStay - Submit a request to Stay-Arm the Alarm Partition (with PINCode)
  • RequestQuickStay - Submit a request to Quick, or "OneTouch", Stay-Arm the Alarm Partition (no PINCode required)
  • RequestDisarm - Submit a request to Disarm the Alarm Partition (PINCode required)
  • SetVirtualInput - Set one of the [16] Virtual Inputs on the Alarm Panel to Open (0) or Closed (1)

Scripting

... some Luup scripting please...

Errors

The Paradox Alarm Plugin unconditionally logs all Alarm Panel events in Vera's log file. These events have been translated into their English equivalent from the internal codes that the Alarm Panel uses.

Examples include:

01 ... luup_log:nn: 001:Zone is Open, 015:Motion Upstairs (Zone 15), 001:Area 1
01 ... luup_log:nn: 000:Zone is OK, 015:Motion Upstairs (Zone 15), 001:Area 1
01 ... luup_log:nn: 014:Disarm with User Code, 002:User Code 2, 001:Area 1
01 ... luup_log:nn: 064:Status 1, 000:Armed, 001:Area 1
01 ... luup_log:nn: 009:Arming with Master, 001:User Code 1, 001:Area 1
01 ... luup_log:nn: 004:Non-reportable Event, 007:Remote control access, 000:Occurs in all areas enabled in the system

Attachments