Vjoycar T80

Vjoycar T80 is a bike LED light with GPS tracking and 4G. The device features GPS/Beidou/AGPS/LBS, a 900 mAh rechargeable battery, waterproof IP67-compliant casing, LED rolling lights, SOS button, geofencing, low battery alarm, and more.

Usage specifics
Parameters (45)
Commands (1)
Vjoycar T80
Flespi parses telemetry data from your Vjoycar T80 into a standardized JSON and lets you send commands to Vjoycar T80 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": "Vjoycar T80",
    "channel.id": 1111,
    "protocol.id": "vjoycar"
    "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 Vjoycar T80?

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
bad.battry.alarm
boolean
Bad battery alarm
battery.input.voltage
number
volts
Battery input voltage
battery.level
number
percentage
Internal battery level
battery.low.alarm
boolean
Battery low alarm event
battery.voltage
number
volts
Internal battery voltage
channel.id
number
ID of channel that received a message
cover.open.alarm
boolean
Open cover alarm
device.id
number
ID of device that received a message
device.installed.status
boolean
Device installed status, true - installed, false - not installed
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
engine.blocked.alarm
boolean
Engine blocked alarm
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
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
gsm.sim.iccid
string
Integrated Circuit Card Id of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
gsm.sim.imsi
string
IMSI of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
ident
string
Device unique identifier like serial number, IMEI, etc
ignition.alarm
boolean
Ignition alarm
light.alarm
boolean
Light alarm active/not active status
low.voltage.alarm
boolean
Low voltage alarm
motion.alarm
boolean
Motion alarm
open.alarm
boolean
Open alarm
payload.text
string
Text Payload received from device
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
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
power.cut.alarm
boolean
External power cut-off alarm event
power.on.status
boolean
Power-on device status
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
sos.alarm
boolean
SOS alarm trigerred
tamper.alarm
boolean
Tamper alarm event
timestamp
number
seconds
Message timestamp
vehicle.mileage
number
km
Total calculated mileage
wifi.channel
number
WiFi channel number
wifi.mac.address
string
WiFi MAC address
wifi.signal.strength
number
WiFi signal strength, RSSI
Properties
Custom Command
custom
Send custom command to device
payload: Command payload

More devices from Vjoycar

No results found.