Blue Iris MQTT (ELI5) support provides a way to control the system without relying on HTTP and URL based authentication.
A MQTT broker running on your local network, https://mosquitto.org/ is a commonly used OSS MQTT Broker.
- Configure Blue Iris to connect to your MQTT broker.
- Configure AI Tool to connect to your MQTT Broker
- Configure AI Tool to trigger the Camera via MQTT
- Cameras > [camera] > Action Settings
- MQTT Trigger Topic:
ai/[camera]/motion | BlueIris/admin
- MQTT Trigger Payload:
[detections] | camera=[camera]&trigger&memo=[SummaryNonEscaped]
NOTE: Use [SummaryNonEscaped]
instead of [Summary]
in the BlueIris payload to avoid getting escaped characters in
the Blue Iris UI.
Now when AI Tool triggers it will publish to two MQTT topics ai/[camera]/motion
and BlueIris/admin
. BlueIris
subscribes to the BlueIris/admin
topic and will trigger the named camera with the specified memo. With this setup
you no longer need the URL based integrations with BlueIris.