Skip to content

MQTT Topics

Diogo Gomes edited this page May 20, 2024 · 2 revisions

Available MQTT Topics:

under your configure base_topic you can find the follow topics:

Light operations

{name of the light}/light/status

Status of the light (on/off)

{name of the light}/{}/light/switch

Change the light (on/off)

{name of the light}/light/brightness/status

Status of brightness (reports on change)

{name of the light}/light/brightness/set

Change the brightness level (0 to 255)

{name of the light}/light/brightness/get

Request brightness report

{name of the light}/max_level

Set the maximum level of the lamp (0 to 255)

{name of the light}/min_level

Set the minimum level of the lamp (0 to 255)

{name of the light}/physical_minimum

Set the physical minimum level of the lamp (0 to 255) - any value below this is actually an OFF action

Daemon Operations

/status

Status of the daemon (online/offline)

/find

Trigger a DALI scan of new lamps"