mezz64
mezz64
Can you post the curl command you are using? If you only get that output and then the connection closes when attaching to the alertStream i'm afraid this component isn't...
Thanks for the PR! Change looks simple enough. I'll try to find some time this weekend to do some tests and if all is well I'll get it merged and...
Sorry for the slow response on this. While this change functions fine, I'm not too keen on the performance impact. In my test cases it's 6-7x more resource intensive than...
The goal will be to let the user specify, so anything that shows up in the alert stream will be valid, this should include smart events.
I'm on board with the new endpoints, but things need streamlined a bit. The current intent of the library is that initialize is always called first which should define some...
Can you try to monitor the alertStream endpoint manually and post the output after you've let it run for ~5min, hopefully with a camera trigger captured? This will let you...
Yes, NVR IP. Are you using digest or basic authentication? You can drop the --digest if you are using basic.
It should ask, but if it isn't you can use the -u flag to include a username, and curl will prompt for a password: ``` curl -u username --digest -N...
That's expected as the videoloss event is used as a keep-alive in the stream. If you have a trigger type setup to notify the surveillance center it should show up...
Almost, can you define debug logging in HASS for the hikvision parts (example below) and post a full log from startup? ``` logs: pyhik.hikvision: debug homeassistant.components.binary_sensor.hikvision: debug ```