Angus_M
November 2, 2021, 7:00pm
57
If you have your camera already in tinyCam then putting the video feed into an HE dashboard and getting motion and object detection is relatively easy.
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…