how to enable/disable motion detection on BI from webcore (smartthings) or another external source ?

Jan 26, 2021
7
3
israel
Hi ,I want to be able to turn on and off the motion detection on BI from Webcore.
I know I can trigger record with this command:
Code:
http://localhost:80/admin?camera=[camera]&trigger&user={user}&pw={passwort}

but I want only to send command to the camera to turn on motion detection or turn it off .

Is it possible ?
 
It is very easy to use Profiles. I use it when my alarm is on or off, to determine what cameras are recording motion.
I don't know if that will work for you, but worth a shot?
 
  • Like
Reactions: TonyR
+1^^.

From Jan. 22, 2021: Blue Iris & ISY944

You could use something like this to change profile: "http://BI-server-IP:BI-port/admin?camera=x&profile=n"

That would force profile n on camera x (short name)
 
  • Like
Reactions: zvika.gutkin