Skip to content

[Issue]:{camera_name} notify uses an unknown action #544

@FS1961

Description

@FS1961

Description

(automation.frigate_notifications_0_12_0_1) has an unknown action: logbook.log.

Haven't changed anything in months.

Version

Frigate notifications (0.14.0.2w)

Automation Config

alias: Front door notify
description: Front door alert
use_blueprint:
  path: SgtBatten/Stable.yaml
  input:
    camera:
      - camera.driveway
    zone_filter: true
    zones:
      - Doorway
    debug: true
    icon: mdi:cctv
    sound: default
    color: amber
    message: Someone at the front door.
    ios_live_view: camera.driveway
    notify_device: 363bbe4ea785e59b6129fed9165d4ac8
    presence_filter:
      - ""
    review_severity:
      - alert

Frigate Config

mqtt:
  host: 192.168.178.82
  user: mqtt
  password: haosmqtt

ffmpeg:
  hwaccel_args: preset-vaapi

face_recognition:
  enabled: true
  model_size: small

detect:
  width: 1280
  height: 720

  enabled: true
detectors:
  coral:
    type: edgetpu
    device: usb

snapshots:
  enabled: true
  retain:
    default: 4
record:
  enabled: true
  retain:
    days: 3
    mode: motion
  alerts:
    retain:
      days: 3
  detections:
    retain:
      days: 3
telemetry:
  stats:
    intel_gpu_stats: true

  version_check: true
ui:
  timezone: Europe/Berlin


go2rtc:

  streams:
    office:
      - rtsp://frig_u:password@192.168.178.125/stream1
      - tapo://password@192.168.178.125
      - ffmpeg:office#audio=aac#audio=opus
    shed:
      - rtsp://frig_u:password@192.168.178.143/stream1
      - tapo://password@192.168.178.143
    shed_sub:
      - rtsp://frig_u:password@192.168.178.143/stream2
    storage:
      - rtsp://frig_u:password@192.168.178.131:554/stream1
      - tapo://password@192.168.178.131
      - ffmpeg:storage#audio=aac#audio=opus

    granny_flat:
      - rtsp://frig_u:password@192.168.178.136/stream1
    garage:
      - rtsp://frig_u:password@192.168.178.130:554/stream1
    dining:
      - rtsp://frig_u:password@192.168.178.59/play1.sdp
      - ffmpeg:dining#audio=aac
    dh_sub:
      - rtsp://frig_u:password@192.168.178.59/play2.sdp
    front-door:
      - rtsp://frig_u:password@192.168.178.28:554/play1.sdp
      - ffmpeg:front-door#audio=aac
    fd_sub:
      - rtsp://frig_u:password@192.168.178.28:554/play3.sdp
    gh_cam:
      - rtsp://frig_u:password@192.168.178.57:554/play1.sdp
    dw_main:
      - ffmpeg:rtsp://frig_u:password@192.168.178.55:554/stream0/
      - ffmpeg:dw_main#audio=aac
    patio_main:
      - ffmpeg:rtsp://frig_u:password@192.168.178.74:554/stream0/
      - ffmpeg:rtsp://frig_u:password@192.168.178.74:554/stream0#audio=aac
    garden_main:
      - ffmpeg:rtsp://frig_u:password@192.168.178.52:554/h264Preview_01_main

    webrtc:
      candidates:
        - 192.168.178.97: 8555
        - stun: 8555

cameras:
  office:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://127.0.0.1:8554/office
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
            - audio
    detect:
      width: 2304
      height: 1296


  Storage:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac

      inputs:
        - path: rtsp://127.0.0.1:8554/storage
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record


  Shed:
    onvif:
      host: 192.168.178.143
      port: 2020
      user: frig_u
      password: password
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://127.0.0.1:8554/shed
          input_args: preset-rtsp-restream
          roles:
            - record
            - audio
        - path: rtsp://127.0.0.1:8554/shed_sub
          roles:
            - detect
    live:
      streams:
        shed: shed
  Granny_flat:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/granny_flat
          roles:
            - detect
            - record

  Garage:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/garage
          roles:
            - detect
            - record
    motion:
      threshold: 30
      contour_area: 20
      improve_contrast: true
    objects:
      mask: 
        0.155,0.143,0.12,0.182,0.116,0.327,0.133,0.548,0.153,0.553,0.172,0.519,0.192,0.454,0.178,0.316,0.176,0.258,0.187,0.217,0.178,0.17

  Dining: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic
      inputs:
        - path: rtsp://127.0.0.1:8554/dining
          roles:
            - record
            - audio
        - path: rtsp://127.0.0.1:8554/dh_sub
          roles:
            - detect
    live:
      streams:
        dining: dining
  Front-door: # <------ Name the camera
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/front-door
          roles:
            - audio
            - record
        - path: rtsp://127.0.0.1:8554/fd_sub
          roles:
            - detect
    live:
      streams:
        front-door: front-door
    zones:
      entry_doors:
        coordinates: 0.389,0.864,0.432,0.932,0.574,0.869,0.559,0.124,0.302,0.145
        inertia: 3
        loitering_time: 0
    motion:
      mask: 0,0.487,0.151,0.377,0.264,1,0,1

  Garten-house: # <------ Name the camera
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/gh_cam
          roles:
            - record
            - detect
            - audio
    live:
      streams:
        gh_cam: gh_cam
  Garden: # <------ Name the camera
    onvif:
      host: 192.168.178.52
      port: 8000
      user: frig_u
      password: password
    ffmpeg:
      input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt 
        -flags low_delay -strict experimental -analyzeduration 1000M -probesize 
        1000M -rw_timeout 5000000
      output_args:
        record: preset-record-generic
      retry_interval: 20
      inputs:
        - path: rtsp://127.0.0.1:8554/garden_main
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: 
            rtsp://frig_u:password@192.168.178.52:554/h264Preview_01_sub
          input_args: preset-rtsp-restream
          roles:
            - detect
    live:
      streams:
        garden_main: garden_main
  Driveway: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://127.0.0.1:8554/dw_main
          roles:
            - record
            - audio
        - path: rtsp://frig_u:password@192.168.178.55:554/stream1/
          roles:
            - detect
    detect:
      width: 1280
      height: 720
    live:
      streams:
        dw_main: dw_main
    motion: {}
    zones:
      parkplatz:
        coordinates: 
          0.349,0.404,0.385,0.401,0.38,0.37,0.398,0.367,0.493,0.346,0.504,0.355,0.679,0.359,0.828,0.385,0.85,0.346,0.916,0.656,0.999,0.997,0.349,1
        loitering_time: 0
        inertia: 3
      doorway:
        coordinates: 0.396,0.352,0.5,0.339,0.493,0.004,0.379,0.006
        loitering_time: 0
        inertia: 3
        objects: person
    objects:
      mask:

        - 0.691,0.065,0.831,0.324,0.85,0.354,0.823,0.384,0.746,0.38,0.681,0.359
        - 0.693,0,0.997,0.006,0.998,0.226,0.687,0.19
    review:
      detections:
        required_zones:
          - parkplatz
          - doorway
      alerts:
        required_zones:
          - parkplatz
          - doorway
  Patio: # <------ Name the camera.
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://127.0.0.1:8554/patio_main
          roles:
            - record
            - audio
        - path: rtsp://frig_u:password@192.168.178.74/stream1/
          roles:
            - detect
    live:
      streams:
        patio_main: patio_main
    objects:
      mask: 0.661,0.01,0.42,1,0.588,1,0.971,0.467,0.968,0.33,1,0.242,0.884,0



version: 0.16-0

Any other relevant information

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