This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Releases: Brandawg93/homebridge-nest-cam
Releases · Brandawg93/homebridge-nest-cam
v4.2.0
v4.1.0
v4.0.1
FIX
- Fix face notifications not being triggered
- Reduced the minimum of
alertCheckRate
to 2 seconds.- Note: Using a value lower than 10 seconds may cause
429
errors in your homebridge log.
- Note: Using a value lower than 10 seconds may cause
v4.0.0
NEW
- New Motion Services (closes #148)
- There are now motion sensors for motion, person, sound, package delivered, package retrieved, and each face set up in your Nest account.
- These sensors are based on your devices' capabilities.
- You can hide sensors using the new
alertTypes
config.json option by supplying an array of the motion events you would like to receive.- Valid options are
['Motion', 'Sound', 'Person', 'Package Delivered', 'Package Retrieved', 'Face']
.
- Valid options are
- ffmpeg-for-homebridge has been updated to 0.0.7 which gives better error handling for Mac users.
- The login function can now take a custom path for chromium using the
-p
flag (e.g.node dist/login.js -p '/path/to/chromium-browser'
). (closes #143)
FIX
- The new
ip
utility has been optimized (thanks @dgreif)
v3.5.0
NEW
- Errors now have an exponential backoff timer meaning they won't flood your homebridge logs.
- The ip dependency has been removed since the package is no longer maintained.
FIX
- Certain
EAI_AGAIN
errors are now hidden (but show in debug mode) since NodeJS sometimes randomly throws this error. - Audio and chime switches now update accordingly if you toggle them from the Nest app instead of HomeKit.
v3.4.3
FIX
- Certain error messages are now less scary looking.
- Puppeteer is now an optional dependency. If you have issues using the automated login tool, please use the Manual Authentication Method.
v3.4.2
FIX
- Fixed a rare streaming error that occurred for some users (#120)
NEW
- Errors now include the link to the Error Codes Wiki.
v3.4.1
FIX
- The login command has been modified to use a simpler command. If you use config-ui or the plugin is not installed globally, ensure that you are in the plugin's root directory and run
node dist/login.js
to start the login process.
NEW
- FFmpeg now outputs everything to debug output. If you are having issues with FFmpeg, run homebridge in debug mode (
homebridge -D
) to see its errors.
v3.4.0
NEW
- You can now control the quality of your streams via the
streamQuality
config option. 1 = LOW, 2 = MEDIUM, 3 = HIGH, default = HIGH. The higher the quality, the better the picture, but the slower the encoding speed. When using a low power machine such as a Raspberry Pi, you may elect to use a lower quality stream to reduce quality but enhance performance.
v3.3.0
FIX
- Offline streams now show up faster
- Cameras no longer disappear after restarting homebridge
- Logs no longer include access tokens