Firstly, really appreciate the work that has gone into this automation , it really is top notch.
I have been using it for the past 3 months, and the only issue I have is with “cooldown” period. It has no effect on my notifications.
EG. I have a camera pointing at my door. I will get 5-6 notifications in quick succession as they walk up to the door. EG Each frigate notification generates a discrete notification through the automation.
Am I misunderstanding how the cooldown option is meant to work, or is something broken?
You should receive one notification per event but a notification can have multiple updates. So are you getting 5-6 notifications that can individually be viewed/swiped away or one notification and several updates?
The cooldown does generally work and stops new events {I.e new objects) triggering a notification inside of the time set.
I’d need to see details of consecutive traces that you think should be stopped by a cooldown including a screenshot from the phone and of frigate showing the event timestamps. If you’d like to do this it might be best via PM to avoid clogging this thread as it might take a bit of back and forth.
That is a good point. Its one notification that can be swiped away, rather than multiple ones. It updates the image constantly throughout the motion and triggers an android notification sound each time. This results in my phone binging 5-10 times when somebody walks up the drive etc.
Still getting 404: not found on the notifications. The snapshot is displayed properly in the notification, but attempting to look at the clip or screenshot always 404’s
I forgot to mention you need to set the toggle to true for tv notifications down where the tv settings are. That’s why the group doesn’t work currently.
Thanks, turning on the toggle to True for TV notifications did the trick. I’m just running two automations as suggested to get mobile and TV notifications.
I look forward to your next progress on this. I’m sure you’ll work out images to TV.
Hello everyone I am also interested in the possibility of receiving a message in telegram. I assume that you need to change the notification capability in the frigate_0.11_notification file.yaml is somewhere here:
device:
integration: mobile_app
multiple: false
notify_group:
name: Notification Group
I just had a quick look at telgram and it may be fairly easy to get most functionality working.
What happens if you type the name of your telegram notification group/service in the notification group section? do you at least get the title and message? If there is an error, please provide it.
The blueprint relies on mqtt messages as the trigger.
The MQTT config in frigate.yaml is meant to contain the username and password of your mqtt application (mqtt addon in your case)
You can setup a login for frigate in the config for mqtt
I have image notifications to the tv working in beta 8c.
If you want to do a group that has both android TV and android phones you can notify both but you have to chose which one gets the snapshot using the TV Notifications toggle. Otherwise you can still continue to get snapshots on both by having two separate automations.
Can’t say for sure but do you have the payload from any mqtt messages you can view? maybe from the trace of the frigate example that did work?
i suspect it might be due to use of hyphens in the cam name. if the payload contains the camera name with hyphens that is problematic. I know there are a bunch of historical posts in this thread about using underscores instead of hyphens.
In anticipation of the response being yes, i’ve updated beta 8d with a possible fix for you to try.
is there a bug with notification delay? Its set to 300second, and home assistant says the notification is being triggered constantly via “last triggered” on automation dashboard because it can see cars on the road. The phones are not notified because the cars must be on driveway as it is a zone filter. This is expected behavior… however now when a car crosses driveway, no notification is sent to the phones because the blueprint is forever on cooldown from seeing cars on the road despite road not being on zone filter!