Hello! I’m rather new to HA and this stuff.
I’m trying to setup an event when motion is detected in motioneye. I can setup event like 'Motion detection turned on" but the detection is always on… There is no option for “on motion detected”.
I noticed that there is some kind of webhook I might be able to use, tho, I’m not sure how to use it. What do I write in webhookID ? how do I get the camera name?
edit: Here are some info
motionEye webhook http://**serverip**:8123/api/webhook/motion_detected
home assistant
alias: MotionDetection
description: ""
trigger:
- platform: webhook
webhook_id: motion_detected
condition: []
action:
- service: notify.notify
data:
message: testMessage
title: testTitle
mode: single
edit2
Might be relevant that I have both HA and MotionEye running in separate dockerContainers in Portainer?
/T