mezz64 / pyHik

Python wrapper for Hikvision camera event stream
MIT License
180 stars 50 forks source link

Hard drive errors #47

Closed ayushpratap closed 4 years ago

ayushpratap commented 4 years ago

This API is unable to get errors/events related to HARD DRIVE/DISK

DVR is sending that event on iVMS but that error/event is not obtained by this API.

mezz64 commented 4 years ago
'diskfull': 'Disk Full',
'diskerror': 'Disk Error',

These are both supported events. If you are reporting an event that shows up in the event stream, but is not currently supported, please post a snippet of the XML from the event stream and the type can be added. If the event does not show up the event stream it's not possible to add support.

ayushpratap commented 4 years ago

I am testing the event stream extensively. I have added some more ISAPI specifications ( according to my usage ) I propose we can work together and implement more ISAPI specifications to this API, it will be very useful for others. What do you propose ?

mezz64 commented 4 years ago

I gladly accept PR's. Please feel free to submit any new features and we can work together to get them merged.