Search results

  1. Antori91

    Cannot make calls between Dahua VTO2000A and two VTH2421FW-P

    Hello, Since you did not get an answer, I allow myself to ask you this basic question about VTO to VTH communication/connection (not VTH to VTH): did you get confirmation from an official Dahua information channel that these two boxes are compatible to each other? For me, based on datasheet...
  2. Antori91

    VTO2000A and SIP again...I can register my SIP Phone, my SIP phone rings when VTO calls but answering doesn't work

    Hello Lucas, I'm sorry but currently I don't use Asterisk in my Dahua environment. I don't know how to help you. Maybe someone else.
  3. Antori91

    Dahua intercom - API for VTH1550CH?

    Yesterday, it was the Go Live! Below a picture to try to explain how it works.
  4. Antori91

    Dahua VDPConfig version 1.0008.0000000.3 and VTH admin password modification

    Hello, Is there anyone who succeeded to change VTH ADMIN password using this version of VDPconfig?
  5. Antori91

    Dahua intercom - API for VTH1550CH?

    I've updated the code (available on GitHub) which now includes some security management items: MQTT: Messages to/from other servers signed using MD5 hash. VTH: No SSL available, but VTH serial number verified at login and Alarm Disarm requests coming from VTH only accepted: - if the login...
  6. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello RioGrande75, Could you please tell me what is the purpose of the two args: SID and magic query_args = { "SID":self.SID, # SID will be returned after we called <service>.attach with 'Object ID' "magic":"0x1234",
  7. Antori91

    Dahua intercom - API for VTH1550CH?

    It doesn't work with the "o" command (no answer and nothing updated on the VTH screen) ...but...yes it works with the "rh" command for return home page. I have now to implement the DHIP commands sequence in my program to request the VTH to refresh its screen after the alarm changes.
  8. Antori91

    Dahua intercom - API for VTH1550CH?

    I have slightly modified my code (you have to send the channels of the alarm profiles when you arm/disarm remotely the VTH alarm. If not, the alarm channels profiles configuration is reset). And now it works at 99%. I've this minor issue: when you disarm remotely the VTH, the alarm window of its...
  9. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello RioGrande75, Here is the code I've just finished to write: Antori91/Home_Automation The core Dahua routines are Bashis code (mcw0/Tools). To Bashis code, I've added an MQTT interface to send requests to arm/disarm my alarm Appliance and synchronize the VTH with all other Alarm clients...
  10. Antori91

    Dahua possible backdoors found???

    Very nice code. Many thanks to have share it.
  11. Antori91

    Dahua intercom - API for VTH1550CH?

    I was wrong! There is an attach method for this configManager service. I've modified my python args to use configManager.attach. A screenshot below where my program logins and then just "sleeps" during 2 minutes. During these 2 minutes, I armed and disarmed the VTH alarm using its screen...
  12. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello RioGrande75, Yes ! I'm able in my environment to get/set remotely the VTH alarm. See below a screenshot example. With Python, the query args to get the status are query_args = { "method":"configManager.getConfig", "params":{...
  13. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello, I've played with my VTH with the following Python snippet (logging, listen the events during 2 minutes and logout). I capture events (mainly a SIPRegisterResult event every minute but also ScreenSaver events, see screenshot below) but no event is triggered when I arm or disarm the VTH...
  14. Antori91

    VTO2000A and SIP again...I can register my SIP Phone, my SIP phone rings when VTO calls but answering doesn't work

    Hello Justjason, Here are my VTO main parameters: VTO firmware : 4.3 SIP server : Enabled Device type : Villa station Villa Call No. : 9901 (VTH number) Group Call : Enabled VTO Rooms declared : from 9901#0 (VTH room) to 9901#9 (for mobile users) Video...
  15. Antori91

    Dahua intercom - API for VTH1550CH?

    Thanks Riogrande75 for your input. I'm quite busy this week-end, I will do the test next week-end and will let you know.
  16. Antori91

    Dahua Gdmss push nofication problem. Need help

    Within the App, did you subscribe to the alarm manager? (see manual extract below)
  17. Antori91

    Dahua intercom - API for VTH1550CH?

    It seems I'm on the right way. Below are the VTH services/methods I get from a system.listService command at port 5000: What I would like to do is: get an event from the VTH if someone arms the VTH Alarm (seems now easy to reach this goal with "eventManager.attach" method) be able to...
  18. Antori91

    Dahua intercom - API for VTH1550CH?

    Thanks Riogrande75 for your support. I've now a clear picture. I will try to run your script against my VTH. PS: Python or C/C++ or nodejs or Java or Rexx or ... are ok for me. I think I will be able to decode your php script. :-) My github about home automation is here: Antori91/Home_Automation
  19. Antori91

    Dahua intercom - API for VTH1550CH?

    I'm not a php expert at all ! Reading your script again and again, I start to think your script doesn't send http commands at port 5000. Is this correct? If yes, I've found on the web only documentation related to the Dahua Http API. Where can I find a documentation about the commands you use at...
  20. Antori91

    Dahua intercom - API for VTH1550CH?

    To get the events, I understand your script uses the following API: http://VTO_IP:5000/cgi-bin/eventManager.cgi?action=attach&codes=[All] Is this correct? If yes, this url works only at port 80 for my VTO (and not at port 5000) and for the VTH, this url doesn't work at all Where I'm wrong...
  21. Antori91

    Dahua intercom - API for VTH1550CH?

    Sorry, I've answered to fast! You said that your script works for VTH also. Could you explain how because as far as I understand your script, it uses the Dahua HTTP API. And none of these API seems to be implemented in the VTH I have. PS: A nmap against my VTH shows that only ports 5000...
  22. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello Riogrande75, Your script is for capturing the VTO events. What I would like to do is capturing the VTH events...
  23. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello, I would like to get/set remotely Alarm config/Alarm state from the VTH1550CH. We can access the VTO2000A using the Dahua HTTP API. But these API don't seem implemented at the VTH side. Is there anyone who knows how to do that? Thanks in advance.
  24. Antori91

    Dahua Gdmss push nofication problem. Need help

    I'm a new user of this Dahua intercom. I've installed it two weeks ago. I've tested gdmss plus and gdmss lite Android Apps. ONLY the LITE version get the push notification in my environment.
  25. Antori91

    Dahua intercom - API for VTH1550CH?

    Hello, I would like to get/set remotely Alarm config/Alarm state from the VTH1550CH. We can access the VTO2000A using the Dahua HTTP API. But these API don't seem implemented at the VTH side. Is there anyone who knows how to do that? Thanks in advance.
  26. Antori91

    VTO2000A and SIP again...I can register my SIP Phone, my SIP phone rings when VTO calls but answering doesn't work

    I have progressed with the following SIP parameters. According to Dahua tutorial, User name and User authentication have to be the same and the password is the SIP user password and not the VTO password. Now I can take the call. For example, when I call my smartphone from the VTH and answer the...
  27. Antori91

    VTO2000A and SIP again...I can register my SIP Phone, my SIP phone rings when VTO calls but answering doesn't work

    Hello, I know that this VTO2000A and SIP topic has been already covered but I didn't find a specific solution to the issue I'm having. I've installed a few days ago the Dahua VTO/VTH (firmware v4.3) intercom solution and everything works fine even answering calls using my Android smartphone...
Top