Difference between revisions of "Sending data to Senfi"
From Senfi Docs
(Created blank page) |
|||
| Line 1: | Line 1: | ||
| + | Senfi monitors and stores time series data from your existing systems. At the moment, Senfi provides a [http://mqtt.org/ MQTT] interface for receiving data from your systems. To start sending data to Senfi, you need to do the following: | ||
| + | # Create an integration key in the CMS | ||
| + | # Design and create a measurement in the CMS | ||
| + | # Write a program to read from your system and send it to Senfi's MQTT endpoint | ||
| + | |||
| + | == Create integration key == | ||
| + | |||
| + | == Design/create measurement == | ||
| + | |||
| + | == Publish to MQTT == | ||
| + | |||
| + | === MQTT Endpoint === | ||
| + | ; Host: mqtt.senfi.io | ||
| + | ; Port: 1883 | ||
| + | ; Username: ''<Your integration key>'' | ||
| + | ; Password: ''<Your integration secret>'' | ||
| + | ; MQTT topic: ingestor/1/0/live/text/array/ems/''<your integration key>/<your measurement code>'' | ||
Revision as of 16:01, 11 September 2019
Senfi monitors and stores time series data from your existing systems. At the moment, Senfi provides a MQTT interface for receiving data from your systems. To start sending data to Senfi, you need to do the following:
- Create an integration key in the CMS
- Design and create a measurement in the CMS
- Write a program to read from your system and send it to Senfi's MQTT endpoint
Create integration key
Design/create measurement
Publish to MQTT
MQTT Endpoint
- Host
- mqtt.senfi.io
- Port
- 1883
- Username
- <Your integration key>
- Password
- <Your integration secret>
- MQTT topic
- ingestor/1/0/live/text/array/ems/<your integration key>/<your measurement code>