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
bluetooth.connected.status
boolean
Bluetooth connection status
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
engine.blocked.status
boolean
Engine blocked status (fuel cutoff relay), true - engine is blocked, false - engine isn't blocked
engine.ignition.status
boolean
Engine ignition or ACC status
external.powersource.voltage
number
volts
External power voltage
ident
string
Device unique identifier like serial number, IMEI, etc
lock.status
boolean
Lock status
main.powersource.status
boolean
Main power supply connection status
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
position.latitude
number
degrees
Latitude coordinate value
position.longitude
number
degrees
Longitude coordinate value
position.speed
number
km/h
Instant speed at position detection moment
position.valid
boolean
Is position information accurate and valid for given timestamp
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
shock.alarm
boolean
Shock alarm detected
sos.alarm
boolean
SOS alarm triggerred
speed.alarm
boolean
Speed alarm detected
timestamp
number
seconds
Message timestamp
vehicle.mileage
number
km
Total calculated mileage
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#"}