Mqtt

I have a customer that already has a mqtt broker that we are proposing a flexy for. I have several questions.

  1. On our ewonsupport.boz web site, it states only a non-encrypted connection. Is that with just this example or all examples?
  2. To use this test broker, I could use some assistance setting it up.
    Thanks, Wes

Hi @wemo

  1. Our test broker simply does not support encrypted sessions. You are able to use an encrypted broker in your own installation. More directly the MQTT client inside of the Flexy allows TLS 1, TLS 1.1 and TLS 1.2. Additionally you can specify the authentication details and the server CA.
    See pg. 61 of the BASIC Scripting Guide: HERE

mqtt


  1. See the steps below on how to use the broker.

Using the ewonsupport.biz test broker:

  1. Download and import THIS

) program file into your Flexy.

  1. Navigate to http://ewonsupport.biz/mqtt/

  2. Set the topic to monitor to test

  3. Click Start Monitoring

  4. Start the program on your Flexy.

You should see the message: Hello from Flexy output into the broker.

1 Like

Thank you.