Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/d03n3rfr1tz3/esp32-divoom i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
d03n3rfr1tz3 committed Apr 28, 2024
2 parents 77f133b + 15832c1 commit 4265ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ This disconnect from your Divoom device. The packet starts with a single byte `0

You can also control your Divoom devices via MQTT as well as getting a few states. This is variant you probably will use, when you are going for the standalone mode. The actual commands are similar to the Serial input. Additionally the general state will be published to `MQTT_TOPIC/proxy`, the bluetooth connection state to `MQTT_TOPIC/bluetooth` and advertise bluetooth devices to `MQTT_TOPIC/advertise/[MAC]` while `[MAC]` stands for the actual MAC address like `01:12:23:45:56:67`.

Commands should be sent to the topic `MQTT_TOPIC/command`. For the `MQTT_TOPIC` part, you have to look into your `config_local.h`. Default is `divoom/`, which makes the command topic `divoom/command`.

This command connects to your Divoom device with the MAC address `01:12:23:45:56:67` and on port `1`.
````
CONNECT 01:12:23:45:56:67 1
Expand Down

0 comments on commit 4265ac3

Please sign in to comment.