This enables Blink Cameras to the HomeBridge platform. This includes:
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"
}
]
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.
This homebridge application includes a number of features such as:
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) |
Two main accessory types will be present: Security System
and Camera
accessories.
Security System
accessory per location (aka Network)Home
, Away
or Night
and disarmed when set to Off
Night
)Camera
supports a number of sub accessories including temperature, motion sensor, motion tracking (when armed), and a privacy switchprivacy 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.Motion Activated
switch