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
  • › Decoded payload for Waste Control application
  • Decoded payload for Waste Control application

Was this helpful?

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

KPN FillTag I

PreviousKPN Conditionsensor CO2 III motionPage 1NextKPN FillTag II

Last updated 5 months ago

Was this helpful?

KPN FillTag I

First FillTag device for Waste Control application, also known as Streamline Waste device.

  • Supported network type(s): KPNLORA

  • Device Specification ID: kpn-filltag-i

  • Device Specification UUID: 5064c9de-36c8-4a69-8edd-636c6df94332

Decoders
decoderSpecificationUUID
Description

+ LoRa Geolocation data

4c0bf70f-cde5-4f5a-aac2-8480a875ec86

› Decoded payload for Waste Control application

0a56df75-1b4d-407b-b534-a20cf22cd13e

Decoder for Streamline LoRa message type 0xD282.

› Decoded payload for Waste Control application (v2)

41fdc428-12cb-52b0-9e0c-e160b97bdcd5

Decodes fields from a Streamline LoRa payload, specifically for waste control application.

+ LoRa Geolocation data

› Decoded payload for Waste Control application

Decoder for Streamline LoRa message type 0xD282.

Expected SenML records

name
type
unit

batteryLevelLow

boolean

/

batteryLevelLow_beacon

boolean

/

count_LidOpen

number

detectedBeacon

string

distance

number

m

distanceMeasurementIsValid

boolean

/

lidOpenedSincePreviousTransmission

boolean

/

temperature

number

Cel

Decoded payload for Waste Control application

Decodes fields from a Streamline LoRa payload, specifically for waste control application.

The following SenML records can be present, amongst others:

name
type
unit
example
description

batteryLevelLow

boolean

true

batteryLevelLow_beacon

boolean

false

the battery level low indication of the detected beacon

count_LidOpen

number

1

number of times the bin lid has been opened

detectedBeacon

string

"a1e2093368d4e7b8"

DevEUI of the last detected beacon

distance

number

m

0.684

distance to the detected object from the fill sensor

distanceMeasurementIsValid

boolean

true

lidOpenedSincePreviousTransmission

boolean

true

temperature

number

Cel

18.875

timeOrigin

string

NETWORK

the source of time information for measurements

Example SenML

[
    {
        "bn": "urn:dev:DEVEUI:4227c7e44ee76d1e:",
        "bt": 1693136532.83,
        "n": "detectedBeacon",
        "vs": "a1e2093368d4e7b8"
    },
    {
        "n": "count_LidOpen",
        "v": 1
    },
    {
        "n": "batteryLevelLow",
        "vb": true
    },
    {
        "n": "batteryLevelLow_beacon",
        "vb": false
    },
    {
        "n": "distance",
        "u": "m",
        "v": 0.684
    },
    {
        "n": "temperature",
        "u": "Cel",
        "v": 18.875
    },
    {
        "n": "lidOpenedSincePreviousTransmission",
        "vb": true
    },
    {
        "n": "distanceMeasurementIsValid",
        "vb": true
    },
    {
        "n": "timeOrigin",
        "vs": "NETWORK"
    }
]

Add data to messages where location could be calculated.

Add data to messages where location could be calculated.

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 .

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