Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 860 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 860 Bytes

homebridge-nubicam

homebridge-plugin for Nubicam (www.nubicam.com.ar)

npm version dependencies Status

Credits:

  • @KhaosT for HAP and the FFMPEG plugin
  • @nfarina for homebridge
  • @nayrnet for the hikvision module

Features:

  • Camera live feed in Home.app
  • Camera snapshots en Home.app favorites
  • Motion sensor

Installation:

1. Install homebridge and Nubicam plugin.

  • 1.1 npm install -g homebridge
  • 1.2 npm install -g homebridge-nubicam

2. Update homebridge configuration file.

{
  "platform" : "Nubicam",
  "name" : "Nubicam",
  "username" : "username@test.com",
  "password" : "123456"
}