I have an Edge Agent installed in my raspberry pi, and I’m working on a Workflow that will get data from a serial port in the pi and send it to Losant.
I was able to send the data up to Losant using the “Send State” node. But it fails when I try to use the MQTT node.
I set up a simple workflow in my agent that just send a message to the Losant Broker. And added a workflow in Losant that is triggered on message arrival in the given topic, but when I send the message nothing happens on the Losant side.
When I send a message from the Edge, a debug message is printed in the Edge WF but nothing happens in the Losant WF.
Is there something that I’m missing in my Edge Agent configuration that I need to do in order to send messages to the Losant Broker? (I’ve also tried sending messages to the Local Broker within the Edge Agent and it works fine)
It looks like you have a custom topic configured edgeAgent/logs in your MQTT nodes. With the access key and secret you have configured have you enabled access to all MQTT topics?