node-red-contrib-envisalink-ademco

1.1.3 • Public • Published

Node-RED Modbus License Standard - JavaScript Style Guide NPM version

node-red-contrib-envisalink-ademco

Ademco alarm systems integration with Node-RED using the EnvisaLink hardware.

This node allows you to listen to state changes in your Honeywell Ademco alarm as well as sending commands such as arming and disarming of your alarm.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-envisalink-ademco

Run the following command for global install

npm install -g node-red-contrib-envisalink-ademco

How to use

The output node, with which you send commands, takes a raw TPI command as a string. Please refer to the TPI documentation for a full list of commands. For example, to arm partition 1 using the code 9999 you would use the command '99992' to arm. And '99991' to disarm. All commands sent to the Ademco are as if you were typing directly on the remove alarm keypad.

Flow example credit goes to Patrik Akerfeldt Flow Example

Authors

Chris Thierman

based on DSC version by:

Patrik Åkerfeldt

History

  • based on work by [Patrik Akerfeldt]
  • based on work from NodeAlarmProxy.

Package Sidebar

Install

npm i node-red-contrib-envisalink-ademco

Weekly Downloads

3

Version

1.1.3

License

Apache-2.0

Unpacked Size

771 kB

Total Files

16

Last publish

Collaborators

  • cthierman