Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stvmallen/homebridge-nubicam
Homebridge plugin for www.nubicam.com.ar
https://github.com/stvmallen/homebridge-nubicam
homebridge homebridge-plugin nubicam
Last synced: 9 days ago
JSON representation
Homebridge plugin for www.nubicam.com.ar
- Host: GitHub
- URL: https://github.com/stvmallen/homebridge-nubicam
- Owner: stvmallen
- License: mit
- Created: 2017-12-15T12:39:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T23:38:07.000Z (over 3 years ago)
- Last Synced: 2024-12-30T23:27:14.196Z (about 1 month ago)
- Topics: homebridge, homebridge-plugin, nubicam
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# homebridge-nubicam
homebridge-plugin for Nubicam (www.nubicam.com.ar)[![npm version](https://badge.fury.io/js/homebridge-nubicam.svg)](https://badge.fury.io/js/homebridge-nubicam)
[![dependencies Status](https://david-dm.org/esteban-mallen/homebridge-nubicam/status.svg)](https://david-dm.org/esteban-mallen/homebridge-nubicam)### 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" : "[email protected]",
"password" : "123456"
}
```