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

@crb2nu/homebridge-blink-cameras

v3.9.3

Published

Blink Cameras for Homekit

Downloads

153

Readme

homebridge-blink-for-home

verified-by-homebridge npm npm

Overview

This enables Blink Cameras to the HomeBridge platform. This includes:

  • Security System Arm / Disarming
  • Occupied Switch
  • Camera Thumbnails (Liveview WIP)
  • Temperature Sensors
  • Alerts

Setup

To configure this set it up as a platform in your homebridge config.json file.

"platforms" : [
  {
    "name"     : "Blink",
    "username" : "<your blink email address>",
    "password" : "<your blink password>",
    "pin"      : "<pin>",
    "platform" : "Blink"
  }
]

Configuration Parameters

  • name: Only necessary if you want to support multiple Blink accounts. This is used to generate a unique client-id
  • username: Your blink username
  • password: Your blink password
  • pin: After 2FA email, this is the PIN provided

2FA support

If you have 2FA enabled, you will need to first set the username / password to force the system to attempt to login. On first attempt it will trigger the email validation. With the PIN provided from the 2FA email, update the pin field to proceed. The pin is only needed once per account.

NB: The Device in the email 2FA will appear to be an iPad Mini. This is intentional to increase masquerading.

Features & Behaviors

This homebridge application includes a number of features such as:

  • Motion detection
  • Enable / Disable of Cameras
  • Privacy Mode
  • Thumbnail refreshing
  • Liveview (currently on Gen1 cameras)

Many of these features are interconnected. Below describes the expected flows:

| |Armed|Disarmed| |--------|--------------|------------| |✅PrivacyMode ✅Camera|Thumbnail Refreshed|| |✅PrivacyMode ❌Camera||| |❌PrivacyMode ✅Camera|Thumbnail Refreshed|Thumbnail Refreshed| |❌PrivacyMode ❌Camera||Last Thumbnail (no refresh)|

Accessories

Two main accessory types will be present: Security System and Camera accessories.

Security System Accessories

  • one Security System accessory per location (aka Network)
  • Blink will be armed when the system is set to any of Home, Away or Night and disarmed when set to Off
  • The specific state of Home/Away/Night is preserved but is only useful for automation scripts (eg: turn off all cameras but entrance camera when set to Night)

Camera Accessories

  • each Camera supports a number of sub accessories including temperature, motion sensor, motion tracking (when armed), and a privacy switch

  • privacy mode prevents the perception that when the system is disarmed that people can be snooping. This is particularly important since even a stale thumbnail can give household members that feeling that the camera is active when its not.
  • cameras can be disabled individually when the system is armed with the Motion Activated switch

Useful Resources:

  • https://github.com/MattTW/BlinkMonitorProtocol
  • https://github.com/fronzbot/blinkpy
  • https://developers.homebridge.io/
  • https://developer.apple.com/documentation/homekit/