Recent content by Antori91

  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...
Top