Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Hard drive events from Hikvision DVR #17

Open
ayushpratap opened this issue Dec 16, 2019 · 2 comments
Open

How to get Hard drive events from Hikvision DVR #17

ayushpratap opened this issue Dec 16, 2019 · 2 comments

Comments

@ayushpratap
Copy link

This API is unable to get HARD DRIVE events.
Is there any other proper way to get them?

This API also have lack of examples and documentation.

@MissiaL
Copy link
Owner

MissiaL commented Apr 6, 2020

Try to see how it works in the documentation for your API. Maybe it will turn out to be implemented in the current library, but I need an example

@vgaicuks
Copy link

IMHO, the issue is due additional xml tag on response <?xml version="1.0" encoding="UTF-8" ?>

<?xml version="1.0" encoding="UTF-8" ?> <EventNotificationAlert version="1.0" xmlns="http://www.hikvision.com/ver20/XMLSchema"> <ipAddress>192.168.0.1</ipAddress> <portNo>80</portNo> <protocolType>HTTP</protocolType> <macAddress>Aa:7c:cc:cc:cc:cc</macAddress> <dynChannelID/> <channelID/> <dateTime>2023-07-23T11:46:03+02:00</dateTime> <activePostCount>1</activePostCount> <eventType>diskerror</eventType> <eventState>active</eventState> <eventDescription>diskerror alarm</eventDescription> <channelName/> </EventNotificationAlert>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants