Topics and Payloads for WS8211 WS8212 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 themqtt_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
to255
Effects Topics:
- Command topic:
smartboard/fx/set
- State topic:
smartboard/fx/state
Accepted Payloads:
bpm
confetti
fire
juggle
rainbow
rainbow with glitter
sinelon
cyclonms
sparklems
RGB Colors Topics:
- Command topic:
smartboard/rgb/set
- State topic:
smartboard/rgb/state
Accepted Payloads:
0,0,0
to255,255,255