Frigate Mobile App Notifications 2.0

Yes in the notification customisation section.

Hi,
what is the easier way to also include a TTS as notification, like:

service: tts.cloud_say
data:
  entity_id: media_player.cucina
  message: Attenzione, c'ĆØ un intruso nel vostro piazzale
  cache: false

The only way Iā€™m trying now is an automation based on this automation

alias: Alert from Frigate
description: ""
trigger:
  - platform: state
    entity_id:
      - automation.frigate_notifications_0_12_0_1_2
    attribute: last_triggered
condition: []
action:
  - service: tts.cloud_say
    data:
      cache: false
      entity_id: media_player.casa
      message: Attenzione, un intruso nel vostro piazzale
mode: single

but not sure it will work.
Update: it works well :sweat_smile:

Yes that is one option.

There is also a branch of the GitHub repository called custom action which is an experiment for allowing you to make up your own action within the automation.

Notification Group

The name of the notification group to call.

You mean this ?

My apologies, it is only in beta currently.

ah okey guess ill needd to be patient

A doubt on zones
Hello,
to have zones properly working in this automation it is enough to define them in frigate.yml as I did

    zones:
      zone_1:
        coordinates: 602,230,1847,551,1654,1080,0,1080

and refer to it here

lias: Frigate Notifications (0.12.0.1)
description: ""
use_blueprint:
  path: SgtBatten/Stable.yaml
  input:
    camera: camera.piazzale_1
    notify_device: b76118c030e61eef2c2eee37a5d0fc0e
    attachment: thumbnail
    base_url: http://xxxxxxx.duckdns.org:8123
    labels:
      - person
    title: Una persona ĆØ stata avvistata nel piazzale
    zone_filter: true
    zones:
      - zone_1
    tv: true
    notify_group: you_and_me
    tv_duration: 24
    tv_interrupt: true

or we should complete the configuration in frigate.yml to say what should happen in such zones?
My feeling is that they have not effect at all in this automation in the way I defined them.

On the face of it, yes that is all you need. You donā€™t need to define that a zone is for certain objects for it to work.

Is frigate identifying the zone on the events page?

Yes, it is.

Someone reported an old bug has returned. Issue number 2 on GitHub. Iā€™m investigating.

Hi all
super noob here, Iā€™ve obvisiouly done something wrong but i cant work out how to get the pics into my notifications. i get notified but thereā€™s no pic attached there?

attached is my blueprint yaml. i run frigate in docker (unraid) and HA on a VM.
any ideas to point me in the right direction please as im pretty lost.
frigate automation - Pastebin.com

Remove the /Lovelace from the end of your base url.

1 Like

Like this, just on the base Url?

That has fixed your base url.

You have a bit of duplication for your action Buttons but nil effect on images at least being included in the notification.

Are they coming through now?

If not, are you on iOS or Android?

Nope nothing still coming through, does it need anything in the frigate config to be able to pass them on?

I use Android.

This is the notification thatā€™s been firing a message to me, Iā€™ve got a couple set up, im wondering if this one is different.

And this is all I see come through

Does the view snapshot button work?

No it does, thatā€™s the link it takes me too. (obviously blanked the first part out)

https://xxxxxxxxx.ui.nabu.casa/api/frigate/notifications/1691630530.896002-ajzww2/snapshot.jpg

Please try with attachment set to thumbnail

Doesnt change it.

It wouldnā€™t be because frigate is running through docker is it? Would it be best through home assistant? Or it shouldnt matter?

I have frigate running on docker in unraid. Seperate machine to HA. It shouldnā€™t matter.

These issues always stump me because we never find a reliable solution.

Thereā€™s a big on GitHub for iOS devices on the beta version and it only affects some people, and other manage to fix it but not really sure why.

Can you try a new automation and only set the base minimum initially. Camera and notify device.