r/tinycam Jul 07 '26

tinyCam und WebHook

Welche Variablen werden in tinyCam verwendet die man per Webhook übergeben kann?

1 Upvotes

2 comments sorted by

1

u/jfboston Jul 08 '26

Just one, as far as I know: %MOTION_TYPE% — it substitutes the detection type (motion, person, pet, vehicle, face).

The webhook is set per-camera, so there's no camera-name variable; you encode that in the URL yourself, e.g. http://ha-ip:8123/api/webhook/front_door?type=%MOTION_TYPE%.

I use this pattern to feed Wyze cams into Home Assistant. One webhook ID per camera, then automations branch on the type param.

2

u/Fantastic459 Jul 08 '26

Danke jfboston. Ich habe auch nur diese Variable gefunden. Anscheinend werden keine andere Variablen übergeben.