Voiager 1

Voiager 1 is the first generation of the sharing electric scooters by Voi.

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

You can send a specific command. Show all commands
You can use pre-defined settings to send instructions more conveniently. Show all settings

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
battery.charging.status
boolean
Battery charging status
battery.level
number
percentage
Internal battery level
buzzer.alarm.status
boolean
Buzzer alarm 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
error.type
number
Protocol-specific error identification number
error.type.description
string
Protocol-specific error error description string
event.seqnum
number
Unique event sequence number
ident
string
Device unique identifier like serial number, IMEI, etc
lock.status
boolean
Lock status
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
position.hdop
number
Horizontal dilution of precision
position.latitude
number
degrees
Latitude coordinate value
position.longitude
number
degrees
Longitude coordinate value
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
position.speed
number
km/h
Instant speed at position detection moment
position.valid
boolean
Is position information accurate and valid for given timestamp
position.vdop
number
Vertical dilution of precision
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
Properties
Accelerometer
accelerometer
enable: Enable
Auto-lock timer
auto_lock
timer: Timer
Buzzer
buzzer
enable: Enable
Request device configuration
configuration_request
Accelerator
gas
enable: Enable
Status update interval
interval
on_ride: On ride
on_stop: On stop
Light
light
enable: Enable
Lock/Unlock
lock
lock: Lock/Unlock
Speed limit
speed_limit
value: Max speed value
Staging
staging
enable: Enable
Request device status
status_request
Ninebot Max swappable battery unlock command
swap_unlock
enable: Enable
Properties
Custom command
custom
Send binary HEX command
payload: Hex data to send
append_id_ts: Append command ID and timestamp

More devices from Voi

No results found.