Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Homebridge module to retrieve the current state of the state-device if configured as alarm enabled or disabled

License

Notifications You must be signed in to change notification settings

cbrandlehner/homebridge-ninjablock-alarmstatedevice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-ninjablock-alarmstatedevice

NinjaBlock plugin for HomeBridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-ninjablock-alarmstatedevice
  3. Update your configuration file. See sample config.json snippet below.

Configuration of the NinjaBlock Cloud

Enable the States Service in Settings: Services if you haven't already. You'll see a new Widget on your Dashboard, called 'Generic State Device'. Use the cog (Widget Menu) and add a new Custom State. Name it 'stay armed'. Do this again for: 'disarmed', 'alarm triggered', 'away armed' and 'night armed'

Configuration of the plugin

Configuration sample:

{
"accessory": "NinjaBlock-AlarmStateDevice",
"statedevice_url" : "<YOUR URL GOES HERE>",
"service" : "Security System",
"name" : "NinjaBlock Security System"
}

Fields:

About

Homebridge module to retrieve the current state of the state-device if configured as alarm enabled or disabled

Resources

License

Stars

Watchers

Forks

Packages

No packages published