I've got motion detection set up on my camera in tiny cam pro (great product btw) and it is configured to trigger a webhook on motion, but no matter what I try, I can not get the webhook to trigger.
The receiving side of the webhook is a home assistant server. I have tested the webhook manually and everything works in home assistant, it just looks like tiny cam is not sending the webhook when motion is detected.
I looked into the logs a little bit and found these lines that look all relevant to the motion and webhook triggering.
08-31 13:40:25.996 I/Event (18122): [Main Floor] In-app motion detected (0,0 - 958,1087). Motion event signalled.
08-31 13:40:26.007 I/Event (18122): Webhook sending for 'Main Floor'
08-31 13:40:26.008 I/q ( 3441): [Main Floor] 'Motion detected' event received. Total: 1
08-31 13:40:26.013 I/System.out(18122): [socket]:check permission begin!
08-31 13:40:26.013 W/System (18122): ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
08-31 13:40:26.015 I/System.out(18122): [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
08-31 13:40:26.040 W/okhttp.OkHttpClient(18122): A connection to was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Tinycam is running on a tablet running android 10, with tinycam version 14.7.
The receiving side of the webhook is a home assistant server. I have tested the webhook manually and everything works in home assistant, it just looks like tiny cam is not sending the webhook when motion is detected.
I looked into the logs a little bit and found these lines that look all relevant to the motion and webhook triggering.
08-31 13:40:25.996 I/Event (18122): [Main Floor] In-app motion detected (0,0 - 958,1087). Motion event signalled.
08-31 13:40:26.007 I/Event (18122): Webhook sending for 'Main Floor'
08-31 13:40:26.008 I/q ( 3441): [Main Floor] 'Motion detected' event received. Total: 1
08-31 13:40:26.013 I/System.out(18122): [socket]:check permission begin!
08-31 13:40:26.013 W/System (18122): ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
08-31 13:40:26.015 I/System.out(18122): [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
08-31 13:40:26.040 W/okhttp.OkHttpClient(18122): A connection to was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Tinycam is running on a tablet running android 10, with tinycam version 14.7.