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

Joined
Jan 26, 2021
Messages
7
Reaction score
2
Location
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 ?
 

Old Timer

Known around here
Joined
Jul 20, 2018
Messages
1,352
Reaction score
2,945
Location
I'm ok
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?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,447
Reaction score
38,162
Location
Alabama
+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)
 
Joined
Jan 26, 2021
Messages
7
Reaction score
2
Location
israel
Got it . So I can have 2 profile per camera .
1. with motion detection
2. without motion detection

will it work ?
 
Top