I use my Arlos via tinyCam which gives me motion and object (person, face, vehicle, pet) detection with triggers into Hubitat via a custom app. It works pretty nicely and also allows live video in a dashboard via the built in webserver. TinyCam also provides local/NVR or cloud/ftp recording.
I want to build a simple app/driver that listens for a webhook and parses it to allow switches to be set. I dont believe the specific format I have here is possible with Maker API.
Can someone please help me, point me in the right direction. Happy to attempt it myself but I've not written an app or driver before so am quite apprehensive about starting. I have started looking at the docs and videos but really need some guidance to help me save time/pain if possible.
The format of the webhook fr…
Put your web/ip cam into tinyCam (or suchlike).
Activate the webserver in tinyCam.
Get the url for that camera (for example, for tinyCam it is like this):
http(s)://your_tinyCam_webserver_ip:your_tinyCam_webserver_port/axis-cgi/mjpg/video.cgi?user=blah&pwd=blahdeblah&camera=1&resolution=320x240
Add this driver to your Hubitat system:
preferences {
input("src", "text", title: "iFrame Url", required: true)
}
metadata {
definition (name: "iFrame", namespace: "srp", author: "sr…