jakowenko / double-take-hassio-addons

Double Take Hass.io Add-ons
https://github.com/jakowenko/double-take
104 stars 45 forks source link

Compreface configuration in double take #6

Closed thundergreen closed 3 years ago

thundergreen commented 3 years ago

Hello I wanted to add several detector in double take but I am not sure how to add the api key in the double take config:

my double-take config looks like this

# Double Take
detectors:
  deepstack:
    url: http://192.168.1.41:5001
    timeout: 30
  compreface:
    url: http://192.168.1.41:8000
    api_key: 5a06f69b-8cce-420a-8294-1fb1d9f646e3
jakowenko commented 3 years ago

The CompreFace property is just called key in your config file, not api_key.

Try that and see if it works.

thundergreen commented 3 years ago

Cool thanks found out sorry for the noise

David Jakowenko @.***> schrieb am So., 28. Nov. 2021, 11:53:

The CompreFace property is just called key in your config file, not api_key.

Try that and see if it works.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jakowenko/double-take-hassio-addons/issues/6#issuecomment-981063381, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFUA72PFD2RPOMYMP7P55TUOIC3PANCNFSM5I5D7EYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jakowenko commented 3 years ago

No worries, let me know if you run into any other issues.