Hi, I have following setup in Frigate for a Tapo C211 for a Baby Camera.
What I want to achieve is that when everytime crying, scream, yell, and speech is detected that my notifcation group gets a notification plus a snapshot and when you click the notification the live stream of the camera opens.
How do I achieve this?
This is what I currently have in my setup:
Baby_Camera:
onvif:
host: 192.168.178.51
port: 2020
user: jordan
password: jordan
ffmpeg:
inputs:
- path: rtsp://jordan:jordan@192.168.178.51/stream1
roles:
- detect
- record
- audio
input_args: -rtsp_transport tcp
output_args:
record: preset-record-generic-audio-aac
detect:
enabled: true
width: 1920
height: 1080
fps: 5
record:
enabled: true
retain:
days: 7
mode: motion
snapshots:
enabled: true
bounding_box: true
retain:
default: 7
objects:
track:
- person
filters:
person:
threshold: 0.70
audio:
enabled: true
max_not_heard: 30
min_volume: 100
listen:
- crying
- scream
- yell
- speech
filters:
crying:
threshold: 0.5
alias: Baby Notif Test
description: ""
triggers:
- device_id: 55a9c228c5f2d0e338117238408e6454
domain: binary_sensor
entity_id: 826510ab62a6f2c886fae92ecfaf3e12
type: sound
trigger: device
- device_id: 55a9c228c5f2d0e338117238408e6454
domain: binary_sensor
entity_id: a8edc95dd2af7021835679fb6cf004b5
type: sound
trigger: device
- device_id: 55a9c228c5f2d0e338117238408e6454
domain: binary_sensor
entity_id: d84fa7e186dc10128b2be7f86ddca05d
type: sound
trigger: device
conditions: []
actions:
- data:
title: Baby Camera
message: David is awake!
action: notify.all_devices
mode: single