Search results

  1. raymondkoppen

    Temperature Overlay in Dahua Cameras

    To also add Humidity, add this right after the temp is fetched (after 'fi') , change the id (1218) to a domoticz device that has your humidity DOMOTICZ=`curl -s --connect-timeout 2 --max-time 5 "http://192.168.1.1:8080/json.htm?type=devices&rid=1218"` if [ -z "$DOMOTICZ" ] then exit 1 else...
  2. raymondkoppen

    CameraEvents Service - Dahua Events to mqtt

    Hey @psycik Just found your docker container CameraEvents which works great with my camera's, thanks so far. I connected my tripwires to Domoticz, very nice. I was wondering how you do this; Can post an image into the mqtt payload also (which jpmens/mqttwarn can post to slack and pushover)...
  3. raymondkoppen

    Black Friday 2019 is around the corner!

    Can you send me list of NVR's please @EMPIRETECANDY. Of the returned ones I mean.
  4. raymondkoppen

    Tell us about your home automation!

    I'm using bash scripting for my camera related actions. It's easy for me to debug and test, and I haven't gotten round to using dzvent nor lua. So if you want I can still take a peek at your stuff, but don't get your hopes up to much. :lol:.
  5. raymondkoppen

    Dahua IPC-HFW1320S-W - download recordings over network?

    Lol I'll probably try something out soon, I'll update if I get something working.
  6. raymondkoppen

    Tell us about your home automation!

    I too run Domoticz on a Raspberry in combination with 2x RFlink (433.42 and 433.92), Mysensors Gateway, ESPEasy sensors, and a Milight Gateway. I can also send updates to Telegram. I have multiple temperature sensors, PIR sensor, Doorbell, Door sensors, and camera's. Recently installed a PTZ...
  7. raymondkoppen

    Dahua IPC-HFW1320S-W - download recordings over network?

    On my to do list I still have this when I get around to it. I planned to this automaticly, and move the files to a NAS. Also I plan to convert the dav files to mp4, once I am able to retrieve them this should be easy. Dahua api's to retrieve the files; See this; nayrnet/node-dahua-api //...
  8. raymondkoppen

    Sign in Dahua api

    try curl -g --user "admin:pass" 'http://192.168.1.111/cgi-bin/snapshot.cgi' --digest -o '/var/tmp/snapfile.jpg' or curl -g 'http://admin:thisismypass@192.168.1.111/cgi-bin.snapshot.cgi' -o '/var/tmp/snapfile.jpg' I had some issues with wget as well
  9. raymondkoppen

    Sign in Dahua api

    Have you tried different browsers ? Internet Explorer, Chrome ? In fact it works on all my Dahua cams, old and new. You can also try without passing the user and password, it should come up with a credential box. e.g. http://192.168.1.111/cgi-bin/snapshot.cgi
  10. raymondkoppen

    Sign in Dahua api

    You did replace the ip adres (1.2.3.4) and password your ipadress and password ? I just checked on one of my camera's and it does work.
  11. raymondkoppen

    Sign in Dahua api

    Maybe check this code out for some pointers; nayrnet/node-dahua-api
  12. raymondkoppen

    Review-Dahua SD1A203T-GN Starlight Mini PTZ

    Fyi I put mine on a PFA122, had to add an extra hole because the cable exits on the side and not center. So it's not waterproof. When the next paint job is due for this soffit I'll probably mount it directly though.
  13. raymondkoppen

    NodeJS Module: node-dahua-api

    Thanks for this, I'm going to try to get this working again in combination with Domoticz. How are you using this @streiten if I may ask ?
  14. raymondkoppen

    Temperature Overlay in Dahua Cameras

    Just wanted to share my implentation using a bash script (see below). The script is located in /home/pi/domoticz/scripts and is called tempcam.sh 192.168.1.1 is my domoticz Server (not the real ip of course) 316 is the index of the temperature sensor i use I'm cutting off to 1 digit then I...
  15. raymondkoppen

    domoticz-ipcc - Connect your Dahua/Hikvision IPC to your Home Automation System.

    Domoticz I have running so that's not an issue. I had hoped to get some help with this.
  16. raymondkoppen

    domoticz-ipcc - Connect your Dahua/Hikvision IPC to your Home Automation System.

    Hi, been trying this awesome project that I've been looking for for quite some time. Neen trying a raspberry pi 2 with no luck. Quite some issues trying to install a recent nodejs. Then grabbed a pi 3, which went more smoothly. Everything described above was performed and the daemon was built...
Top