Skip to content

[Help] Cancel VTO call on VTO2211G-P-S2 #45

@M3c4tr0x

Description

@M3c4tr0x

Hello,

Many commands listed on readme.md works fine, but i want cancel a VTO call to permit answer with home assistant on 2 way audio and it not work.

I use this command :

# Cancel VTO Call
service: dahua_vto.send_command
data:
  entity_id: sensor.dahua_vto
  method: console.runCmd
  params: {'command': 'hc'}
  event: false

{'error': {'code': 268959743, 'message': 'Unknown error! error code was not set in service!'}, 'result': False, 'method': 'console.runCmd', 'entity_id': 'sensor.dahua_vto'}

same problem with this other command :

# Make VTO Call
service: dahua_vto.send_command
data:
  entity_id: sensor.dahua_vto
  method: console.runCmd
  params: {'command': 'call 9901'}
  event: false

{'error': {'code': 268959743, 'message': 'Unknown error! error code was not set in service!'}, 'result': False, 'method': 'console.runCmd', 'entity_id': 'sensor.dahua_vto'}

I also tried the integration https://github.com/rroller/dahua with the call service dahua.vto_cancel_call, but that seems logical, because it also tries the hc command

Could someone help me find the solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions