1.0.10 • Published 6 years ago

homebridge-unifi-cameraalerts v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

This is plugin that integrate Homebridge with Unifi Cameras API. Switch allow to enable / disable notifications (both mail and push) for all cameras assigned to the current user.

You can include that into other automations in your smart home.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-unifi-cameraalerts
  3. Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

   "accessories": [
       {
           "accessory": "UnifiAlerts",
           "name": "UnifiAlerts",
           "unifiUserName": "",
           "unifiPassword": "" ,
           "unifiNvr": "https://192.168.99.4:7443/api/2.0"           
       }
   ]

Fields:

  • "accessory": Must always be "UnifiAlerts" (required)
  • "name": Can be anything (used in logs)
  • "unifiUserName" , "unifiPassword": UserName and Password for your NVR
  • "unifiPassword": PIN Code used for arm/disarm
  • "unifiNvr": address for your NVR recorder combined with /api/2.0 path
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago