Same error like before
in general that is kind of the idea, fewer updates so it only updates when something the user has configured as interesting has occurred
I keep getting repeated notifications despite having pressed âsilenceâ. The automation is showing as âoffâ and last triggered 20mins ago⊠but Iâm getting notifications every minute or even less.
Manually turning the automation on and then off again seems to have stopped the notifications, but when that was done from the actionable notification button, it didnât work to silence them.
Looks like itâs tracking a stationary car. Doesnât gel well with this blueprint. You can silence existing events only future ones.
Frigate has some guides on avoiding tracking cars parked in your driveway.
Yep, thatâs the case.
I donât understand why it kept sending them with the automation âoff / disabledâ though (only via blueprint) and then stopped sending the notifications once I manually enabled and re-disabled the automation.
Because it wasnât a new event. It was still ongoing for the whole 20+ minutes.
But wouldnât the automation being disable shut of any notifications? I guess I just donât know how the notification system is being handled in the background
That was my understanding before I saw how the original blueprint was implemented.
But no, if itâs already been triggered, disabling the automation does not terminate the existing run.
Iâm wondering if we could do a simple kill message though.
Interesting. I did some searching a week ago about stopping a different automation and had concluded that the way to do so was to disable it, but never connected the dots that it doesnât work like that with this one.
Hereâs what I found from my prior search.
It appears that a PR was merged some time ago that made the functionality of stopping an automation by calling automation.turn_off
.
Iâm not familiar enough yet with this BP to know if thereâs some reason it isnât effected by this, but it doesnât seem to be. (I did observe an active trace that was silenced during recent debugging and realized thatâs how the silence feature works). Perhaps something in that thread stands out to either of you.
Hi there,
I noticed that the notification channel seems to be ignored when customized. I did check some of the notifications at the app and despite me setting the channel to âsurveillanceâ in the blueprint the reported channel in history of the app was still âalarm_streamâ. Anyone else had something similar?
The automation has to keep running as the way the silence function itself works is to run, disable the automation, wait for the specified time and then reenable itself.
This might be expected with android but alarm stream usually indicates you are using critical. Is that right?
should your âlatestâ version now workâŠ. Got the same error message like before if Iâm useing your posted linkâŠ
That link is to a particular version of the file.
Check the pull requests on GitHub, I think itâs #216
@SgtBatten I tried importing the 0.14 beta blueprint (pull request #216) into HA, but it gave the following errors.
Failed to load blueprint: while parsing a block mapping: line 1325, column 35 expected , but found â{â in â/config/blueprints/automation/SgtBatten/Frigate014_beta.yamlâ, line 1326, column 43
Failed to load blueprint: invalid key: â{âtitleâ: None}â in â/config/blueprints/automation/SgtBatten/Frigate014_beta.yamlâ, line 1142, column 0
I tried correcting these typos⊠but when I try to use the blueprint and save the automation in HA I get the following error:
Message malformed: template value should be a string for dictionary value @ data[âactionâ][0][âchooseâ][2][âsequenceâ][5][ârepeatâ][âsequenceâ][5][âchooseâ][0][âsequenceâ][0][âdefaultâ][0][âdataâ]
I did not set anything intentionally. Where do I have to check for that?
Like a few on here, Iâm getting issues with "Failed to Load Attahment: on both my notifications on my IOS device and on my Apple Watch.
When I click to view the clip or the snapshot its fine. I get this whether iâm on the same network as HA or remotely through HA Cloud. Any ideas where Iâm best to look first please?
alias: Frigate Notifications Person Detected
description: ""
use_blueprint:
path: SgtBatten/Beta.yaml
input:
camera: camera.front_doorbell
notify_device: 1215068044ae6bf1f721e1f4632a96fc
base_url: https://xxx.ui.nabu.casa
message: A Person was detected at the Front Door
labels:
- person
update_thumbnail: true
attachment: ""
cooldown: 30
tap_action: >-
{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/clip.mp4
button_1: View Clip
update_sub_label: true
debug: true
Let me know if you need anything more, thanks