MQTT Data Stream
Connect to the Thingsee MQTT broker for real-time device data.
Thingsee Operations Cloud supports multiple integration patterns for connecting device data to your existing infrastructure.
%%{init: {'theme':'base','themeVariables':{'primaryColor':'#73F9C1','primaryTextColor':'#143633','primaryBorderColor':'#143633','lineColor':'#143633','secondaryColor':'#C7FDE6','tertiaryColor':'#F6FAFA','clusterBkg':'#F6FAFA','clusterBorder':'#143633'}}}%%
flowchart TB
subgraph YourCloud["Your Cloud"]
App[Your Application]
DB[(Database)]
end
subgraph Integrations["Integration Layer"]
MQTT[MQTT Broker]
Azure[Azure IoT Hub]
AWS[AWS/API Gateway]
HTTP[Custom HTTP]
end
subgraph Thingsee["Thingsee Cloud"]
Cloud[Operations Cloud]
end
subgraph Gateway["Gateways"]
GW[Thingsee Gateway]
end
Gateway --> Thingsee
Thingsee --> Integrations
Integrations --> App
App --> DB| Integration | Protocol | Use Case |
|---|---|---|
| MQTT Data Stream | MQTT/TLS | Real-time data, custom processing |
| Azure IoT Hub | AMQP/HTTPS | Azure ecosystem, Event Hubs |
| AWS API Gateway | HTTPS | AWS Lambda, serverless |
| WebSocket | WebSocket | Real-time push to applications |
| Custom Integration | Any | Custom protocols and formats |
| Integration | Description |
|---|---|
| Splunk | Search, monitoring, analytics |
| ThingsBoard | Open-source IoT platform |
| Wapice IoT-Ticket | Fast dashboard setup |
| Integration | Description |
|---|---|
| InfluxDB | Time-series database |
| Parse Platform | Open-source backend |
| Integration | Description |
|---|---|
| Wirepas | Mesh networking technology |
| Resource | Description |
|---|---|
| Open MQTT Data | Live sensor data for testing |
All integrations deliver Thingsee Messages as JSON arrays:
[{
"tsmId": 12100,
"tsmEv": 10,
"tsmTs": 1520416221,
"tsmTuid": "TSEN01ABC12345678",
"tsmGw": "TSGW06ABC12345678",
"temp": 21.3,
"humd": 21.7,
"airp": 101364.599
}]
Parse messages by tsmId to determine the message type and available properties. See Message Profiles for complete specifications.
support@haltian.com)Step-by-step integration guides for each platform and service.
Connect to the Thingsee MQTT broker for real-time device data.
Integrate Thingsee IoT with Microsoft Azure IoT Hub.
Integrate Thingsee IoT data with Amazon API Gateway and AWS Lambda
Receive Thingsee IoT data via WebSocket connection
Integrate Thingsee IoT data with Splunk for analytics and monitoring
Integrate Thingsee IoT data with ThingsBoard platform
Wirepas mesh networking technology in Thingsee IoT
Integrate Thingsee IoT data with Wapice IoT-Ticket dashboard
Integrate Thingsee IoT data with Parse Platform (open-source Firebase alternative)
Integrate Thingsee IoT data with InfluxDB time series database
Create custom integrations with any cloud endpoint
Connect to live Thingsee sensor data from Haltian’s office for testing and demos