homebridge-hikvision-local
Version:
Homebridge plugin that connects to your HikVision DVR via a local connection and exposes your cameras in Homebridge. The plugin is heavily based on excellent [homebridge-camera-ffmpeg](https://github.com/Sunoo/homebridge-camera-ffmpeg) and the various hom
43 lines (42 loc) • 1.05 kB
JSON
{
"bridge": {
"name": "Heisenberg",
"username": "AA:BB:CC:DD:EE:01",
"port": 51826,
"pin": "031-45-154"
},
"description": "HomeBridge HTTP Status Control",
"plugins": [
"homebridge-hikvision-local",
"homebridge-config-ui-x"
],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "none",
"theme": "auto",
"tempUnits": "c",
"lang": "auto",
"sudo": false,
"platform": "config"
},
{
"name": "Hikvision-Local",
"host": "192.168.1.12",
"port": 80,
"secure": false,
"ignoreInsecureTls": true,
"username": "homebridge",
"password": "xxxxxxx",
"debugFfmpeg": false,
"doorbells": [
"Porch"
],
"debug": true,
"test": true,
"platform": "Hikvision-Local"
}
],
"accessories": []
}