kushagharahi / homebridge-dahua-alerts

Routes motion alerts for Dahua and Lorex camera streams to homebridge-camera-ffmpeg
27 stars 13 forks source link

Not receiving motion alerts on 1.3.0 #59

Closed irctrakz closed 4 months ago

irctrakz commented 5 months ago

Something is def not working correctly with 1.3.0, I'm not receiving any motion alerts - in fact the logs show no events at all, despite the camera for sure recording them. I'm a bit at a loss how best to support debugging (since nothing is actually happening). Happy to provide any data that would be helpful.

irctrakz commented 5 months ago

Ok, figured it out. For events to be correctly sent, the default for standalone cameras should be:

    "eventTypes": {
        "VideoMotion": true,
        "AlarmLocal": true,
        "CrossLineDetection": true
    },
irctrakz commented 5 months ago

I would propose the docs need to be updated or this is going to catch folks out

kushagharahi commented 4 months ago

@indoctrine contributed this readme update, thanks both!