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 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-lupus-security

v2.0.0

Published

Homebridge Lupus Security Plugin

Downloads

11

Readme

Homebridge Lupus Security XT2

This is a homebridge plugin for the Lupus Security XT2 alarm system. Example pictures are below.

Functions

  • See current status of the area 1 (home, armed, unarmed)
  • See the current status of every sensor (open, closed) [only for contact sensors right now]
  • Set the alarm status of area 1 to armed, unarmed, home 1

Installation

  1. Install homebridge using the official instructions.
  2. Search for "homebridge-lupus-security" in the homebridge UI or install this plugin using: npm install -g homebridge-lupus-security.

Upgrade from 1.0.0 to 1.1.0

  1. Upgrade the plugin via homebridge UI or npm install -g homebridge-lupus-security.
  2. Remove the old accessory and other config values from the homebridge config.json or via the homebridge UI.
  3. Set the new config values via the homebridge UI or add the new config values to the config.json.

Configuration

  1. Use the plugin configuration window to configure the plugin with the correct credentials.
  2. Restart homebridge
  3. Now you will have the Lupus Security XT2 alarm system as a HomeKit accessory.
  4. The Lupus Sensors will be added automatically to HomeKit. You just have to add them via the "Add Devices" button in the Home app.

Usage

You can change the status of the alarm system by clicking on the "Alarm" tile. You can choose between "Off", "Night", "Away" and "Home".

  • Off: The alarm system is disarmed
  • Night: The alarm system is armed in home mode 1.
  • Away: The alarm system is fully armed.
  • Home: The alarm system disarmed. This will be changed in the future.

Troubleshooting

  • If you got the error "Error while initializing the plugin.", you have to enter correct configuration values for the Lupus Security XT2 platform.
  • If you got other errors, please open an issue on GitHub.

~~The plugin code is still very messy, but it works if everything is configured correctly. I will clean it up in the future.~~ The plugin code now is very clean. :-)