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-atlas

v1.0.2

Published

Homebridge plugin for Atlas Home Security and RISCO Cloud alarm systems

Readme

homebridge-atlas

A Homebridge plugin for Atlas Home Security and other RISCO Cloud alarm systems: partition arming, detector state, faults and push updates in Apple Home.

Stable release 1.0.2. Validated on one owner's panel through Homebridge 2.4.0 on an ARMv7 iHost. There, detector states, zone faults and push updates matched the Atlas app. A supervised test armed Home (partial), disarmed, and refused arming while a door was open. Full (Away) arming on real hardware is still pending. See validation and the changelog.

What it does

  • Security System per partition: Disarmed, Home (or Night) for partial arm, Away for full arm, and Alarm Triggered.
  • Motion or contact sensor per detector. Bypassed detectors are shown as inactive, and a detector's trouble flag is shown as a fault.
  • Push updates from RISCO Cloud, with polling as a fallback.
  • Settings page that signs in, loads your detectors and lets you choose which appear in Apple Home and their sensor type.
  • Optional arming and disarming, off by default. Arming is refused while the panel reports it is not ready, and commands are refused while the panel is offline.

It uses the RISCO Cloud service that RISCO's apps use, with the email, password and panel user code you use in the Atlas app.

Settings

The settings page loads your detectors, lets you choose which ones appear in Apple Home and configures arming, updates and diagnostics.

Homebridge setup

Use Homebridge 2.4 or later with Node 22 or 24.

  1. In Homebridge, open Plugins, search for homebridge-atlas and install it.
  2. Open the plugin Settings and enter your Atlas email, password and panel user code.
  3. Click Load detectors, choose which detectors to show and their types, then click Save.
  4. Run the plugin as its own child bridge, restart it and add the bridge in Apple Home.

Leave Allow arming and disarming off until you have compared Apple Home with the Atlas app. A rejected panel user code pauses the plugin until restart, so the panel keypad cannot be locked out by repeated attempts.

See installation and configuration. For intermittent problems, turn on Debug diagnostics, restart the child bridge and look for Diagnostic report: in the log. Reports contain no detector names or credentials.

Documentation

Development

npm ci
npm run check
npm pack

npm run diagnose is an optional, read-only account check for development. It prompts for credentials in a terminal. The plugin itself never requires a terminal.

Independent project, not affiliated with RISCO Group, Atlas Security, Apple or Homebridge.

License

MIT