Topics and Payloads for RGB LED Strips - 0xnobodyreally/SMartBoards GitHub Wiki

MQTT Log Topic:

This topic is only used for logging so it doesn't accept incoming messages.

  • State topic: MqttLog

  • Replace smartboard with your device name. Check the mqtt_advanced webpage of your board to verify the MQTT topics in use.
  • The Command topic is where you will send your command to control the board
  • The State topic is where the board will reply to confirm its current state

Power Topics:

  • Command topic: smartboard/power/set
  • State topic: smartboard/power/state

Accepted Payloads:

  • on
  • off
  • reboot

Send reboot to the command power topic to restart the SMartBoard via MQTT


Brightness Topics:

  • Command topic: smartboard/brightness/set
  • State topic: smartboard/brightness/state

Accepted Payloads:

  • 0 to 255

Effects Topics:

  • Command topic: smartboard/fx/set
  • State topic: smartboard/fx/state

Accepted Payloads:

  • rainbow

RGB Colors Topics:

  • Command topic: smartboard/rgb/set
  • State topic: smartboard/rgb/state

Accepted Payloads:

  • 0,0,0 to 255,255,255