Getting Started

Qubitro Data Payload reference guide.

Qubitro supports any valid JSON data format to be stored and accessed via REST APIs, MQTT topics, or WebSocket API.

However, some features, such as Dashboards and Rule Actions, work only with key-value JSON structured data payloads. JSON strings with nested JSON Objects are not supported for Portal features.

Data Payload Guides

pageJSON PayloadspageBinary Payloads

Tips for Data Payload

  • Publish key-value structured JSON data payloads when possible for better compatibility.

  • Strip out extraneous information. Publish data as compactly as possible, whether JSON or Binary data.

  • Use shorter key names.

  • Be careful with naming. Qubitro is key-sensitive. Temperature is not equal to temperature.

Last updated