HTML Control of Triggering Camera

barks

n3wb
Joined
Jul 16, 2015
Messages
3
Reaction score
2
I searched the forum and could not find anything on this. I wanted to change the status of the Alerts for one of my cameras via HTML commands from my HA controller. This can be accomplish via the BI console 'Camera properties / Alerts tab / Fire when' -or- in the BI App by selecting the camera then the 'Gear' icon.

Here are the commands to change between 'When triggered' and 'Never'
'http://ipaddress:port/admin?camera=Cam10&alerts=0&user=USER&pw=PASSWORD' will change the status of Cam10 to 'When triggered'
'http://ipaddress:port/admin?camera=Cam10&alerts=-1&user=USER&pw=PASSWORD' will change the status of Cam10 to 'Never'

I could not get it to work without including user/password in the HTTP command string even though I tried setting the Web server Authentication to 'Non-LAN only'
 

hmjgriffon

Known around here
Joined
Mar 30, 2014
Messages
3,386
Reaction score
979
Location
North Florida
You have to uncheck secure and include the username and password

Sent from my Nexus 6P using Tapatalk
 

barks

n3wb
Joined
Jul 16, 2015
Messages
3
Reaction score
2
I will have to do more reading on installing stunnel. Looked at it a while back but got distracted! Thanks for the reminder.
 
Top