trying to trigger BI via mqtt message

D0bby

n3wb
Feb 12, 2021
17
10
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?
 
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: