Skip to main content

Blackbox API 0.1.0 documentation

The API lets you remotely send data and manage blackbox devices.

Table of Contents#

Servers#

mosquitto Server#

  • URL: mqtt://mqtt.i-ikigai.nl
  • Protocol: mqtt

Channels#

ik/bb/deviceIdHash/telemetry Channel#

publish Operation#

Publish all ambient sensor telemetry data

Message telemetryMessage#
Payload#
NameTypeDescriptionValueConstraintsNotes
(root)object---additional properties are allowed
idstringId of the device-format (uuid)-
temperatureintegerTemeperature measured in degrees.---
packetIdinteger-->= 0-

Examples of payload (generated)

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"temperature": 20,
"packetId": 1
}