Uplink Messages
Raw CBOR messages transmitted by Thingsee ENVIRONMENT over the Wirepas mesh network — temperature, humidity, pressure, light, hall sensor, vibration, battery, and diagnostics
This section documents the raw CBOR-encoded messages transmitted between Thingsee ENVIRONMENT and the Wirepas mesh network. Most customers do not need this — the Haltian IoT platform handles CBOR encoding/decoding automatically.
You need this reference only if you:
21/21haltian-iot/wirepas/gw-event/received_data/{gateway-id}/sink1/{network-id}/21/21Each message is identified by a tsmId (message structure ID). The gateway adds metadata fields (tsmTs, tsmGw) before forwarding to your backend.
For general CBOR encoding/decoding guidance, see CBOR-JSON Conversion Reference.
| Page | Description |
|---|---|
| Uplink Messages | Messages sent from the sensor (measurements, diagnostics) |
| Downlink Commands | Messages sent to the sensor (configuration, queries) |
All CBOR messages share these header fields:
| JSON Property | CBOR Index | Description |
|---|---|---|
tsmId | 1 | Message structure identifier |
tsmEv | 2 | Event type (see below) |
tsmTs | 3 | UTC timestamp in seconds (added by gateway) |
tsmTuid | 4 | Device unique identifier |
tsmGw | 5 | Gateway identifier (added by gateway) |
Raw CBOR messages transmitted by Thingsee ENVIRONMENT over the Wirepas mesh network — temperature, humidity, pressure, light, hall sensor, vibration, battery, and diagnostics
Raw CBOR configuration commands sent to Thingsee ENVIRONMENT over the Wirepas mesh network — sensor modes, thresholds, intervals, and network roles