-
Notifications
You must be signed in to change notification settings - Fork 21
Motion events not triggering homekit automations #33
Comments
Unfortunately, motion events don’t seem to work here :( |
oh, that's a bummer.... a world of automations just lost. |
I can’t quite figure out what it might be… my hikvision firmware hasn’t changed from like 2018 haha. I still see alarms coming through VMS, the alarmXML is still active, but for some reason this isn’t triggering after the parse anymore |
The XML from my NVR looks like: --boundary and fails with an error "Whitespace before first tag, so I'm presuming that it fails because of the --boundary stuff and content headers. My JS isn't good enough to figure out a fix though |
did manage to fix this (with a hammer!)
which removes the non tagged lines. |
I needed this fixed for my personal project, so a different version is here: https://github.com/modul8co/homebridge-hikvision-nvr It resolves (for me) the issue of some of the thumbnails not working too. I also added a motion re-trigger timeout setting. |
i'm struggling with creating automation baed on the "motion detected alarm"
the event is recorded in the NVR and visible in Hik-connect.
i also configured the event to send a notification to the surveillance center.
the user has all permissions except to format the device.
despite all of the above, the automation i created in homekit, based on the camera detecting motion - is not working.
am i missing anything? :/
The text was updated successfully, but these errors were encountered: