You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • mqtt.subscribe("test/espruino");?

    Also, I've tended to put a leading slash on all the topics I use (eg mqtt.subscribe("/test/espruino");) which might help.

    If you want anything beginning with test then you need wildcards: mqtt.subscribe("test/#");

About

Avatar for Gordon @Gordon started