mezz64
mezz64
Have you done any firmware updates on your NVR's recently? If you force an event shortly after starting up the component does it show up? Having the watchdog trigger on...
Alright, it looks like a recent firmware change may have altered the behavior on reporting the channel ID's in the event stream. If you're getting the TypeError every time the...
I've merged in a fix for the blank channel ID field and released a new version. A PR is pending to update the repository in HASS but you can manually...
Ok, I'm going to need samples from the alert stream from a couple different types of events. If the IDs are missing from everything it's not as straight forward to...
For whatever reason videoloss events are always published in the stream no matter what settings you have turned on. I don't know why they decided to do it that way,...
@necromn Are you notifying the surveillance center for videoloss events?
I'm opening to making a change like this. My main concern is covering the edge cases though. There have been quite a few tweaks included here and there to work...
It can potentially be added as long as the responses it produces are formatted in the same manner as other events. Can you supply a curl output from your triggers...
Sure thing. Can you run a curl on the expected trigger path and post the output? Change that last flag if you're not using digest auth. ``` curl http://YOUR_CAM_IP/ISAPI/Event/triggers --digest...
The alertStream endpoint should be a continuous stream of data. If faceSnap is what I think it is you should start logging the endpoint and then walk in front of...