There is no such url to take you to a specific clip inside home assistant. Even on your computer at home you will see there is no url you could copy
Perhaps, a slight work around by just navigating to the Frigate folder via the Media browser for iOS devices?
/media-browser/browser/app%2Cmedia-source%3A%2F%2Ffrigate
I hat to create the Blueprint locally and paste in the content. Thank you for the help.
Thanks for this blueprint - it really makes it a lot easier to configure the automations into HA for notifications!
Was a fix ever rolled out for the [View Stream] url where it gets 403ād?
I tried grabbing the ā/api/go2rtc/webrtc?src=front_cameraā extension onto my HA url and it also got 403ād on a web browser, not sure how to fix
Iāve also tried filling in the external link for my HA in the base URL field, but clicking View Stream only opens my HA app to the Main Dashboard instead of the actual stream
EDIT: had to recreate the zone. Seems to work again.
Is anyone having that issue where if a zone filter is applied, notifications are still being received for object detection anywhere in the entire image? I saw this was an issue with early versions.
Itās been working fine for me for 18 months (from initial setup). But in the last couple of days, I get notified of detection outside of the specified zone. Frigate is still correctly identifying the detection/zone. But the blueprint does not seem to be.
Any ideas why most of my notifications donāt have the detection box on them?
Most are just like this:
Rather than like this:
Itās very rare that I get snapshots with the detection box.
I think itās the post processing time mate. That being said do you use the bounding box setting in the blueprint?
Not yet sorry. I think I know the fix, just havenāt had time. Essentially just need to grab the token from a different place in the entity attributes.
Well, I thought I had that enabled but now Iām looking through the Blueprint I donāt even see that settingā¦ I just did a Blueprint re-download just in case but still donāt see it.
Itās in the attachment dropdown. Where you select snapshot/thumbnail etc
I think this is a Beta feature. I have it and am running 0.12.0.3c. I checked my copy of the main version and it looks like your screenshot.
Ahh sorry Dave. I swear I picked a non beta automation to check if it was but I just have looked at the wrong one.
All good mate. When I get home Iāll download the beta and give it a try.
I have a very strange behavior:
When I set threshold: 0.5 at object filters at config, notifications stop working.
If I comment that setting (therefore threshold: 0.7 which is default) notifications working properly.
threshold:= Optional: minimum decimal percentage for tracked objectās computed score to be considered a true positive
is it possible to take the cropped snapshot for push?
Quick Question - Is it possible to select multiple cameras? The dropdown only lets me select 1 camera
Thanks!
Just create a separate Automation for each camera.
Thanks, Iāll do that
I suspect a similar answer, but is there a way to add multiple state filters?
Currently I have one for āSleepingā which controls a lot of automations, and now these alerts, because I want notifications for all cameras when sleeping
But I have another one called āEmergencyā where I would also want these same notifications from all cameras. If I just make more automations, I would think then Iām going to get double notifications. If I could put 2 entities in that entity selection, it would solve my problem
I think you need a new boolean helper that is something like ācamera_muterā which factors in your rules for what affect āsleepā has on āemergencyā. What youāve described isnāt clear - you want āsleeping and not emergencyā? or something else?