arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Generic Device (Internet connected)

Generic Device (Internet connected)

Connect your (virtual) Internet-connected device to KPN Things.

  • Supported network type(s): INTERNET

  • Device Specification ID: own-internet

  • Device Specification UUID: b2c5c303-4f74-4b58-95f5-b80455fdafbc

Decoders
decoderSpecificationUUID
Description
Encoders
encoderSpecificationUUID
Description

hashtag
› Decoded ThingsML and raw SenML data

  • UUID: 16799a1c-9dea-4fc9-83b1-03d4562aba69

  • Description: One decoder to forward raw SenML data and decoded ThingsML data sent by the device.

  • Exchange: decoder.thingsml.json.exchange

hashtag
Expected SenML outputs

Unknown

hashtag
› Decoded ThingsML and raw SenML data (v2)

Decoder that forwards raw SenML data and decoded ThingsML data sent by the device.

hashtag
Example SenML

This is completely dependent on the SenML or ThingsML input and could output almost any SenML. The decoded ThingsML below is just illustrative of what is possible.

hashtag
= SenML data encoding

  • Protocol: HTTP response

  • Description: Send SenML data to your device.

  • Multiple commands in one downlink: No

  • No input mapping

› Decoded ThingsML and raw SenML data

16799a1c-9dea-4fc9-83b1-03d4562aba69

One decoder to forward raw SenML data and decoded ThingsML data sent by the device.

› Decoded ThingsML and raw SenML data (v2)

4a8f1ec7-df52-5a57-a281-422e000d3b1d

Decoder that forwards raw SenML data and decoded ThingsML data sent by the device.

= SenML data

86805e45-c394-4ebc-a2e1-a47079a57999

Send SenML data to your device.

[
    {
        "bn": "urn:dev:DEVEUI:fe782a953c642aeb:",
        "bt": 1693136532.83,
        "n": "latitude",
        "u": "lat",
        "v": 51.90717
    },
    {
        "n": "longitude",
        "u": "lon",
        "v": 4.48940
    },
    {
        "n": "temperature",
        "u": "Cel",
        "v": 29.75
    },
    {
        "n": "batteryVoltage",
        "u": "V",
        "v": 3.59
    },
    {
        "n": "extTemp",
        "u": "Cel",
        "v": 17.22
    },
    {
        "n": "io",
        "vb": false
    }
]