mqtt
Subscribe to MQTT serwer for all topics
/usr/local/bin/mosquitto_sub -v -h localhost -p 1883 -t '#'
assuming your MQTT broker is running on the localhost. you may also subscribe to specific topics like 'stats/sonoff#'
/usr/local/bin/mosquitto_sub -v -h localhost -p 1883 -t '#'
assuming your MQTT broker is running on the localhost. you may also subscribe to specific topics like 'stats/sonoff#'