Totemtech AT07

AT07 is a durable GPS tracking device supporting 3G/4G, GPS, GLONASS, BeiDou, and Galileo. Features include dual-server data sending, 3-axis accelerometer, over-voltage protection, real-time tracking, OTA firmware upgrade, various I/O port configurations, temperature-resistant battery, and multiple alarms. Optional peripherals enhance its applications for vehicles, with support for OBDII, RFID, and biometric verification.

Usage specifics
Parameters (50)
Commands (1)
Totemtech AT07
Flespi parses telemetry data from your Totemtech AT07 into a standardized JSON and lets you send commands to Totemtech AT07 via API.

Here’s the like of JSON you get

{
    "ident": "352625333222111",
    "position.altitude": 273.61,
    "position.hdop": 0.7,
    "position.latitude": 49.069782,
    "position.longitude": 28.632826,
    "position.satellites": 18,
    "server.timestamp": 1650636570.426424,
    "timestamp": 1650636570.426424,
    "device.type.id": "Totemtech AT07",
    "channel.id": 1111,
    "protocol.id": "totemtech"
    "engine.ignition.status": true
    ...
}

How to consume this nice JSON

The easiest way is to make a REST API request like this
curl -X GET  --header 'Authorization: FlespiToken XXX' 'https://flespi.io/gw/devices/<device id>/messages'

How to send commands to Totemtech AT07?

You can send a specific command. Show all commands

You can also

Modify messages

Add or remove parameters, inject data from LBS and reverse-geocoding services, etc.
Learn what plugins can do

Aggregate data

Determine trips and stops, catch events, detect geofence ins/outs, and more.
Learn about flespi analytics capabilities
ain
number
volts
Voltage on the analog input
Data type AA,
Data type AB,
Data type AC
battery.charging.status
boolean
Battery charging status
Data type AA,
Data type AB,
Data type AC
battery.low.status
boolean
Battery low status
Data type 13,
Data type AA,
Data type AB,
Data type AC
battery.voltage
number
volts
Internal battery voltage
Data type AA,
Data type AB,
Data type AC
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
din
number
Digital inputs bitmask
Data type AA,
Data type AB,
Data type AC
dout
number
Digital outputs bitmask
Data type AA,
Data type AB,
Data type AC
engine.ignition.status
boolean
Engine ignition or ACC status
Data type AA,
Data type AB,
Data type AC
engine.rpm
number
rpm
Engine RPM read
Data type AA,
Data type AB,
Data type AC
external.powersource.status
boolean
External power source connection status
Data type 10,
Data type 11,
Data type AA,
Data type AB,
Data type AC
external.powersource.voltage
number
volts
External power voltage
Data type AA,
Data type AB,
Data type AC
geofence.status
boolean
Geofence entered status
Data type 04,
Data type 05,
Data type AA,
Data type AB,
Data type AC
gnss.antenna.disconnected.alarm
boolean
GNSS antenna disconnected or cut off alarm event
Data type AA,
Data type AB,
Data type AC
gnss.failure.alarm
boolean
GNSS receiver failure alarm event
Data type 09,
Data type AA,
Data type AB,
Data type AC
gnss.status
boolean
GNSS receiver on/off status
Data type 07,
Data type 08,
Data type AA,
Data type AB,
Data type AC
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
Data type AA,
Data type AB,
Data type AC
gsm.jamming.event
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal jamming detected
Data type AA,
Data type AB,
Data type AC
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
Data type AA,
Data type AB,
Data type AC
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
Data type AA,
Data type AB,
Data type AC
harsh.acceleration.event
boolean
Harsh acceleration detected
Data type 42
harsh.braking.event
boolean
Harsh braking detected
Data type 43
ibutton.code
string
Hexadecimal code of connected iButton
Data type AA,
Data type AB,
Data type AC,
Data type E2
ident
string
Device unique identifier like serial number, IMEI, etc
idle.event
boolean
Idle detected
Data type 41,
Data type AA,
Data type AB,
Data type AC
main.power.low.status
boolean
Main power low status
Data type 12
overspeeding.status
boolean
Overspeeding detected
Data type 02,
Data type 03,
Data type AA,
Data type AB,
Data type AC
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
Data type AA,
Data type AB,
Data type AC
position.hdop
number
Horizontal dilution of precision
Data type AA,
Data type AB,
Data type AC
position.latitude
number
degrees
Latitude coordinate value
Data type AA,
Data type AB,
Data type AC,
Data type E2
position.longitude
number
degrees
Longitude coordinate value
Data type AA,
Data type AB,
Data type AC,
Data type E2
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
Data type AA,
Data type AB,
Data type AC
position.speed
number
km/h
Instant speed at position detection moment
Data type AA,
Data type AB,
Data type AC
protocol.id
number
ID of protocol
report.code
string
Report code
sensor.frequency
number
hz
Frequency sensor value
Data type AA,
Data type AB,
Data type AC
sensor.temperature
number
celsius
Temperature sensor value
Data type AA,
Data type AB,
Data type AC
server.timestamp
number
seconds
Timestamp when server received a message
sleep.mode.status
boolean
Device is in sleep mode
Data type 14,
Data type 15
sos.alarm
boolean
SOS alarm triggerred
Data type 01,
Data type AA,
Data type AB,
Data type AC
timestamp
number
seconds
Message timestamp
Data type AA,
Data type AB,
Data type AC,
Data type E2
towing.event
boolean
Towing event detected
Data type 06
trip.mileage
number
km
Distance driven since engine start
Data type AA,
Data type AB,
Data type AC
unauthorized.alarm
boolean
Unauthorized access alarm event
Data type AA,
Data type AB,
Data type AC
vehicle.mileage
number
km
Total calculated mileage
Data type AA,
Data type AB,
Data type AC
vehicle.state.bitmask
number
Vehicle state flags bitmask
Data type AA,
Data type AB,
Data type AC
vibration.alarm
boolean
Vibration alarm event
Data type 40,
Data type AA,
Data type AB,
Data type AC
Properties
Custom command
custom
Send custom command to device
payload: Command payload
Restart device
{"payload":"006"}

More devices from Totemtech

No results found.