Skip to content
New issue

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

Working Configuration #1292

Open
jmnovak50 opened this issue Apr 25, 2022 · 0 comments
Open

Working Configuration #1292

jmnovak50 opened this issue Apr 25, 2022 · 0 comments
Labels
tested config A new tested configuration

Comments

@jmnovak50
Copy link

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:

@jmnovak50 jmnovak50 added the tested config A new tested configuration label Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested config A new tested configuration
Projects
None yet
Development

No branches or pull requests

1 participant