How to connect Flogo with Cayenne
regardless if you want to connect to Cayenne Dashboard (https://www.mydevices.com) from TIBCO Cloud Integration Flogo, or from Flogo (https://www.flogo.io) natively on Device. You can just use the MQTT Activity stored here, or this Flogo MQTT Activity from Jan van der Lugt.
Just configure the graphical Flogo Flow Activity to contain your new Device Cayenne Account Details, and you configure your realtime Web Dashboard and/or Mobile App Dashboard.
TIBCO Cloud Integration Flogo Sample
Screenshot of TIBCO Cloud Integration Flogo and Cayenne
TIBCO Flogo.io Sample
Screenshot of TIBCO Flogo.io Web UI and Cayenne
create new Flogo Device in Cayenne
to add a new Flogo Device or Flogo Cloud Service to Cayenne just follow these simple steps
- select “Add new…”
- select “Bring Your Own Thing”
- copy and paste your Details to the Flogo MQTT Activity
- test or send something, as Cayenne is already waiting for you
Testing
Sample use a HTTP REST Message as Service put with flexible channel selection, with this new channels can be created on the fly.
json:
{
"channel":"1",
"message":"temp,c=22.5"
}
Note: more TCI Extensions can be found here: https://tibcosoftware.github.io/tci-awesome/