Anyway to Setup Universal Alerts / Notifications?

LTek

Getting the hang of it
Jul 28, 2015
119
42
Please let me know if this is possible - and how ya'll do it :) THX!

I know we caan setup multiple Alerts, for multiple things but hoping there would be an easier (better) way to do ALL cams via a template, or some universal setting.

GoaI : BI sends multiple parameters to a 3rd part system via JSON. Needed: cam down after 60 seconds (Watchdog), motion detected, etc

Ideally we could set everything in a single place and map commands it. Like this...

[Entry]
Motion = 192.168.2.60:80/JSON?request=controldevicebylabel&ref=999&label=Motion
Watchdog = 192.168.2.60:80/JSON?request=controldevicebylabel&ref=999&label=</STATUS/>
FPS = 192.168.2.60:80/JSON?request=controldevicebylabel&ref=999&label=</FPS/>
 
I don't know but I was thinking having my cameras and ardunios meet somewhere around JSON. BI doesn't interface well with com ports. Not sure if it would take those commands, however... sorry not sure.