Search results

  1. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    OK this is now added to the HA integration 0.5.2. The new service name is called dahua.set_video_profile_mode Here's an example of how to use it with the UI service explorer in YAML mode where "mode" can be either "Day" or "Night" service: dahua.set_video_profile_mode data: mode: Day target...
  2. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    OK, here's how to call the API if you cURL it (with digest authentication).... now I just need to build this into the Home Assistant integration rroller/dahua # Profile Management, set Day/Night Video Mode # 0 = Day, 1 = Night # Get VideoMode...
  3. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    lol @Holbs Looking at the UI, what exactly would you want to set with HA? Just Day/Night? And are there ever more profiles other than Day/Night?
  4. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    I'm going to try and work on the profiles right now. I think that's easy, just making an HA service so you can call it however you like. I'll report back. I've created this issue if you want to follow along Support setting camera profiles · Issue #15 · rroller/dahua
  5. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    Totally possible. I just need to add support for profiles and ptz. It’s on my list. Feel free to open an issue in GitHub for tracking.
  6. runraid

    Disable/enable "Disarming" by API?

    @wittaj thats correct. It’s worded weird. You did not enable the disable setting. So it returns false. disable =false is an easier way to think about it.
  7. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    @genelit does this work for you against one of the non-working cams? (replace the IP address with the IP address of the cam) http://ip_address/cgi-bin/configManager.cgi?action=getConfig&name=General
  8. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    Thanks for testing. The dome cams are slightly more complicated and I don't have one to test with so I've been unable to work on this fix - Add support for Mini-Dome cameras · Issue #4 · rroller/dahua I'll try to buy one soon so I can get them working.
  9. runraid

    Disable/enable "Disarming" by API?

    Sounds like a nice setup. Let me know if you need me to figure out any of the Dahua APIs, happy to do so.
  10. runraid

    Disable/enable "Disarming" by API?

    @wittaj do you use Home Assistant? I'm curious how your use of BI compares to my Home Assistant setup? Dahua cameras + Home Assistant + Deepstack seems to be the sweet spot for me. It gives me the ability to totally integrate any and everything. As an example, at night, if a human is detected...
  11. runraid

    Disable/enable "Disarming" by API?

    I just released a new version of rroller/dahua that supports the "Disarming Linkage" as a binary switch. You can install that into Home Assistant manually or with HACS. It looks like this... If you aren't running Home Assistant and which to use a script... here's how you'll do it (remember...
  12. runraid

    Disable/enable "Disarming" by API?

    Anyone interested in doing this via home assistant? If so I can add it in to my custom integration.
  13. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    @MyDaHua I figured out why the live streaming wasn't working. I had defaulted to the wrong port in the config flow. Remove the camera and change the RTSP port to 554. I'll push out a fix for this but you'll need to readd the camera. Thanks!
  14. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    @MyDaHua if you toggle ir it removes it from auto mode. You’ll need to put it back to auto if you want it to switch on st night. Either in the cam ui or with the service call in HA. I put the steps in the read me
  15. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    @MyDaHua thank you. Did it happen to have any details in the logs? I don’t have a mini dome to test with but maybe the logs will give a clue
  16. runraid

    Looking for feedback and testing of my Dahua Home Assistant integration (via HACS)

    This is the initial release, you’ll have to manually add the repo to your HACS integration until it’s officially added (that’s pending a PR review) It doesn’t support PTZ yet becaise I don’t have a cam to test with. Seeking feedback on anything that’s broke and missing features/services you’d...
  17. runraid

    IPC-HDW3849H-AS-PV loses connection/reboots during the day

    I just use regular detection, not SMD.
  18. runraid

    Dahua model number letters

    Would anyone happen to have an updated version of the IP camera name convention that would include cameras like "IPC-HDW3849HP-AS-PV"? The wiki has an older version DahuaWiki
  19. runraid

    IPC-HDW3849H-AS-PV loses connection/reboots during the day

    The firmware did seem to help some for my IPC-HDW3849H-AS-PV (and I agree, it's a very bad camera compared to prior Dahua's -- I don't recommend it) I'm hoping a newer firmware can help even more. At least it's not freezing up for me anymore.
  20. runraid

    API to turn on light for the IPC-HDW3849H-AS-PV

    imou is made by Dahua though.
  21. runraid

    API to turn on light for the IPC-HDW3849H-AS-PV

    Make sure you follow this correctly... Where [0][1] is [ChannelNo][ConfigNo] ChannelNo: integer, array index starts from 0, which means video channel (equals to video channel index -1, and so 0 means channel 1). ConfigNo: array index, can be 0, 1 or 2. 0 means config for day, 1 means config for...
  22. runraid

    API to turn on light for the IPC-HDW3849H-AS-PV

    Got it. Here's all the commands for the IPC-HDW3849H-AS-PV to turn on the illuminator, warning lights, and siren: Check status of warning lights and speakers http://ip-address/cgi-bin/coaxialControlIO.cgi?action=getStatus&channel=1 Turn warning lights (red/blue lights) ON...
  23. runraid

    API to turn on light for the IPC-HDW3849H-AS-PV

    @holiday thank you! This works, but the illuminator command actually turns on the red/blue lights, not the illuminator. I'll poke around in the API docs to see what I can find. Thanks again!
  24. runraid

    API to turn on light for the IPC-HDW3849H-AS-PV

    I have an IPC-HDW3849H-AS-PV which has a light or "illuminator" as it is called in the settings. I originally had a lot of problems with this cam but with Andy's latest firmware he sent me, things seem to be good enough for me to keep them (You are the best Andy!) Question 1: Do any of you...
  25. runraid

    IPC-HDW3849H-AS-PV loses connection/reboots during the day

    Ok how do I get it from you :-)
  26. runraid

    IPC-HDW3849H-AS-PV loses connection/reboots during the day

    Where do I get it?
  27. runraid

    IPC-HDW3849H-AS-PV loses connection/reboots during the day

    I was on the latest firmware. I’d have to look back up. They are boxed up for return but I haven’t had time to return them. At this point I’ll problem just keep them and hope a newer firmware fixes the issues.
  28. runraid

    ivs and recording settings, smart detection questions

    Even the rebranded store models are the same way. So I don’t buy that excuse.
  29. runraid

    ivs and recording settings, smart detection questions

    Why doesn’t dahua put this info directly in the UI under a tool tip or something. It would go a long way if they did this for all the options.