Skip to content

MQTT Config

seydx edited this page Jan 24, 2022 · 7 revisions

MQTT

In this section you can enable the MQTT client and thus get motion messages from your camera through MQTT

Example:

"mqtt": {
  "active": false,
  "tls": false,
  "host": "192.168.178.123",
  "port": 1883,
  "username": "test",
  "password": "test"
}

Info

Attributes Required Usage Default Options
active Activates MQTT Broker for MQTT-based automation. If not set, MQTT support is not started. false true/false
tls Use TLS to connect to the MQTT broker. false true/false
host Defines the hostname or IP of the MQTT broker to connect to for MQTT-based automation. If not set, MQTT support is not started.
port MQTT Port 1883
username MQTT Username
password MQTT Password

Camera

The above part only enables MQTT and connects to your broker. The desired camera needs also to be configured.

https://github.com/seydx/homebridge-camera-ui/wiki/Camera-MQTT-Config