# Double Take
# Learn more at https://github.com/skrashevich/double-take/#configuration
# enable mqtt subscribing and publishing (default: shown below)
mqtt:
host: 192.168.1.81
port: 1883
username: user
password: pass
#client_id:
topics:
# mqtt topic for frigate message subscription
#frigate: frigate/events
# mqtt topic for home assistant discovery subscription
homeassistant: homeassistant
# mqtt topic where matches are published by name
matches: double-take/matches
# mqtt topic where matches are published by camera name
cameras: double-take/cameras
home_assistant:
url: http://192.168.1.84:8123
token: xxxxx
# detector settings (default: shown below)
detectors:
compreface:
url: http://192.168.1.88:8888
# recognition api key
key: xxxxx
# number of seconds before the request times out and is aborted
timeout: 15
# minimum required confidence that a recognized face is actually a face
# value is between 0.0 and 1.0
det_prob_threshold: 0.8
# require opencv to find a face before processing with detector
opencv_face_required: false
# comma-separated slugs of face plugins
# https://github.com/exadel-inc/CompreFace/blob/master/docs/Face-services-and-plugins.md)
# face_plugins: mask,gender,age
# only process images from specific cameras, if omitted then all cameras will be processed
# cameras:
# - Door
# - Camera2
# - Camera3
# - Camera4
telemetry: false
# global detect settings (default: shown below)
detect:
match:
# save match images
save: true
# include base64 encoded string in api results and mqtt messages
# options: true, false, box
base64: false
# minimum confidence needed to consider a result a match
confidence: 93
# hours to keep match images until they are deleted
purge: 720
# minimum area in pixels to consider a result a match
min_area: 12000
# width: 500
unknown:
# save unknown images
save: true
# include base64 encoded string in api results and mqtt messages
# options: true, false, box
base64: false
# minimum confidence needed before classifying a name as unknown
confidence: 50
# hours to keep unknown images until they are deleted
purge: 720
# minimum area in pixels to keep an unknown result
min_area: 5000
# width: 500
notify:
telegram:
# Node-RED
token: xxxxxx
chat_id: "xxxxxx"
Additional context
There are notifications in Telegram and on the web.
mqtt matches: double-take/matches does not work.
Double-Take works without Frigate.
I am sending photos for recognition from Node-Red via the REST API "http://192.168.1.88:3000/api/recognize?url=http://login:hfssword@" + foto + "&attempts=1&camera=camera2"
Hello! Thank you so much for your hard work!
Describe the bug The notification does not work when recognition is successful. mqtt matches: double-take/matches does not work.
Version of Double Take v1.13.11.8
Expected behavior Get the fact of successful recognition and the name in Node-Red (mqtt matches: double-take/matches).
Screenshots
Hardware
Configuration
Additional context There are notifications in Telegram and on the web. mqtt matches: double-take/matches does not work. Double-Take works without Frigate. I am sending photos for recognition from Node-Red via the REST API "http://192.168.1.88:3000/api/recognize?url=http://login:hfssword@" + foto + "&attempts=1&camera=camera2"
Please help me solve the problem!
v1.13.11.8