mDash MQTT CONNACK 4

  1. My goal is: to follow the turotial and connect my ESP32 to mDash

  2. My actions are: following the turotial steps outlined here: https://mongoose-os.com/docs/mongoose-os/quickstart/setup.md

  3. The result I see is:
    MQTT connecting to mdash.net:8883
    MQTT TCP connect ok
    MQTT CONNACK 4
    MQTT Disconnect

  4. My expectation & question is: Why am I getting CONNACK 4?

Found quite a bit of info online in relation to connecting to google cloud MQTT, and including a sntp library in mos.yml seemed to fix their issue, but not mine

Please use

mos config-set dash.enable=true dash.token=DEVICE_TOKEN

That’s done the trick. Thank you