node-red-contrib-envisalink-ademco
v1.1.3
Published
Honeywell Ademco alarm system support for node-red using the EnvisaLink module
Downloads
17
Maintainers
Readme
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
Authors
based on DSC version by:
History
- based on work by [Patrik Akerfeldt]
- based on work from NodeAlarmProxy.