WiaTag

WiaTag is a special application for smartphones and tablets that turns them into software GPS trackers. Available for Android and iOS.

Check the configuration guide here.

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

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.level
number
percentage
Internal battery level
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
driver.message
string
Driver text message content
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.network.name
string
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) operator name
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
ident
string
Device unique identifier like serial number, IMEI, etc
media
boolean
Message contain media file
media.image
object
Image file in media storage
peer
string
IP:port from which device connecting to the channel
position.accuracy
number
meters
Position data accuracy in meters
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.satellites
number
Quantity of satellites used to calculate coordinates for given position information
position.speed
number
km/h
Instant speed at position detection moment
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
Properties
Pair BLE Beacon
ble_beacon_pair
uuid: BLE Beacon UUID
Message to chat
message
Send text message to the application chat
payload: Payload
Operation mode
operation_mode
You can select one of the three operation modes. Each mode has its own settings for data collection and sending.
config: Command mode
can_switch_mode: Allow the user to view and select operation modes in the mobile application
Work on schedule
schedule
Set time to start and stop the application (only for Android devices).
schedule: Enable the ‘Work on schedule’ mode
Start/Stop Service
service
Close the application on the phone
enable: Enable
Tracking Control
tracking_control
Allow the user to turn off tracking in the mobile application
can_turn_off_service: Allow the user to turn off tracking in the mobile application
BLE beacon
widget_ble
Specify the unique identifier of the BLE beacon that should be paired with the device.
ble: Use the BLE function
Use the chat function
widget_chat
Use the chat function
chat: Use the chat function
Send images from the application
widget_image
Send images from the application
image: Send images from the application
Send location
widget_location
Send location
location: Send location
Use the NFC function
widget_nfc
Use the NFC function. (Available for configuration only in IOS version)
nfc: Use the NFC function
Send photos from the application
widget_photo
Send SOS messages
photo: Send photos from the application
Scan QR-codes
widget_qr
Scan QR-codes
qr: Scan QR-codes
Send SOS messages
widget_sos
Send SOS messages
sos: SOS
Status settings
widget_statuses
Enable the ‘Status’ widget and create statuses depending on your work purposes. The status selected in the mobile application is sent to the monitoring system as a parameter.
statuses: Use the 'Statuses' function
Properties
Send Message
message
Send message to WiaTag chat
payload: Message
Send Application Settings
settings
Send settings json to WiaTag application
payload: Settings json
Take a photo
take_photo
Take a photo

More devices from Gurtam (1)