Search results

  1. P

    CameraEvents Service - Dahua Events to mqtt

    yes, this is almost my first attempt at automated testing. Something else new for me to play with.
  2. P

    CameraEvents Service - Dahua Events to mqtt

    No mine is completely separate to the node-js. Just git clone to a folder, and run. I only added a comment there as I want working on a similar service in that it talked to the dahua api and that was the only thread that seemed to discuss the api.
  3. P

    CameraEvents Service - Dahua Events to mqtt

    Yeah there was a base I'd read, (and I believe I've kept the original credit). And adapted it. I had a similar service that was windows (c#), but most of my gear had moved to docker/python so I was keen to re-write it as I learnt python more.
  4. P

    CameraEvents Service - Dahua Events to mqtt

    As per: NodeJS Module: node-dahua-api psyciknz/CameraEvents This is a python service I run in docker. One of the first I wrote from scratch, so the documentation is probably a little light. I've updated the readme for some run information, (git clone, python CameraEvents.py). And will...
  5. P

    Dahua NVR plus NAS

    Why not just use the NVR for storage?
  6. P

    VPN for remote view

    I’d be curious to see your unifi rules. I assume you have a USG? Even if you post me directly to not clutter your thread.
  7. P

    VPN for remote view

    Do you have the vpn clients on a different subnet to the camera? I do and have a similar issue. Though I’m blocking my nvr from the internet....but it blocks me from accessing it from vpn as well.
  8. P

    Looking for new Dahua - pref same footprint as 4300c

    Well no, some of you may already have known some of the information I was after and have a recommendation. And you can see @mat200's answer pointing out a wrong assumption.
  9. P

    Looking for new Dahua - pref same footprint as 4300c

    Yeah its just a punish having to go into each one to find the dimensions. The normal ones seem to be 122mm...the old 4300c is 110mm. So the closest I found was a IPC-HDBW1320E | Dahua Technology (IPC-HDBW1320E and it's wireless variant)....does this include all the IVS features? As it's not...
  10. P

    Looking for new Dahua - pref same footprint as 4300c

    Got a 4300c mini dome. Great little cameras, but not ir. So I’d like ir one to hook up to. Y nvr5216. If possible in the same 100mm diameter, as most of the ir ones are 110/120mm What options might there be? Don’t really need ptz
  11. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    So I ended up gambling and trying the updated 216 firmware. After doing this I was able to access the camera (snapshot.cgi function and the ConfigManager.cgi?action=GetConfing&name=ChannelTitle). Must have been something wrong with the existing firmware on the box.
  12. P

    Dahua NVR5216-4KS2 / NVR5216-16P-4KS2

    I've just bought a 2nd hand nvr-5216-4ks2. Type: DHI-NVR5216-16P-4KS2 Record Channel:16 Alarm In:4 Alarm Out:2 SN:<redacted> Web:3.2.3.1829 System Version:3.210.0002.0, Build Date: 2017-07-08 I understand there's a new firmware, but are unsure where the device was sourced from. I've seen all...
  13. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Any other ideas for getting the snapshots back? Is there an RPC2 method for doing this?
  14. P

    gps tracking device

    There are devices that you can buy with no subscription charges....bu you need to run the tracking software at home, ie traccar/gpsgate. But you need to get a device with a battery if you want impact detection etc (which is triggered when car off + someone trying to open it). Also you need to...
  15. P

    NodeJS Module: node-dahua-api

    I have a service that does it (docker/python service to mqtt - psyciknz/CameraEvents ), which can also send image content for notifications. But the snapshot function is not working for my particular unit. And the only other issue it might have is getting the channel list for an nvr. But it...
  16. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    I’ve got anither full admin account, and a read only account. Both get the same error.
  17. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Could there be a setting somewhere that’s stopping it? Or a permission, But you can see I’m using the primary admin account
  18. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Even curl does it. drogo:~$ curl --digest -u admin:admin -v http://192.168.10.66:80/cgi-bin/snapshot.cgi?channel=1 * Trying 192.168.10.66... * TCP_NODELAY set * Connected to 192.168.10.66 (192.168.10.66) port 80 (#0) * Server auth using Digest with user 'admin' > GET...
  19. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    If I could get telnet working I’d have more of a dig. But those instruction, while they show me that telnet is false, I can’t change it. At least then I might be able to see some of the low level logs.
  20. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Yeah I have no idea either. So rebooted as suggested. Same deal. http://192.168.10.66/cgi-bin/snapshot.cgi?channel=1(channel 1 is populated) But: Error ErrorID=5, Detail=Server internal error! I do see when I did into the vide the following extras on the URL, but no joy here either...
  21. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Yeah but if there's no listing in the api doc between what is and isn't supported on various devices, the api document becomes less and less relevant. The attach to events still works: /cgi-bin/eventManager.cgi?action=attach&codes= but snapshot.cgi doesn't and given snapshot is probably one of...
  22. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Here's what's on the info page: Type: DHI-NVR5216-16P-4KS2 Record Channel:16 Alarm In:4 Alarm Out:2 SN:<redacted> Web:3.2.3.1829 System Version:3.210.0002.0, Build Date: 2017-07-08
  23. P

    NodeJS Module: node-dahua-api

    I think this lists the fw I’m running DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) - Different
  24. P

    NodeJS Module: node-dahua-api

    Yeah did that...a lot of those functions don't work any more. Like snapshot.cgi, getConfig?action=ChannelTitle, the odd one does though. Looks like in this device, and others? they've changed the api. Using fiddler I think i managed to figure out they've gone to a RPC2 call where json is...
  25. P

    NodeJS Module: node-dahua-api

    Things like snapshot (which uses the following url: http://<ip>/cgi-bin/snapshot.cgi?channel=1) now gets a Error ErrorID=5, Detail=Server internal error!
  26. P

    NodeJS Module: node-dahua-api

    Anyone used this on later nvrs, specially a DHI-NVR5216 and noticed any of the functions not working?
  27. P

    Dahua NVR 5216-16P-4KS2

    @nayr have you hooked this nvr up to your api functions? I've found it's really different from previous models, and individual cameras. No ChannelTitle call, snapshot call different, all sorts.
  28. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Or does anyone know how to decode the backups as they seem to be zipped and encoded in something.
  29. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    I've got a service that on my 4104 NVR could get all the channel names. The request was: http://<ip>/cgi-bin/configManager.cgi?action=getConfig&name=ChannelTitle With this new one that request gets a 500 error. Looking through the IPC 1.67 http api document there are some options the work...
  30. P

    gps tracking device

    A gps tracker is easy to put in and run. There could be issues finding one that can run off the internal car wiring (outside of the acc circuit) for if the car is moved without being turned on, ie towed.