MQTT Information Advertise


Information Advertise contain global information that should not change frequently like:
Hostname, Firmware Version, Base Version, Model Suffix, Serial Number, Address, Netmask, Gateway, MAC Address, Wifi ESSID.

Enabled Enable or disable the MQTT Global Information Advertise.
Start on Boot Enable or disable the MQTT Global Information Advertise to start onboot.
Periodic Start Enable or disable the MQTT Global Information Advertise to periodic start.
Crontab # +------------ Minute (range: 0-59)
# | +---------- Hour (range: 0-23)
# | | +-------- Day of the Month (range: 1-31)
# | | | +------ Month of the Year (range: 1-12)
# | | | | +---- Day of the Week (range: 0-6, sunday to saturday)
# | | | | |
# * * * * *
Insert here your scheduled process using crontab syntax.
Suffix topic MQTT Global Information Advertise suffix topic
Retain for MQTT Global Information A retained message is a normal MQTT message with the retained flag set to true. The broker stores the last retained message and the corresponding QoS for that topic. (1 = enabled, 0 = disabled)
QoS The Quality of Service (QoS) level is an agreement between the sender of a message and the receiver of a message that defines the guarantee of delivery for a specific message.

MQTT Link Advertise


Link Advertise contain links:
High res stream, Low res stream, Only audio stream, High res snapshot, Low res snapshot.

Enabled Enable or disable the MQTT Links Advertise.
Start on Boot Enable or disable the MQTT Links Advertise to start onboot.
Periodic Start Enable or disable the MQTT Links Advertise to periodic start.
Crontab # +------------ Minute (range: 0-59)
# | +---------- Hour (range: 0-23)
# | | +-------- Day of the Month (range: 1-31)
# | | | +------ Month of the Year (range: 1-12)
# | | | | +---- Day of the Week (range: 0-6, sunday to saturday)
# | | | | |
# * * * * *
Insert here your scheduled process using crontab syntax.
Suffix topic MQTT Links Advertise suffix topic
Retain for MQTT Links A retained message is a normal MQTT message with the retained flag set to true. The broker stores the last retained message and the corresponding QoS for that topic. (1 = enabled, 0 = disabled)
QoS The Quality of Service (QoS) level is an agreement between the sender of a message and the receiver of a message that defines the guarantee of delivery for a specific message.

MQTT Camera Settings Advertise


Camera Settings Advertise contain the information of Camera Settings page:
Switch on/off camera, Sound Detection, Status Led, IR Led, Rotate.

Enabled Enable or disable the MQTT Camera Settings Advertise.
Start on Boot Enable or disable the MQTT Camera Settings Advertise to start onboot.
Periodic Start Enable or disable the MQTT Camera Settings Advertise to periodic start.
Crontab # +------------ Minute (range: 0-59)
# | +---------- Hour (range: 0-23)
# | | +-------- Day of the Month (range: 1-31)
# | | | +------ Month of the Year (range: 1-12)
# | | | | +---- Day of the Week (range: 0-6, sunday to saturday)
# | | | | |
# * * * * *
Insert here your scheduled process using crontab syntax.
Suffix topic MQTT Camera Settings Advertise suffix topic
Retain for Camera Settings A retained message is a normal MQTT message with the retained flag set to true. The broker stores the last retained message and the corresponding QoS for that topic. (1 = enabled, 0 = disabled)
QoS The Quality of Service (QoS) level is an agreement between the sender of a message and the receiver of a message that defines the guarantee of delivery for a specific message.

MQTT Telemetry Advertise


Telemetry Advertise contain the information of Telemetry page that change frequently:
Wlan Strenght, Uptime, FreeSD, Free Memory, Total Memory, Load Average.

Enabled Enable or disable the MQTT Telemetry Advertise.
Start on Boot Enable or disable the MQTT Telemetry Advertise to start onboot.
Periodic Start Enable or disable the MQTT Telemetry Advertise to periodic start.
Crontab # +------------ Minute (range: 0-59)
# | +---------- Hour (range: 0-23)
# | | +-------- Day of the Month (range: 1-31)
# | | | +------ Month of the Year (range: 1-12)
# | | | | +---- Day of the Week (range: 0-6, sunday to saturday)
# | | | | |
# * * * * *
Insert here your scheduled process using crontab syntax.
Suffix topic MQTT Telemetry Advertise suffix topic
Retain for Telemetry A retained message is a normal MQTT message with the retained flag set to true. The broker stores the last retained message and the corresponding QoS for that topic. (1 = enabled, 0 = disabled)
QoS The Quality of Service (QoS) level is an agreement between the sender of a message and the receiver of a message that defines the guarantee of delivery for a specific message.

Home Assistant


The discovery of MQTT devices will enable one to use MQTT devices with only minimal configuration effort on the side of Home Assistant.
See Home Assistant MQTT Discovery for more information


Enabled Enable or disable the Home Assistant MQTT discovery service.
Start on Boot Enable or disable the Home Assistant MQTT discovery advertise service to start on boot.
Periodic Start Enable or disable the Home Assistant MQTT discovery advertise service to periodic start.
Crontab # +------------ Minute (range: 0-59)
# | +---------- Hour (range: 0-23)
# | | +-------- Day of the Month (range: 1-31)
# | | | +------ Month of the Year (range: 1-12)
# | | | | +---- Day of the Week (range: 0-6, sunday to saturday)
# | | | | |
# * * * * *
Insert here your scheduled process using crontab syntax.
Prefix topic Homeassistant prefix topic
Device Name Unique name description of the device
Device Id Unique identify of the device. It must not have spaces
Device Manufactuer Unique manufactuer description of the device
Model Name Unique name description of the model device
Retain A retained message is a normal MQTT message with the retained flag set to true. The broker stores the last retained message and the corresponding QoS for that topic. (1 = enabled, 0 = disabled)
QoS The Quality of Service (QoS) level is an agreement between the sender of a message and the receiver of a message that defines the guarantee of delivery for a specific message.
Any change will take effect after the reboot of the camera.