Mosquitto ...quick and dirty

 

Listen for all incoming messages for a specific device (here sonoffpow1)

mosquitto_sub -u USER -P PASSWORD -h localhost -t "+/DEVICE/#" -v
mosquitto_sub -u myuser -P myuserpassword -h localhost -t "+/sonoffpow1/#" -v