-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I am trying to use the alarmserver with an Annke NVR which returns an event struct like this:
Content-Type: application/xml; charset="UTF-8"
Content-Length: 461
<EventNotificationAlert version="1.0" xmlns="http://www.std-cgi.com/ver20/XMLSchema">
<ipAddress>xxx.xxx.x.xxx</ipAddress>
<portNo>80</portNo>
<protocol>HTTP</protocol>
<macAddress>xx:xx:xx:xx:xx:xx</macAddress>
<channelID>0</channelID>
<dateTime>2024-05-02T09:43:06</dateTime>
<activePostCount>0</activePostCount>
<eventType>videoloss</eventType>
<eventState>inactive</eventState>
<eventDescription>videoloss alarm</eventDescription>
</EventNotificationAlert>
The issue is when the alarmserver comes to unmarshal the XML it fails at the timestamp due to the missing timezone tag - hence the cannot parse "" as "Z07:00"
Reading this article it looks as though we can just create our own Time struct which can handle the format we want to parse. Allowing for a config option to override the default. Eg;
hikvision:
enabled: true
cams:
xx:
address: xx.xx.xx.xx
username: xxx
password: xxx
event-time-format: 2006-01-02T15:04:05
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels