Skip to content
Discussion options

You must be logged in to vote

Your MQTT configuration has an incorrect topic_prefix value.(1)

The topic_prefix should be just frigate (or another simple name), not frigate/tracked_object_update.(2)(1) The tracked_object_update part is automatically appended by Frigate when publishing messages.(2)

Here's the correct configuration:

mqtt:
  host: 192.168.1.130
  port: 1883
  user: solarflor
  password: floriano1628
  topic_prefix: frigate

(1)

With this configuration, Frigate will automatically publish to topics like frigate/tracked_object_update, frigate/events, and frigate/<camera_name>/<object_name>.(2)

The topic_prefix must be unique if you're running multiple Frigate instances.(1) You should also ensure the client_id

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@Solarflor
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Solarflor
Comment options

You must be logged in to vote
3 replies
@hawkeye217
Comment options

@Solarflor
Comment options

@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants