Skip to content

Add Ezviz PTZ to PT config examples. #329

@NoCodeMaster

Description

@NoCodeMaster

The integration with Ezviz PTZ (model C8C Lite in my case) is the following code:

type: custom:webrtc-camera
url: rtsp://admin:[email protected]:554/channel80
ptz:
  service: ezviz.ptz
  data_left:
    entity_id: ...
    direction: left
    speed: 5
  data_right:
    entity_id: ...
    direction: right
    speed: 5
  data_up:
    entity_id: ...
    direction: up
    speed: 5
  data_down:
    entity_id: ...
    direction: down
    speed: 5

speed : *(Optional) Speed to in which to move the camera. Allowed values: int from 1 to 9. Default: 5

No script needed. You need Ezviz integration installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions