All Projects → Brandawg93 → Homebridge Nest Cam

Brandawg93 / Homebridge Nest Cam

Licence: gpl-3.0
View your Nest cams in HomeKit using Homebridge.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Homebridge Nest Cam

Homebridge Dafang
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Stars: ✭ 176 (+70.87%)
Mutual labels:  homebridge, homekit, homebridge-plugin, ffmpeg
homebridge-konnected
A Homebridge plugin for Konnected Alarm Panel devices
Stars: ✭ 25 (-75.73%)
Mutual labels:  homebridge, homebridge-plugin, smart-home, homekit
HomeKit-Bridge
Enabled HomeKit integration via Homebridge for Indigo Home Automation
Stars: ✭ 43 (-58.25%)
Mutual labels:  homebridge, homebridge-plugin, homekit
homebridge-dyson-fan
A Homebridge plugin for controlling a Dyson fan.
Stars: ✭ 17 (-83.5%)
Mutual labels:  homebridge, homebridge-plugin, homekit
Homebridge Camera Ffmpeg
Homebridge Plugin Providing FFmpeg-based Camera Support
Stars: ✭ 726 (+604.85%)
Mutual labels:  homebridge, homekit, ffmpeg
Homebridge Govee
Homebridge plugin to control Govee devices supported by the official Govee API.
Stars: ✭ 33 (-67.96%)
Mutual labels:  homebridge, homekit, homebridge-plugin
homebridge-ranger
A HomeKit range extender for Bluetooth Low Energy (BLE) accessories.
Stars: ✭ 65 (-36.89%)
Mutual labels:  homebridge, homebridge-plugin, homekit
homebridge-lg-thinq-ac
Homebridge plugin for LG ThinQ-enabled portable air conditioner
Stars: ✭ 44 (-57.28%)
Mutual labels:  homebridge, homebridge-plugin, homekit
homebridge-freeathome
Platform Plugin to manage free@home accessories via HomeBridge
Stars: ✭ 50 (-51.46%)
Mutual labels:  homebridge, homebridge-plugin, homekit
Homebridge Unifi Protect
📹 Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers: https://homebridge.io
Stars: ✭ 335 (+225.24%)
Mutual labels:  homebridge, homekit, homebridge-plugin
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (+215.53%)
Mutual labels:  homebridge, homekit, smart-home
Homebridge Netatmo
This is a homebridge plugin for several netatmo devices
Stars: ✭ 99 (-3.88%)
Mutual labels:  homebridge, homekit, smart-home
homebridge-homeconnect
Home Connect home appliances plugin for Homebridge
Stars: ✭ 70 (-32.04%)
Mutual labels:  homebridge, homebridge-plugin, homekit
homebridge-node-alarm-dot-com
Alarm.com plugin for Homebridge using Node.js
Stars: ✭ 52 (-49.51%)
Mutual labels:  homebridge, homebridge-plugin, homekit
Homebridge Hubitat Tonesto7
Hubitat Homebridge Plugin
Stars: ✭ 45 (-56.31%)
Mutual labels:  homebridge, homekit, homebridge-plugin
awesome-homebridge
Popular list of Homebridge Plugins
Stars: ✭ 106 (+2.91%)
Mutual labels:  homebridge, homebridge-plugin, homekit
Homebridge Plex Sensors
Homebridge Sensors for Plex - a plugin for Homebridge to adds sensors triggered by Plex playbacks.
Stars: ✭ 95 (-7.77%)
Mutual labels:  homebridge, homekit, homebridge-plugin
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (-48.54%)
Mutual labels:  homebridge, homebridge-plugin, homekit
homebridge-wink3
Homebridge plugin for wink.com
Stars: ✭ 53 (-48.54%)
Mutual labels:  homebridge, homebridge-plugin, homekit
Homebridge Tplink Smarthome
TP-Link Smarthome Plugin for Homebridge
Stars: ✭ 277 (+168.93%)
Mutual labels:  homebridge, homekit, homebridge-plugin

Homebridge Verified

homebridge-nest-cam

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

NPM

PayPal BuyMeACoffee

verified-by-homebridge certified-hoobs-plugin

build Discord Downloads

npm (tag) npm (tag) GitHub commits since latest release (by date)

FAQ Troubleshooting Error Codes

Notes

  • This plugin does not use the old access token authentication method as Google is urging users to switch to Google accounts.

Installation

  1. Install this plugin using: npm install -g --unsafe-perm homebridge-nest-cam
  2. Add google authentication to config.json
  3. Run Homebridge
  4. Login with homebridge-config-ui-x or use the manual authentication method.

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.

Setting up the Config.json

refreshToken

Google Accounts are configured using a "refreshToken" string in config.json. An example is shown below. The field will be generated automatically when using homebridge-config-ui-x, otherwise, it can be found in your Nest account using the manual authentication method.

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

options

Extra options can be enabled/disabled depending on which switches and sensors you would like to see in the Home app. Here is the current list of available 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
structures Specify the structure ID of which structures' cameras to see array

Features

  • View cameras within homekit.
  • Receive notifications and set routines for motion or when the doorbell is rang.
  • Receive notifications for specific motion events.
  • Listen and talk back to people on equipped cameras.
  • Enable/disable the indoor chime on Hello doorbells.

Join the Discord

Unfortunately, there is no way for me to test every subscription, camera type, and feature. If you would like to help me test new features and enhancements, or if you have general questions or need support, join the official Homebridge Discord Server.

Credits

This plugin was originally developed by KhaosT.

This plugin was converted to typescript using both homebridge-ring and homebridge-examples.

Donate to Support homebridge-nest-cam

This plugin was made with you in mind. If you would like to show your appreciation for its continued development, please consider making a small donation.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].