psyciknz / CameraEvents

Dahua NVR/Camera Alerting to MQTT. Fairly specific to my needs, but also an attempt at starting to use travis.
Eclipse Public License 2.0
58 stars 19 forks source link

Missing IVS events #1

Open ghost opened 5 years ago

ghost commented 5 years ago

I added support for broker authentication, and then tested on my local setup.

It seems the IVS events are missed for the most part.

We tested multiple times and while the email alerts triggered consistently for the IVS tripwires and such, CameraEvents failed to acknowledge the events except for one time only.

psyciknz commented 5 years ago

it could be some missing fields.

When you look at the logs do you see a json string being posted for an ivs event, or just a boundary;index=0 type entry only?

Obviously i've only got one type of nvr/camera, and mine seems to post a json string on IVS events, but there can be differences in that json with the fields it posts.