Frigate Mobile App Notifications 2.0

No it’s from itself, nothing else.

Regarding the webhook ID, something may need reinstalling wet your mobile phone app, or it was a glitch, but it’s something from with the notify service.

I’ve uninstalled and reinstalled the Home Assistant app. Signed in and gave it a new device name. Updated the automation and I am now receiving the notification.
Thank-you for persisting and helping me. Is there a way to combine those two separate notifications? ie your notification blueprint with the message from the Google Gemini response? Is there also a way to ignore known actors when using those facial rec plugins?

I’m also interested in sending a notification based on an audio trigger. I have some dumb smoke detectors. It would be great if Frigate detects their alarm and send a notification.

There is an open Issue for this on github. Please let me know what current behaviour/errors happen when you set it up how you would for an audio detection.

howdy. ive been trying the .14 beta for a couple days. i have my notifications set send only on frigate/reviews however, im getting notifications now for any detected car that passes by. The way my alerts are set up is, frigate will dispatch an alert if a car is idling in a zone for too long. otherwise i guess its just a detection i think. it was working and not notifying me for passing cars, but now im getting notified of every passing car. im not sure what changed or if i have this set up right.

alias: beta_garage notifications
description: ""
use_blueprint:
  path: SgtBatten/Beta.yaml
  input:
    presence_filter:
      - ""
    camera:
      - camera.garage
    notify_device: 80081358008135800813580081358008135
    title: Action at the garage
    alert_once: true
    attachment: >-
      {{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg?format=android
    video: >-
      {{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/clip.mp4
    final_update: true
    review_severity:
      - alert
    labels:
      - person
      - dog
      - cat
      - car

What version are you on? Try updating to the latest beta as I fixed this in the past few days.

For anyone wanting to move to reviews. Both stable and beta versions are now updated to the frigate 0.14 reviews blueprint.

I may in the future reintroduce compatibility with the events topic but so far reviews seems superior so that’s what we have going forward. Older versions won’t stop working so you can stick with 0.12.0.6 or earlier if desired.

4 Likes

In Frigate itself, audio is detected properly.
However, in the notifications blueprint (0.14.0.2w), in the filter section, I don’t see an option to detect the audio stream ‘smoke’ like I see the options “person”, “cat”, “dog”,…

That’s no longer needed because reviews are used. Reviews include audio labels by default as detections and can be configured as alerts as well

sorry for the delay. i updated to the latest and things seem to be working correctly for the most part. however there are sometimes a few false positives and when i click the notification to review what was flagged, ill get a black screen saying preview not available. but for the most part. all good.

This blueprint is great. After some tweaking and help from the folks in this forum it works flawlessly.

I have a usage configuration question that I’ve been unable to figure out.

I have a camera pointed at my main entry walkway. When the door is opened to leave the house, an automation shuts the Frigate blueprint down for a few minutes so there’s no notification of us walking by.

What I’ve yet to figure out how to delay triggering of the blueprint when returning home. I’d like to wait maybe 15 seconds before triggering and only have the blueprint send a notification if the door has not been opened during that time.

Anyone out there been able to come up with a way to wait to see if another event occurs (like a door opening) within a few seconds of a detection and then only send a notification after that?

same issue here. intermittent. haven’t been able to figure out a pattern/cause

Anyone else see issues with any sort of Live Video, Gif, Video Clip on iOS ? Every time I click on these it takes me to Safari (expected) but to the broken Video Play button and never works. Similarly in th notification itself it says Failed to Load Attachment, Response status code was unacceptable - 404.

Would love to resolve this issue since I see it with the GIF, Video Clip and Live video pieces. Now if I take the URL that the notification generates and paste it into a desktop browser such as Firefox, works fine ! Just iOS thats the issue. Any thoughts on how to resolve ? Thanks

Here is the open issue. It works for some people and not others. If you can contribute your config and any specifics (including versions of HA, Frigate and Frigate integration) it might help. But for now, I have no idea.

[Issue]: Frigate .15beta Clip issue · Issue #308 · SgtBatten/HA_blueprints

1 Like

Hello, I’ve been getting the message that the automation is already running

Logger: homeassistant.components.automation.frigate_notifications_0_14_0_3d
Quelle: helpers/script.py:2041
Integration: Automation (Dokumentation, Probleme)
Erstmals aufgetreten: 08:22:41 (1 Vorkommnisse)
Zuletzt protokolliert: 08:22:41

Frigate Notifications (0.14.0.3d): Already running

I watched it a bit more, I saw in the trace that the automation was executed at 10:50:10 and then again at 10:50:18. I also saw that two events took place under Frigate at 10:50. I think the first automation isn’t finished yet because, as far as I know, it waits a while before it is finally completed, and then the automation is called again by the new event in Frigate. I wonder if it has to be called for every event if you only want to be notified of alarms? Then in this case it should only be triggered if an alarm has taken place in Frigate.

It’s allowed to run multiple times. I have 7 cams on one automation and often have multiple notifications from offering ones simultaneously.

Okay but I get this message in the trace


Thank you for the work on this - I’m trying to work out if the behaviour of the notifications is my setup issue or just the way it works.

I want to only receive the notifications on telegram only and not using the companion app. I have the blueprint set up to send to telegram a snapshot with a bounding box however it also sends the “view clip, view snapshot and silence new notifications” that are in the “Action Buttons and URL” section - I can’t seem to find a way to delete these.

In the Notification Customisation section - I just have initial attachment - screenshot with a bounding box, which is all I want.

Any help greatly appreciated - I’m using 0.14.0.2w.

Interesting. I’ve never had it fail from this but reading HA docs mode: single is the default behaviour. I wonder why I never see it though.

You can add mode: parallel to your yaml config for now and I’ll amend the blueprint this weekend

3 Likes