-
Hi everybody, For my project i use the Bluetooth functionality on a esp32. I flashed tasmota32.bluetooth 14.1.0. But now my question, how can i invoke this with mqtt. The Documentation show only the Toggle command. Or Power 1, Power 0 Can anybody switch the light on in my head? Br, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When using MQTT, you need to separate the command into the topic field (which is the "address" you publish to) and the payload field (with the argument values). This is after the first space in what you tried to do. |
Beta Was this translation helpful? Give feedback.
When using MQTT, you need to separate the command into the topic field (which is the "address" you publish to) and the payload field (with the argument values). This is after the first space in what you tried to do.