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

Multiple cameras with no NVR #3

Open
JLFN opened this issue Feb 19, 2019 · 0 comments
Open

Multiple cameras with no NVR #3

JLFN opened this issue Feb 19, 2019 · 0 comments

Comments

@JLFN
Copy link

JLFN commented Feb 19, 2019

Guide should show like this for multi camera

#Dahua event listener
#https://github.com/SaWey/home-assistant-dahua-event
#IVS : Tripwire, Intrusion, Object Abandoned/Missing Advanced Intelligent Functions
#Advanced Intelligent Functions: Face Detection
#IPC-HDW4231EM-ASE
#REQUIREMENTS = ['pycurl>=7']
#########################################################################

dahua_event:
#
  - name: Laundry
    protocol: http
    host: !secret laundry_cam_ip
    port: 80
    user: !secret nvr_username
    password: !secret nvr_passsword
    events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection
#
  - name: kitchen
    protocol: http
    host: !secret kitchen_cam_ip
    port: 80
    user: !secret nvr_username
    password: !secret nvr_passsword
    events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection
#
  - name: Living room
    protocol: http
    host: !secret livingroom_cam_ip
    port: 80
    user: !secret nvr_username
    password: !secret nvr_passsword
    events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection
#
  - name: Family room
    protocol: http
    host: !secret familyroom_cam_ip
    port: 80
    user: !secret nvr_username
    password: !secret nvr_passsword
    events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant