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-nest-cam-updated

v7.5.9

Published

Nest cam plugin for homebridge: https://homebridge.io/ — fork of homebridge-nest-cam updated for Node 22+ and Homebridge 2.x

Downloads

443

Readme

homebridge-nest-cam-updated

View your Nest cams in HomeKit using Homebridge with this plugin.

This is a maintained fork of homebridge-nest-cam by Brandawg93, updated for Node 22+ and Homebridge 2.x.

npm Build

Notes

  • This plugin works with legacy Nest cameras connected to a Google account. If your camera does not appear in the Nest section of the Google Home app, it will not work with this plugin. For newer Google Nest cameras, see homebridge-google-nest-sdm.
  • Google account authentication only. Legacy Nest account (issueToken/cookies) is not supported.

Installation

  1. Install via Homebridge UI (search homebridge-nest-cam-updated) or run: npm install -g homebridge-nest-cam-updated
  2. Use the plugin's setup UI to sign in with your Google account, or configure manually (see below)
  3. Restart Homebridge

Upgrading from homebridge-nest-cam

Your existing config.json platform block is fully compatible — the platform name is still Nest-cam. No changes needed.

FFmpeg

By default, libx264 is used as the h264 encoder. If you would like to use a hardware-accelerated encoder instead, refer to the h264 Hardware Encoders Wiki.

Configuration

Via Homebridge UI

Open the plugin settings and follow the Google sign-in flow. Your refresh token will be saved automatically.

Manual (config.json)

Add a refreshToken obtained via the manual authentication method:

{
    "platform": "Nest-cam",
    "refreshToken": "1//01T_...",
    "options": {
      "ffmpegCodec": "libx264",
      "motionDetection": true,
      "streamingSwitch": true
    }
}

Options

| Name | Description | Type | |-------------------|---------------------------------------------------------------------|------------------| | ffmpegCodec | The video codec to use for FFmpeg | string | | streamQuality | The quality of the stream from LOW to HIGH | number (1-3) | | alertCheckRate | How often to check for alerts | number (seconds) | | alertCooldownRate | How long between consecutive alert notifications | number (seconds) | | alertTypes | What type of alerts to receive | array | | importantOnly | Only send notifications on events considered important | boolean | | motionDetection | Enable/disable the motion sensors | boolean | | doorbellAlerts | Enable/disable doorbell ring notifications | boolean | | doorbellSwitch | Enable/disable doorbell automation switch | boolean | | streamingSwitch | Enable/disable the ability to turn the camera on or off | boolean | | chimeSwitch | Enable/disable the ability to turn the doorbell chime on or off | boolean | | audioSwitch | Enable/disable the ability to turn the camera audio on or off | boolean | | pathToFfmpeg | Specify the path to a custom FFmpeg binary | string | | cameras | Specify the camera UUIDs of which cameras to show | array | | structures | Specify the structure IDs of which structures' cameras to show | array |

Features

  • View cameras within HomeKit
  • Receive notifications and set automations for motion or doorbell rings
  • Receive notifications for specific motion event types
  • Listen and talk back to people on equipped cameras
  • Enable/disable the indoor chime on Nest Hello doorbells

Credits

Original plugin developed by Brandawg93, originally based on work by KhaosT.

Converted to TypeScript using homebridge-ring and homebridge-examples.


Disclaimer: This plugin and its contributors are not affiliated with Google LLC or Nest Labs in any way.