npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

homebridge-alula-connectpro

v0.3.5

Published

Homebridge platform plugin for Alula Connect and Connect+ Pro security panels

Readme

homebridge-alula-connectpro

A Homebridge dynamic-platform plugin for Alula Connect and Connect+ Pro cloud security panels, including systems sold through Cove.

This is an independent interoperability project. It is not affiliated with, endorsed by, or supported by Alula or Cove.

Features

  • Live panel state over the Alula WebSocket API.
  • HomeKit Security System with Stay, Away, Night, and Disarm.
  • Contact sensors for configured doors and windows.
  • Leak, smoke, and heat alarm accessories.
  • Live open, bypass, alarm, tamper, low-battery, signal, and online state where exposed.
  • Optional contact-zone bypass switches.
  • OAuth refresh, reconnect, snapshot reconciliation, command acknowledgements, timeouts, serialization, and duplicate-command suppression.

Connect+ Pro firmware 0.1.6.0 has been live-tested with all four alarm modes and zone bypass/unbypass. Other Alula panel families may behave differently; reports and pull requests are welcome.

Safety

This plugin controls a safety-critical, potentially professionally monitored alarm.

  • Keep the official application and keypad available.
  • Put professional monitoring in test mode during setup and after upgrades.
  • Do not repeatedly submit login credentials or PINs; the cloud and keypad rate-limit.
  • Alarm control and zone bypass are disabled by default.
  • Life-safety zones never receive bypass switches.

Requirements

  • Homebridge 1.8 or newer (Homebridge 2 is recommended).
  • Node.js 20, 22, or 24.
  • An Alula/Cove account and, for control, the keypad PIN.

Installation

Search for homebridge-alula-connectpro in the Homebridge UI, or install it from a terminal:

npm install -g homebridge-alula-connectpro

Configuration

Configure the plugin through the Homebridge UI:

  • Email or account number: the login used by the official application.
  • Password: the account password.
  • Arm/disarm PIN: the numeric keypad PIN; required only for alarm control.
  • Enable alarm control: allows HomeKit to arm and disarm the panel.
  • Add zone bypass switches: adds a bypass switch to contact-zone accessories.

Example (do not publish a real configuration):

{
  "platform": "AlulaConnectPro",
  "name": "Alula Connect Pro",
  "username": "YOUR_ACCOUNT",
  "password": "YOUR_PASSWORD",
  "pin": "YOUR_PIN",
  "enableControl": false,
  "enableZoneBypass": false
}

Credentials and the PIN are used locally by Homebridge to authenticate to Alula. They are never written to plugin logs.

Diagnostics

From a source checkout, read-only diagnostics are available without Homebridge:

npm install
npm run diagnose -- panels "YOUR_ACCOUNT" "YOUR_PASSWORD"
npm run diagnose -- status "YOUR_ACCOUNT" "YOUR_PASSWORD"

The status command prints sanitized protocol counters, not credentials or OAuth tokens.

Development

npm install
npm run lint
npm test

See CONTRIBUTING.md and SECURITY.md.

License

MIT