Close

Mosquitto commands

A project log for ESPHome on ESP-01 Windows Workflow

Workflow for creating and flashing ESPHome firmware to ESP-01/ESP8266 on Windows

schlionschlion 11/07/2020 at 00:540 Comments

Mosquitto commands:

purge channel

.\mosquitto_pub.exe -t livingroom/ota -r -n

.\mosquitto_pub.exe -t <topic> -r -n

post ON

.\mosquitto_pub.exe -t livingroom/ota -m "ON"

mosquitto server verbose

.\mosquitto.exe -v

mosquitto client/subscriber: get everything posted in this topic and dependent topics

.\mosquitto_sub.exe -t livingroom/#

Discussions