Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/remote-control/mqtt-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MQTT can be used by the application to [publish application data, user presence,

You will need your MQTT broker IP address and port number if different from the default. There is an option to use SSL with the port 8883. Usually enter the IP address without http/https (192.168.1.1) to use a TCP connection to the broker. You can also use http/https by entering the fully qualified url (https://192.168.1.1).

The base topic `wallpanel/mywallpanel` allows the device to send and receive MQTT commands or messages. The base topic should be unique to each device if you want the device to operate independently from other devices running the same application in your network. If all devices have the same base topic, then sending a command will mean all devices receive the command.
The base topic `wallpanel/mywallpanel/` allows the device to send and receive MQTT commands or messages, ensure you have an trailing `/` at the end of the topic. The base topic should be unique to each device if you want the device to operate independently from other devices running the same application in your network. If all devices have the same base topic, then sending a command will mean all devices receive the command.

If needed, add your MQTT username and password. The client id is the unique identifier of this device with the MQTT broker. It can be changed, but should be different from other applications on the same network.

Expand Down