KPN Global Tracker Autonomous

A battery powered 2G/LTE-M device with GPS.

  • Supported network type(s): KPNSTREAMLINEM2M

  • Device Specification ID: kpn-global-tracker-autonomous

  • Device Specification UUID: e60e392e-c738-49ae-839e-54363638ae88

DecodersdecoderSpecificationUUIDDescription

Decoded M2M Data for GlobalTracker Autonomous

d1f88fc7-cb8c-56ad-8f51-abd3d68e130c

Decoder for M2M KPN Global Tracker Autonomous devices.

Decoded M2M Data for GlobalTracker Autonomous

  • UUID: d1f88fc7-cb8c-56ad-8f51-abd3d68e130c

  • Description: Decoder for M2M KPN Global Tracker Autonomous devices.

  • Exchange: decoder.sim.streamline.exchange

Expected SenML outputs

nametype/unitexampledescription

altitude

m

The measured altitude

batteryVoltage

V

3.5

firmwareVersion

not present in detail level 1 messages

gpsTime

s

Unix EPOCH time in seconds

gsmNetworkId

eventDescription

Start moving Stop moving While moving While not moving

Description of the device event. Not present in detail level 1 messages.

eventId

40 (Stop moving)

41 (Start moving) 44 (While moving) 45 (While not moving)

Id of the device event. Not present in detail level 1 messages

gpsStatus

0 (OK) 1 (Speed/heading invalid) 32 (Accuracy not met) 33 (Accuracy not met + Speed/heading invalid)

Identifier indicating the GPS Status

gpsNotes

OK Accuracy not met Speed/heading invalid Accuracy not met + Speed/heading invalid

Description of the GPS Status

heading

rad

Direction in radials. Not present in detail level 1 messages

latitude

lat

Latitude of the device. Not present in detail level 1 messages

longitude

lon

Longitude of the device. Not present in detail level 1 messages

radius

m

Radius indicating the precision of the positition. Not present in detail level 1 messages

switch

0 (Position) 53 (SV_CountersUser) 64 (SV_Network) 77 (TimeAlive)

Identifier indicating the record-type In case Switch=77, there has been no GPS Fix and the Geo coordinates belong to the previous GPS Fix.

switchName

SV_Position SV_CountersUser SV_Network) SV_TimeAlive

Name of this record-type.

temperature

Cel

The measured temperature

velocity

m/s

Velocity of the device. Not present in detail level 1 messages

Example SenML-message - detail level 1 (SV_Network)

[
            {
                bn: 'urn:dev:IMEI:863740062764946:',
                bt: 1664818024.4,
                n: 'batteryVoltage',
                u: 'V',
                v: 3.87
            },
            { n: 'firmwareVersion', vs: '69' },
            { n: 'gpsTime', u: 's', v: 1696499019.6799998 },
            { n: 'gsmNetworkId', vs: '0' },
            { n: 'switch', vs: '64' },
            { n: 'switchName', vs: 'SV_Network' }
]

Example SenML-message - detail level 2 (SV_TimeAliveTripMeters)

[
            {
                n: 'batteryVoltage',
                u: 'V',
                v: 4.16,
                bn: 'urn:dev:IMEI:863740069962824:',
                bt: 1664818024.4
            },
            { n: 'eventDescription', vs: 'Start moving' },
            { n: 'eventId', vs: '41' },
            { n: 'firmwareVersion', vs: '564' },
            { n: 'gpsNotes', vs: 'OK' },
            { n: 'gpsStatus', vs: '0' },
            { n: 'gpsTime', u: 's', v: 1696854457.92 },
            { n: 'heading', u: 'rad', v: 5.897816608339239 },
            { n: 'latitude', u: 'lat', v: 52.0405 },
            { n: 'longitude', u: 'lon', v: 4.40833 },
            { n: 'radius', u: 'm', v: 9.5 },
            { n: 'switch', vs: '36' },
            { n: 'switchName', vs: 'SV_TimeAliveTripMeters' },
            { n: 'velocity', u: 'm/s', v: 0 }
]

Example SenML-message - detail level 3 (SV_Position)

[
            {
                bn: 'urn:dev:IMEI:863740062764946:',
                bt: 1664818024.4,
                n: 'altitude',
                u: 'm',
                v: 63
            },
            { n: 'batteryVoltage', u: 'V', v: 3.87 },
            { n: 'eventDescription', vs: '?1?' },
            { n: 'eventId', vs: '1' },
            { n: 'firmwareVersion', vs: '69' },
            { n: 'gpsNotes', vs: 'OK' },
            { n: 'gpsStatus', vs: '0' },
            { n: 'gpsTime', u: 's', v: 1696499003.04 },
            { n: 'heading', u: 'rad', v: 0 },
            { n: 'latitude', u: 'lat', v: 52.04044 },
            { n: 'longitude', u: 'lon', v: 4.40817 },
            { n: 'radius', u: 'm', v: 9.5 },
            { n: 'switch', vs: '0' },
            { n: 'switchName', vs: 'SV_Position' },
            { n: 'temperature', u: 'Cel', v: 22.5 },
            { n: 'velocity', u: 'm/s', v: 0 }
]

Last updated