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

Was this helpful?

Export as PDF
  1. BUILDING BLOCKS
  2. Data Processing
  3. Decoders and encoders

Common measurements list

PreviousDecoders and encodersNextDecoder migrations

Last updated 3 months ago

Was this helpful?

In there is a measurement index list, allowing you to send only the index for a measurement instead of the full name and unit which is required in .

If you don't use ThingsML, it is still best practice to use the common measurement names and units in your solution. With this you achieve higher compatibility with current and future data processing features in KPN Things.

The list

ThingsML measurement index

ID (unique)

SenML Name

SenML Unit

-24

TEMPERATURE

temperature

Cel

-23

HUMIDITY

humidity

%RH

-22

LATITUDE

latitude

lat

-21

LONGITUDE

longitude

lon

-20

ALTITUDE

altitude

m

-19

POWER

power

W

-18

PRESSURE

pressure

Pa

-17

ANGLE

angle

rad

-16

LENGTH

length

m

-15

BREADTH

breadth

m

-14

HEIGHT

height

m

-13

WEIGHT

weight

kg

-12

THICKNESS

thickness

m

-11

DISTANCE

distance

m

-10

AREA

area

m2

-9

VOLUME

volume

m3

-8

VELOCITY

velocity

m/s

-7

ELECTRIC_CURRENT

electricCurrent

A

-6

ELECTRIC_POTENTIAL

electricPotential

V

-5

ELECTRIC_RESISTANCE

electricResistance

Ohm

-4

ILLUMINANCE

illuminance

lx

-3

ACCELERATION_X

accelerationX

m/s2

-2

ACCELERATION_Y

accelerationY

m/s2

-1

ACCELERATION_Z

accelerationZ

m/s2

0

HEADING

heading

rad

1

CO_CONCENTRATION

COConcentration

ppm

2

CO2_CONCENTRATION

CO2Concentration

ppm

3

SOUND

sound

dB

4

FREQUENCY

frequency

Hz

5

BATTERY_LEVEL

batteryLevel

%EL

6

BATTERY_VOLTAGE

batteryVoltage

V

7

RADIUS

radius

m

8

BATTERY_LEVEL_LOW

batteryLevelLow

boolean

9

COMPASS_X

compassX

T

10

COMPASS_Y

compassY

T

11

COMPASS_Z

compassZ

T

12

READ_SWITCH

readSwitch

/

13

PRESENCE

presence

boolean

14

COUNTER

counter

/

ThingsML
SenML