trying to trigger BI via mqtt message

D0bby

n3wb
Joined
Feb 12, 2021
Messages
17
Reaction score
10
Location
germany
Hey

im trying to record clips with mqtt as a trigger.

Here is my trigger message; camera=flur&trigger=1 sent over BlueIris/admin Topic.


My Camera gets the tigger (orange Box) but does not start recording. This works only if I trigger the Camera in Blue Iris.


Settings:
Trigger : everything is off
Recording : when triggerd
Alarm : when Triggerd


Any ideas?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,229
Reaction score
40,086
Location
Alabama
I don't use MQTT but if using HTTP this below works if you UNcheck in BI settings=>Web server => Advanced => "Use secure session keys and login page."
Code:
http://BI-server-IP:BI-port/admin?camera=x&trigger=1&user=username&pw=password
"x"= cam's short name, "username" and "password" is self explanatory
 
Last edited:
Top