This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
[APP] Unifi Video
jeroenbrosens
Member
I started creating an app to support Ubiquiti UniFi Video devices, such as the NVR (Network Video Recorder) and the UVC-G3 range of cameras.
All functionality is based on my own reverse engineering of the UniFi Video API 2.0 and will initially include device discovery and camera snapshots. This will later be extended to include starting/stopping recordings, changing system/camera/recording parameters and motion triggers.
The current status is:
- Device discovery working
- API key settings page working
- Device capabilities implementation is WIP
I will release a beta soon, would be awesome if there are users that are willing to participate in testing!
And as always, all your input and comments are greatly appreciated!
All functionality is based on my own reverse engineering of the UniFi Video API 2.0 and will initially include device discovery and camera snapshots. This will later be extended to include starting/stopping recordings, changing system/camera/recording parameters and motion triggers.
The current status is:
- Device discovery working
- API key settings page working
- Device capabilities implementation is WIP
I will release a beta soon, would be awesome if there are users that are willing to participate in testing!
And as always, all your input and comments are greatly appreciated!
Comments
0. Make sure you have node.js (and optionally, git) installed
1. Download or clone the sources (git clone https://github.com/j0bro/com.ubnt.unifivideo.git)
2. Open a terminal, go to the folder where you unpacked or cloned the source files and inside the 'lib' folder, run 'node test.js'
3. Paste the output of the script on this forum thread.
pretty please..