I have been working on this for 3 days now–watched the 3 main videos about configuring DOODS and for the life of me, it will not work.
Doods was installed via the add-on store. It shows that it is running and without errors. I have reinstalled it a few times, still without any configuration errors. I can see the camera if I add it to a picture card (it’s a Wyze cam with RTSP enabled).
I keep getting in the dev tools area after calling the service:
matches: {}
summary: {}
total_matches: 0
process_time: 0.7471613960001378
friendly_name: Doods back_porch
My camera entry in config (with password and IP blocked out):
- platform: ffmpeg
input: rtsp://backporch:<pass>@<IP>/live
name: back_porch
My image_processor entry in config:
- platform: doods
scan_interval: 10800
url: http://<HA Internal IP>:8080
detector: default
source:
- entity_id: camera.back_porch
file_out:
- "/media/{{ camera_entity.split('.')[1] }}_latest.jpg"
- "/media/{{ camera_entity.split('.')[1] }}_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg"
confidence: 50
labels:
- name: person
confidence: 40
It just will not detect any motion whatsoever.
Any help would be appreciated!