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
  • Syren II-L hex based decoder (v2)
  • › Syren II-L hex based decoder

Was this helpful?

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

KPN FillTag II

PreviousKPN FillTag INext1M2M ED1608

Last updated 6 months ago

Was this helpful?

KPN FillTag II

FillTag device for Waste Control applications, also known as Syren II-L Waste device.

  • Supported network type(s): KPNLORA

  • Device Specification ID: kpn-filltag-ii

  • Device Specification UUID: c2a13e2e-6aba-4932-9499-97ae3e825de9

Decoders
decoderSpecificationUUID
Description

Syren II-L hex based decoder (v2)

590af144-3a1b-5742-b06d-0d187ea954a2

Decoder for Syren II-L payloads.

› Syren II-L hex based decoder

d1d4fafd-315c-439a-a6ea-fcfb33bff701

Syren II-L hex based decoder

Syren II-L hex based decoder (v2)

Decoder for Syren II-L payloads.

The following SenML records can be present, amongst others:

name
type
unit
example
description

distance

number

m

2.33

interval

number

s

14400

measurementInterval

number

s

900

Based on numberOfMeasurements, additional distance records with n times the measurementInterval negative t might be present

numberOfMeasurements

number

12

The n amount of distance measurements

productId

number

12802

rfu

number

0

serialNumber

number

18173

temperature

number

Cel

16

type

number

1

version

number

49

Example SenML

[
    {
        "bn": "urn:dev:DEVEUI:0123456789012345:",
        "bt": 1693136532.83,
        "n": "serialNumber",
        "v": 18173
    },
    {
        "n": "productId",
        "v": 12802
    },
    {
        "n": "type",
        "v": 1
    },
    {
        "n": "version",
        "v": 49
    },
    {
        "n": "measurementInterval",
        "u": "s",
        "v": 900
    },
    {
        "n": "interval",
        "u": "s",
        "v": 14400
    },
    {
        "n": "temperature",
        "u": "Cel",
        "v": 16
    },
    {
        "n": "rfu",
        "v": 0
    },
    {
        "n": "numberOfMeasurements",
        "v": 12
    },
    {
        "n": "distance",
        "u": "m",
        "v": 0.61
    },
    {
        "n": "distance",
        "t": -900,
        "u": "m",
        "v": 0.61
    },
    {
        "n": "distance",
        "t": -1800,
        "u": "m",
        "v": 0.62
    },
    {
        "n": "distance",
        "t": -2700,
        "u": "m",
        "v": 2.33
    },
    {
        "n": "distance",
        "t": -3600,
        "u": "m",
        "v": 2.33
    },
    {
        "n": "distance",
        "t": -4500,
        "u": "m",
        "v": 1.42
    },
    {
        "n": "distance",
        "t": -5400,
        "u": "m",
        "v": 1.43
    },
    {
        "n": "distance",
        "t": -6300,
        "u": "m",
        "v": 1.44
    },
    {
        "n": "distance",
        "t": -7200,
        "u": "m",
        "v": 1.42
    },
    {
        "n": "distance",
        "t": -8100,
        "u": "m",
        "v": 1.43
    },
    {
        "n": "distance",
        "t": -9000,
        "u": "m",
        "v": 1.42
    },
    {
        "n": "distance",
        "t": -9900,
        "u": "m",
        "v": 1.43
    },
    {
        "n": "timeOrigin",
        "vs": "NETWORK"
    }
]

› Syren II-L hex based decoder

Syren II-L hex based decoder

Expected SenML records

name
type
unit

codeIncident

number

distance

number

m

interval

number

s

measurementInterval

number

s

numberOfMeasurements

number

productId

number

rfu

number

serialNumber

number

temperature

number

Cel

type

number

version

number

This decoder also decodes data.

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 .

Geolocation and Local Gateway
Understanding and Interpreting SenML Data