TBIT WD-209

TBIT WD-209 is a a smart LTE-Cat. M IoT for sharing e-scooters. The device features real time positioning, speed display, battery status, vibration detection, remote control, external camera to take scene photos, lamp control, power off alarm, external electricity detection, lock motor, serial communication, intelligent voice, IP65 casing, 600 mAh battery, BLE 4.0, and more.

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

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
alarm.event
boolean
Alarm event triggered
battery.capacity.full
number
Ah
Full battery capacity
battery.capacity.remaining
number
Ah
Remaining battery capacity
battery.charging.cycles
number
Number of charges/discharges of the battery
battery.current
number
amperes
Battery current
battery.health
number
percentage
Battery health level (SoH)
battery.level
number
percentage
Internal battery level
battery.low.alarm
boolean
Battery low alarm event
battery.manufacturer
string
Battery manufacturer name
battery.serial
string
Scooter battery serial number
battery.voltage
number
volts
Internal battery voltage
bms.serial.number
string
BMS (Battery Management System) serial number
channel.id
number
ID of channel that received a message
device.id
number
ID of device that received a message
device.imei
string
IMEI of the device
device.name
string
Name of device that received a message
device.temperature
number
celsius
Temperature of device
device.type.id
number
ID of device type of device that received a message
event.enum
number
Protocol-specific event code
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.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
gsm.sim.imsi
string
IMSI of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
hall.sensor.frequency
number
hz
The number of Hall changes of the vehicle controller
ident
string
Device unique identifier like serial number, IMEI, etc
message.enum
number
Message code
message.seqnum
number
Message sequence number
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.outdated
boolean
Position information is outdated
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
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
software.version
string
Software version string
timestamp
number
seconds
Message timestamp
trip.mileage
number
km
Distance driven since engine start
vehicle.mileage
number
km
Total calculated mileage
vehicle.state.bitmask
number
Vehicle state flags bitmask
vendor.code
string
Vendor identification string code
vibration.alarm
boolean
Vibration alarm event
Properties
Lock the battery
battery_lock
Unlock the battery
battery_unlock
Disarm
disarm
Device will be powered off and quit from the status about anti-theft
Heartbeat
heartbeat
interval: Interval
Lock
lock
Lock the device temporarily
lock_temporarily
Immediate positioning
positioning
Device sends a message about GPS positioning immediately
Restart
restart
Search the device
search
Set alarm
set_alarm
Device will enter the status about anti-theft
Unlock
unlock
Unlock temporarily locked device
unlock_again
Voice
voice
Send message code to trigger playing corresponding voice message
message: Message
Properties
Custom command
custom
Send custom command to device
code: HEX
payload: HEX data to send