Skip to content

PTZ controls not visible in lovelave Home Assistant card #1932

Description

@Baldilocks47

Checklist:

[REQUIRED] Card diagnostic information:

I've added the default frigate menu button to the card, but long/short clicking it unfortunately does nothing.. I include below the config for the card instead
type: custom:frigate-card
cameras:
  - camera_entity: camera.reolink_tiltpan
menu:
  style: hover
  position: left
  buttons:
    ptz_controls:
      enabled: true
      alignment: matching
      permanent: true
    frigate:
      enabled: true
    ptz_home:
      enabled: false
    fullscreen:
      alignment: matching
    timeline:
      enabled: false
    snapshots:
      enabled: false
    mute:
      enabled: true
live:
  controls:
    ptz:
      mode: "on"
      position: bottom-right
      orientation: horizontal
      hide_pan_tilt: false
  ptz:
    data_left:
      entity_id: camera.reolink_tiltpan
      direction: left
      speed: 5
    data_right:
      entity_id: camera.reolink_tiltpan
      direction: right
      speed: 5
    data_up:
      entity_id: camera.reolink_tiltpan
      direction: up
      speed: 5
    data_down:
      entity_id: camera.reolink_tiltpan
      direction: down
      speed: 5
  preload: true
view:
  keyboard_shortcuts:
    ptz_left:
      key: ArrowLeft
    ptz_right:
      key: ArrowRight
    ptz_up:
      key: ArrowUp
    ptz_down:
      key: ArrowDown
    ptz_zoom_in:
      key: +
    ptz_zoom_out:
      key: "-"
    ptz_home:
      key: h
status_bar:
  popup_seconds: 0
  style: none
grid_options:
  columns: full

[REQUIRED] Description of problem:

I am suffering an issue with my Reolink E1 outdoor PTZ cam. PTZ controls work fine via firmware in web browser. In Frigate in HA I can use PTZ controls, but on lovelace card I can toggle on PTZ controls however nothing appears on-screen. I've tried on several web browsers on different devices, all the same.

I have tried multiple configurations of orientation of the PTZ controls, no difference. I've toggled PTZ controls in the web UI under "Menu" and "Live", still no change. I've updated the configuration manually in the config file and still nothing.

[OPTIONAL] Last working release (if known):
N/A

[OPTIONAL] Javascript errors shown in the web inspector:


[OPTIONAL] Additional information:

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions