Viloc Tag

  • Supported network type(s): KPNLORA

  • Device Specification ID: supported-viloc

  • Device Specification UUID: 5cc004e1-3950-4d62-a9ea-34fcc6a1de0c

DecodersdecoderSpecificationUUIDDescription

+ LoRa Geolocation data

d2f7c6ec-7b47-45e6-adaf-a0ffc2cfd28a

Add LoRa Geolocation data to messages where location could be calculated.

= Raw LoRa payload

881d92e7-d3f1-4f3b-983d-daf451efad3c

Forward the raw LoRa payload and port number without decoding.

= Raw LoRa payload (v2)

f88a69e3-fa7f-513a-a3a3-cf1f1e3617b2

Forward the raw LoRa payload and port number without decoding.

EncodersencoderSpecificationUUIDDescription

= Raw LoRa payload

da915967-082c-4a1c-9c95-0361ddb20ec9

Send raw LoRa payload to your device.

+ LoRa Geolocation data

Add LoRa Geolocation data to messages where location could be calculated.

= Raw LoRa payload

Forward the raw LoRa payload and port number without decoding.

Expected SenML records

nametypeunit

payload

string

port

number

= Raw LoRa payload (v2)

Forward the raw LoRa payload and port number without decoding.

The following SenML records can be present, amongst others:

nametypeunitexampledescription

payload

string

"4D985C495AC4D8C9682CFD"

The LoRa hex payload

port

number

200

The LoRa port used to send this uplink

Example SenML

SenML can be structured in different ways, and we do not guarantee the examples below will look the same as what you will receive on your Destination. To make sure you can handle the SenML optimally, take a look at our documentation about Understanding and Interpreting SenML Data.

[
    {
        "bn": "urn:dev:DEVEUI:0123456789012345:",
        "bt": 1693136532.83,
        "n": "payload",
        "vs": "4D985C495AC4D8C9682CFD"
    },
    {
        "n": "port",
        "v": 1
    },
    {
        "n": "timeOrigin",
        "vs": "NETWORK"
    }
]

= Raw LoRa payload

  • UUID: 881d92e7-d3f1-4f3b-983d-daf451efad3c

  • Description: Forward the raw LoRa payload and port number without decoding.

  • Exchange: decoder.lora.passthrough.exchange

Expected SenML outputs

Unknown

Last updated