Hello, thank you for the wonderful blueprint! I was unable to get the Stable version to work, but the Beta works very well – with one exception:
I have deepstack and double-take installed in my dockers alongside my HA instance. I have one person by name trained in double-take. However, my person alerts only show up as “Person detected” on my mobile device. How do I get this blueprint to properly name people recognized by face?
What an excellent job you’ve done with this. The live video option is great.
What I’m noticing is that the live view works on my watch, but when I view a notification from the same camera on the iPhone, all I see is a black box where the live view should be.
Looking at the same notification or separate notifications gets the same result.
Cameras without the live view option work as expected on both watch and iPhone.
Thanks for the reply! I think you meant to enable update_sub_labels in Double-take’s config? Such an option is not present in deepstack (stop_on_match is true by default).
I’ve updated that config entry in doubletake, is there anything else I need to do in order to get the faces recognized? So far, no results.
I have upgraded to this new version but the events do not get triggered anymore. I have mqtt running and I can confirm that events get published on frigate/events. Also I have the Frigate device running with “Enable the unauthenticated notification event proxy” enabled.
Am I missing something? I have also enabled “Debug mode”, but no logging seems to happen, so unfortunately it is hard te debug
I couldn’t understand if it’s possible or if it’s already implemented by the blueprint, but is it possible to get a notification only if a camera gets a picture like a person or a car standing still in front of my camera for a period longer than 30s?
For some reason some notifications only show the title, you have to expand for the message part. I have subtitles enabled only on the IOS notifications not the Android ones so this is weird.
The only way currently would be to create your own template sensor that calculates the event length and returns true when it’s been long enough. Then use that in the state filter.
No idea why it wouldn’t be working but you can go to GitHub and copy the entire file and paste it into a new file in your blueprints folder if you have a file editor add-on running.
Hi, I keep getting car detected notifications (car is parked) although no motion (motion binary sensor is detecting motion) and no recording in the frigate. What am I doing wrong?