First half looks fine. It attempted to send a notification.
Unsure why it stops there though. Was it an extremely short event
First half looks fine. It attempted to send a notification.
Unsure why it stops there though. Was it an extremely short event
Well I grabbed an iPad and put iOS 17 on it and notifications come through…so it’s something with my iPhone13 on iOS 17 that isn’t working…I’ve checked notification settings and HA app and all looks the same as the iPad…huh…
UPDATE: All good…changed the name of the iPhone on the companion app and boom - it works…technology can be weird…thanks guys…
Is there a way to change the channel witch the message is send ?
Kind regards
I have reinstalled the Frigate plugin and now it works! Thanks for all!
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
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 ?
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.
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?