THIS PLUGIN HAS BEEN WITHDRAWN FROM DISTRIBUTION
What is a VAM?
VAM = Vista Automation Module.
The Vista Automation Module is an add-on that provides WiFi and z-Wave capabilities to Honeywell Vista series Alarm Panels. It is similar to the Tuxedo Touch series of Touchscreen keypads (of course, without the touchscreen). As the module is an AUI, it only allows monitoring of the partition for which it is configured.
The WiFi interface provides a JavaScript based real-time interface to the Alarm Panel.
This plugin emulates the iFrame Push mechanism in order to allow control and monitoring of the Alarm partition.
The plugin creates:
- one Vera device that represents the VAM Panel/Partition.
- one Vera device for each zone in the Partition that the VAM is configured to.
- one Vera device for each zone on a zone expansion module that it configured to the partition that the VAM in configured to.
- four Vera devices for each output (relay) module that is attached to the Vista Alarm Panel.
Features:
- Automatic Zone and Output device configuration.
- Arm/Disarm control
- Virtual Keypad
Installation - from the App Marketplace:
Before you begin, the Vista Automation Module MUST be connected to, and configured for your alarm panel, AND must be connected to your local network.
- Download the plugin from the App Marketplace. Once downloaded, the LuaUPnP engine will reload.
- Once reloaded, go to the VAM device’s “setup” tab/page and either:
a) Enter the IP Address of the VAM Module in the “IP Address (Forced)” box, and click set.
b) Click on the “Detect” button. - Once the plugin has the IP Adress of your VAM, it will connect to it, read the alarm panel configuration and configure Vera devices for the alarm zones and outputs. The appropriate Vera devices (door sensor / smoke sensor / motion sensor, etc) are determined on a best guess basis. The LuaUPnP engine will reload several times during the configuration process.
- Once the LuaUPnP engine has finished reloading, go to the “Zones” tab/page. On this page you can change the Name of the zone and the type of sensor that is used in the Vera interface. The “Address/Serial#” and “Channel/Loop” information for the zones is not provided by the VAM Interface, and can safely be left blank. Any changes made to the zone names or sensor type will not take effect until the LuaUPnp engine is reloaded.
Installation - Manual:
-
Download the attached ZIP file and extract to a temporary directory.
-
Upload all files to your Vera.
-
Create the VAM panel device…
a) go to Apps/Develop Apps/Create Device, and enter the following:
Device Type: urn:schemas-micasaverde-com:device:VAM_Controller:1
Description: VAM Controller
Upnp Device Filename: D_VAM_Controller1.xml
Upnp Implementation Filename: I_VAM_Controller1.xml*** NOTE ***: DO NOT enter a value for “Ip Address” or “MAC”!! Entering values in these fields will prevent the LuaUPnP IO Engine from properly communicating with the VAM.
-
Configure the plugin by following the instructions under “Installation - from the App Marketplace:” from step #2.
Version History
November 8, 2014: Version 1.1
– fixed - save button for forced IP Address not working
November 7, 2014: Version 1.0
– Initial public release