Noran protocol

Protocol used by GPS tracking devices manufactured by Noran International Technology headquartered in Shenzhen.
flespi parses the Noran protocol messages into a JSON object with the fields listed below in the Parameters tab.

To connect your tracker using the Noran protocol, you need to have a noran channel created first.

Point your tracker to the channel's domain name:port via SMS or configuration tool provided by the vendor.

Then create a device instance for your tracker and use a Device ID as unique identifier in the ident field.

Use the Logs & Messages tab on the device screen to check if the messages are coming.

alarm.code
number
Protocol-specific alarm code number
CMD ID 0x0003
bluetooth.connected.status
boolean
Bluetooth connection status
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
can.doors.status
boolean
CAN any door is opened
CMD ID 0x0032
can.hood.status
boolean
CAN hood is opened
CMD ID 0x0032
channel.id
number
ID of channel that received a message
device.id
number
ID of device that received a message
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
distance.alarm
boolean
Distance alarm detected
CMD ID 0x0003
engine.blocked.status
boolean
Engine blocked status (fuel cutoff relay), true - engine is blocked, false - engine isn't blocked
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
engine.ignition.status
boolean
Engine ignition or ACC status
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
external.powersource.voltage
number
volts
External power voltage
CMD ID 0x0032
ident
string
Device unique identifier like serial number, IMEI, etc
lock.status
boolean
Lock status
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
main.powersource.status
boolean
Main power supply connection status
CMD ID 0x0008,
CMD ID 0x8009
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
position.latitude
number
degrees
Latitude coordinate value
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
position.longitude
number
degrees
Longitude coordinate value
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
position.speed
number
km/h
Instant speed at position detection moment
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
position.valid
boolean
Is position information accurate and valid for given timestamp
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
shock.alarm
boolean
Shock alarm detected
CMD ID 0x0003
sos.alarm
boolean
SOS alarm triggerred
CMD ID 0x0003
speed.alarm
boolean
Speed alarm detected
CMD ID 0x0003
timestamp
number
seconds
Message timestamp
CMD ID 0x0003,
CMD ID 0x0008,
CMD ID 0x0032,
CMD ID 0x8009
Properties
Custom command
custom
Send custom command to device
payload: Text payload to be sent to the device
Block engine (replace with device's ident, and with current time in corresponding format)
{"payload":"*KW,,007,,1,1#"}
Unblock engine (replace with device's ident, and with current time in corresponding format)
{"payload":"*KW,,007,,1,0#"}