alexkwolfe / pimatic-ad2usb

Pimatic plugin for the AD2USB Ademco/Honeywell alarm adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pimatic AD2USB alarm adapter plugin

Plugin for interacting with the AD2USB Ademco/Honeywell serial adapter. This plugin assumes you have your adapter connected to the local network using a serial-to-ethernet bridge.

Example configuration:

{
  "plugin": "ad2usb",
  "devices": [
    {
      "id": "alarm",
      "name": "Alarm",
      "class": "AD2USBAdapter",
      "host": "192.168.5.199",
      "port": "4999",
      "code": "1234"
    },
    {
      "id": "front-door",
      "name": "Front Door",
      "class": "AD2USBWirelessZone",
      "ad2usbId": "alarm",
      "serial": "0123456",
      "loop": 2
    }
  ]
}

About

Pimatic plugin for the AD2USB Ademco/Honeywell alarm adapter

License:GNU General Public License v2.0


Languages

Language:CoffeeScript 100.0%