Skip to content
Discussion options

You must be logged in to vote

The issue is likely that the MQTT event you're capturing doesn't contain the sub_label yet, or you're not filtering for the right event type. Face recognition happens after the person is detected, so the sub_label may not be present in the initial MQTT events(1).

Instead of listening to frigate/events, you should listen to frigate/tracked_object_update which specifically publishes face recognition updates(2). Here's the corrected automation:

alias: Frigate - (inuse) Announce Person with Face Recognition
description: >
  Announces when a person moves from Front-Pathway to Doorway, including
  recognized face name if available
triggers:
  - trigger: numeric_state
    entity_id:
      - sen…

Replies: 70 comments 15 replies

Comment options

You must be logged in to vote
3 replies
@vw-kombi
Comment options

@hawkeye217
Comment options

@vw-kombi
Comment options

Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@vw-kombi
Comment options

@hawkeye217
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vw-kombi
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment