Reolink Doorbell 2-way, Frigate Card, Mic Disabled on Companion App, No Audio on Dashboard

Hi All,

I have been unable to turn on the microphone on the Android Companion App and No Sound is playing via the Dashboard on both Browser (Chrome, Macos) and the Android Companion App since the Frigate card update 6.0.0. I have updated to the latest 6.0.4 version with no changes either unfortunately.

Please note that on the Frigate web-ui, the audio is playable and I am able to activate the microphone; the main issue is the Frigate Card on the Dashboard.

Below is my Frigate.yaml code:

mqtt:
  host: 192.168.xx.xxx
  port: 1883
  user: admin
  password: pass
  topic_prefix: frigate
  client_id: frigate
  stats_interval: 60

##########################################################################

go2rtc:
  streams:
    reolink:
      - rtsp://admin:[email protected]:554/h264Preview_01_sub
      - ffmpeg:rtsp://admin:[email protected]:554/h264Preview_01_sub#audio=pcm#audio=volume

  ffmpeg:
    bin: ffmpeg
    volume: -af "volume=30dB"

##########################################################################

cameras:

  reolink:
    ffmpeg:
      inputs:
        - path: rtsp://admin:[email protected]:554/h264Preview_01_sub
          roles:
            - detect
            - record
      output_args:
        record: preset-record-generic-audio-copy
    zones:
      reolink_zone:
        coordinates: 0,480,800,480,543,323,362,329,0,61
    motion:
      mask: 613,309,800,361,800,0,275,0,297,339

objects:
  track:
    - person
  filters:
    person:
      threshold: 0.7

detect:
  width: 800
  height: 480

snapshots:
  enabled: True
  timestamp: True
  bounding_box: True
  retain:
    default: 14

record:
  enabled: True
  retain:
    days: 0
  events:
    retain:
      default: 7

version: 0.14

Frigate Card Yaml Code:

type: custom:frigate-card
cameras:
  - camera_entity: camera.reolink
    live_provider: go2rtc
    go2rtc:
      modes:
        - webrtc
menu:
  buttons:
    microphone:
      enabled: true
      alignment: opposing
      type: toggle
      priority: 70
    timeline:
      enabled: false
    cameras:
      enabled: false
    frigate:
      enabled: false
    download:
      enabled: false
    media_player:
      enabled: false
    mute:
      enabled: true
      alignment: opposing
    camera_ui:
      enabled: false
  style: overlay
  position: left
  button_size: 40
live:
  controls:
    thumbnails:
      mode: none
  preload: false
dimensions: {}
media_gallery:
  controls:
    thumbnails:
      size: 140
      show_favorite_control: false
      show_timeline_control: false
      show_download_control: false
    filter:
      mode: none

I followed the instructions in HassAsssistant’s video for the initial setup.

Thank you in advance for all possible feedback and assistance.

1 Like