LogoLogo
  • KPN THINGS USER GUIDE
    • Introduction
    • Getting started
      • Registration and setup
      • Device simulator app
      • Connect devices
        • SIM cards
        • Supported devices and KPN Devices
        • SODAQ R412M
        • Smartrak
        • Marvin development board
        • LoPy5
        • Arduino MKR WAN 1300/1310
        • Arduin MKR NB 1500
    • All videos
    • Tutorials
      • Configure a flow
      • Connect a HTTPs destination
      • Create a simple IoT web applicationPage
      • Send instruction to LoRa DevicePage
      • Send your data to Azure SQL
      • Technical overview
        • Management data model
        • Uplink communication
        • Downlink communication
        • Location data
      • Accounts and projects
        • Customer accounts and users
        • Projects
        • Customer management
        • Cost overview and contract
    • Frequently asked
      • Multi Factor Authentication
  • GENERAL FUNCTIONS
    • Quick reference videos
    • APIs
  • THE PORTAL EXPLAINED
    • Things Manager
      • Devices
        • Bulk operations
      • Data
        • Device data graph
      • Connectivity
        • LoRa connectivity configuration
      • Bulk reports
    • Things Creator
    • Support
      • News
      • Release notes
      • Real-time status
      • Service reports
      • Documents
      • Support tickets
      • Invoices
      • Contact info
    • Shop
  • BUILDING BLOCKS
    • Devices
      • Sensors
        • KPN Conditionsensor CO2 II
        • KPN Conditionsensor CO2 III
        • KPN Conditionsensor CO2 III motionPage 1
        • KPN FillTag I
        • KPN FillTag II
        • 1M2M ED1608
        • Elsys ERS
        • Device Simulator (Mobile Phone app)
        • Generic Device (Internet connected)
        • Generic LoRa device (preset connectivity)
        • Generic LoRa device (programmable)
        • Generic M2M device
        • Generic M2M device (with Internet connection)
      • Trackers
        • KPN Global Tracker Autonomous
        • KPN Global Tracker Wired
        • KPN LocationTag I
        • KPN LocationTag II
        • KPN LocationTag II v2
        • KPN LocationTag II v2 Expert Mode
        • KPN LocationTag II v3
        • KPN LocationTag III (with GPS)
        • KPN LocationTag III (without GPS)
        • KPN LocationTag III v2
        • KPN LocationTag III v2 Buffer
        • KPN LocationTag III v3
        • KPN LocationTag III v4
        • KPN LocationTag V
        • KPN LocationTag VI
        • KPN LocationTag WS
        • Streamline LoRa
        • Streamline M2M
        • Viloc
      • Routers
      • Gateways
        • KPN FSK Basestation
      • Device SDK
    • Connectivity
      • Connecting LoRa devices
        • LoRa connectivity configuration
      • Connecting M2M devices
      • Connecting Internet devices
      • Connecting MQTT Devices
    • Data Processing
      • ThingsML and SenML
        • ThingsML
        • SenML
          • Understanding and Interpreting SenML Data
          • Changes in KPN SenML
      • Device Twin
      • Decoders and encoders
        • Common measurements list
        • Decoder migrations
        • DIY Decoder
          • DIY decoder scripts
      • Merger
      • Device data
      • Devices
    • Destinations
      • HTTPS destination
      • MQTT broker
      • Cumulocity IoT Platform
      • Azure Event Hubs
      • Azure IoT Hub
      • Test Endpoint
      • ThingsBoard
      • Datacake
      • AWS Lambda
      • Google Cloud Run functions
  • IOT LINE UP
    • Freemium
      • Test SIM cards
    • Explorer
    • Modular
    • Tailored
    • Terms and Conditions
Powered by GitBook

© 2024 KPN - All rights reserved.

On this page
  • + LoRa Geolocation data
  • KPN LocationTag III v4 hex based decoder (v2)
  • › KPN LocationTag III v4 hex based decoder

Was this helpful?

Export as PDF
  1. BUILDING BLOCKS
  2. Devices
  3. Trackers

KPN LocationTag III v4

PreviousKPN LocationTag III v3NextKPN LocationTag V

Last updated 5 months ago

Was this helpful?

Tag for localization and movement monitoring.

  • Supported network type(s): KPNLORA

  • Device Specification ID: kpn-locationtag-iii-v4

  • Device Specification UUID: c6b5168d-5a57-49bb-adcf-d76417572229

Decoders
decoderSpecificationUUID
Description

+ LoRa Geolocation data

931c53d7-8e79-4d32-b598-da8882c13d06

KPN LocationTag III v4 hex based decoder (v2)

a0039c42-f7b1-50a7-8c15-4f80cafe40fe

Decoder for KPN LocationTag III v4 LoRa payload.

› KPN LocationTag III v4 hex based decoder

a7bc11f3-7383-4403-951a-35176ea9bc51

KPN LocationTag III v4 hex based decoder

+ LoRa Geolocation data

Add data to messages where location could be calculated.

KPN LocationTag III v4 hex based decoder (v2)

Decoder for KPN LocationTag III v4 LoRa payload.

This decoder also decodes data.

The following SenML records can be present, amongst others:

name
type
unit
example
description

alarmMode

boolean

batteryVoltage

number

V

detectedBeacon

string

dvLat

number

lat

dvLon

number

lon

dvTime

number

s

monitionTime-H

number

s

monitionTime-L

number

s

monitionTime-M

number

s

movementIndication

string

timeOrigin

string

Example SenML

[
    {
        "bn": "urn:dev:DEVEUI:0123456789012345:",
        "bt": 1693136532.83,
        "n": "dvTime",
        "u": "s",
        "v": 1702620097
    },
    {
        "n": "dvLon",
        "u": "lon",
        "v": 4.48940
    },
    {
        "n": "dvLat",
        "u": "lat",
        "v": 51.90717
    },
    {
        "n": "batteryVoltage",
        "u": "V",
        "v": 3.03
    },
    {
        "n": "detectedBeacon",
        "vs": "0000"
    },
    {
        "n": "monitionTime-H",
        "u": "s",
        "v": 3932160
    },
    {
        "n": "monitionTime-M",
        "u": "s",
        "v": 1075200
    },
    {
        "n": "monitionTime-L",
        "u": "s",
        "v": 13440
    },
    {
        "n": "alarmMode",
        "vb": false
    },
    {
        "n": "movementIndication",
        "vs": "STATIONARY"
    },
    {
        "n": "timeOrigin",
        "vs": "NETWORK"
    }
]

› KPN LocationTag III v4 hex based decoder

KPN LocationTag III v4 hex based decoder

Expected SenML records

name
type
unit

alarmMode

boolean

batteryVoltage

number

V

detectedBeacon

string

dvLat

number

lat

dvLon

number

lon

dvTime

number

s

monitionTime-H

number

s

monitionTime-L

number

s

monitionTime-M

number

s

movementIndication

string

enum

Add data to messages where location could be calculated.

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 .

LoRa Geolocation
Geolocation and Local Gateway
Understanding and Interpreting SenML Data
LoRa Geolocation