CameraEvents
CameraEvents copied to clipboard
Dahua NVR/Camera Alerting to MQTT. Fairly specific to my needs, but also an attempt at starting to use travis.
- includes systemd example config for convenience
First, thanks for this great piece of work! It is exactly what I was looking for. Here are two small points that I noticed when I wanted to install it...
This issue might be cause by my lack of understanding of some technicals. I run couple of Dahua cams. All are standalone with no NVR and no SD card in...
``` error: failed to solve: rpc error: code = Unknown desc = executor failed running [/dev/.buildkit_qemu_emulator /bin/sh -c pip install -r /opt/cameraevents/requirements.txt]: exit code: 2 The command "./.travis/deploy.sh" exited with...
The script reads the alerts parameter in line 100: self.alerts = device_cfg.get("alerts") but then overwrites this in line 563: self.alerts = True I set alerts to False because I don't...
Was hoping to add support for audio events for my amcrest camera ``` [MQTT Broker] IP: 192.168.1.99 Port: 1883 BaseTopic = dahua [Cameras] camera1=babycam [babycam] host=192.168.1.90 protocol=http name=babycam port=80 isNVR=False...
Hello, First, thank you very much for CameraEvents, this is very useful for my home system. I have a strange problem - and this might not be related to CameraEvents...
Ok, I just tried and it works but not as I like. I'm trying the NVR with one camera only and CameraEvents connects to it and to my mqtt broker....
Do anybody know, how I have to configure home assistant to receive the image, which is sent by CameraEvents? My Payload looks like documented: `{"message": "IVS: Dahua3: CrossRegionDetection", "imagebase64": "/9j/4AAQSkZJRgA..."}`...
NetAlarm
Via NetAlarm it is possible to fire an alarm in port via network. Do you think that is possible to add it? I found that: [https://gist.github.com/hdo/598f56a23d360164c3fbf60012902a88](url)