@rs443, Arh yes that could be a solution and then just do the count so it matches 4,5 minute and then if the sensor gets triggered again it will just start over.
Will look into that.
Another way could be to trigger an Input Boolean I guess and turn that on when motion is triggered, then another automation will be triggered every 30 second when the condition of the boolean is “on”:
- platform: template
sensors:
deepstackface_gezichten_eruit:
friendly_name: 'gezichten eruit trekken'
value_template: '{{ states.image_processing.face_counter.attributes.matched_faces }}'
and in my automatsion, i use this :
I’m still trying to get deepstack running on my Unraid box again and I am still struggling.
I deleted the docker image and ran restarted everything fresh again.
While following the instructions I get to the command: curl -X POST -F image=@development/test-image3.jpg 'http://localhost:5000/v1/vision/detection'
And get the response: curl: (26) couldn't open file "development/test-image3.jpg"
Does anyone know how to resolve it? Other human detection apps are happily seeing local imagines and camera feeds on Home Assistant so I’m not sure why I am getting caught up.
Hi all
just released version 1.4 of the Deepstack object integration. This release adds the ability to use an API key to secure Deepstack, and also allows you to configure the timeout for requests.
Cheers
@robmarkcole thank you again for this component. Question: when insterting the API environment variable into the docker I see the deeptstack-object component has a provision to accept it.
How about deepstack-face? Since it’s the same docker will it connect?