-
-
Notifications
You must be signed in to change notification settings - Fork 156
MQTT Config
SeydX edited this page Jan 25, 2022
·
1 revision
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"
}| 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 |
The above part only enables MQTT and connects to your broker. The desired camera needs also to be configured.