We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manufacturer/Model:
Hikvision DS-KV6113 Homebridge Config: { "name": "CameraUI", "port": 8181, "atHomeSwitch": false, "debug": false, "mqtt": { "active": true, "tls": false, "host": "127.0.0.1", "port": 1883 }, "http": { "active": false, "port": 1883, "localhttp": false }, "smtp": { "active": false, "port": 2727, "space_replace": "+" }, "ftp": { "active": false, "useFile": false, "port": 5050 }, "ssl": { "active": false, "key": "/home/pi/server.key", "cert": "/home/pi/server.csr" }, "options": { "videoProcessor": "/home/pi/bin/ffmpeg" }, "cameras": [ { "name": "Doorbell", "manufacturer": "Hikvision", "model": "DS-KV6113", "serialNumber": "DS-KV6113-WPE1(B)YOURSERIALNUMBERHERE", "motion": true, "doorbell": true, "switches": true, "useInterfaceTimer": true, "motionTimeout": 0, "unbridge": true, "hsv": true, "prebuffering": true, "prebufferLength": 4, "videoConfig": { "source": "-i rtsp://username:password@@192.168.X.X:554/cam1/h264", "subSource": "-i rtsp://username:password@@192.168.X.X:554/Streaming/Channels/102", "stillImageSource": "-i rtsp://username:password@@192.168.X.X:554/cam1/h264", "readRate": true, "rtspTransport": "tcp", "maxStreams": 4, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 0, "vcodec": "copy", "acodec": "libfdk_aac", "audio": true, "debug": true }, "mqtt": { "doorbellTopic": "doorbell/buttonpressed", "doorbellMessage": "ring" }, "smtp": { "email": "Doorbell" }, "videoanalysis": { "active": true }, "hksvConfig": { "audio": true } } ], "platform": "CameraUI", "logLevel": "info" }
Show your homebridge config.json here. Remove any sensitive information, such as your homebridge-gsh / google-smarthome token.
Additional Information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Manufacturer/Model:
Hikvision DS-KV6113
Homebridge Config:
{
"name": "CameraUI",
"port": 8181,
"atHomeSwitch": false,
"debug": false,
"mqtt": {
"active": true,
"tls": false,
"host": "127.0.0.1",
"port": 1883
},
"http": {
"active": false,
"port": 1883,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"ssl": {
"active": false,
"key": "/home/pi/server.key",
"cert": "/home/pi/server.csr"
},
"options": {
"videoProcessor": "/home/pi/bin/ffmpeg"
},
"cameras": [
{
"name": "Doorbell",
"manufacturer": "Hikvision",
"model": "DS-KV6113",
"serialNumber": "DS-KV6113-WPE1(B)YOURSERIALNUMBERHERE",
"motion": true,
"doorbell": true,
"switches": true,
"useInterfaceTimer": true,
"motionTimeout": 0,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://username:password@@192.168.X.X:554/cam1/h264",
"subSource": "-i rtsp://username:password@@192.168.X.X:554/Streaming/Channels/102",
"stillImageSource": "-i rtsp://username:password@@192.168.X.X:554/cam1/h264",
"readRate": true,
"rtspTransport": "tcp",
"maxStreams": 4,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 0,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true,
"debug": true
},
"mqtt": {
"doorbellTopic": "doorbell/buttonpressed",
"doorbellMessage": "ring"
},
"smtp": {
"email": "Doorbell"
},
"videoanalysis": {
"active": true
},
"hksvConfig": {
"audio": true
}
}
],
"platform": "CameraUI",
"logLevel": "info"
}
Additional Information:
The text was updated successfully, but these errors were encountered: