i365 FA66S

i365 FA66s is a stylish waterproof LTE GPS watch with SOS and video calls and health monitoring. The device features touch screen, two-way conversation, IP67 casing, 700 mAh battery, magnetic charging, GPS + BD + LBS + Wi-Fi positioning, pedometer, geofencing, voice messaging, heart rate monitoring, blood pressure, temperature measurement, sleep monitoring, and more.

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

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
battery.low.alarm
boolean
Battery low alarm event
battery.low.status
boolean
Battery low status
bracelet.worn.state.removed
boolean
Bracelet worn state is removed
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.state.bitmask
number
Device state bitmask
device.type.id
number
ID of device type of device that received a message
fall.alarm
boolean
Fall alarm event
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.dbm
number
dbm
Strength of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
gsm.timing.advance
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) timing advance
heart.rate.abnormal.alarm
boolean
Abnormal heart rate alarm
ident
string
Device unique identifier like serial number, IMEI, etc
message.content
string
Message content
message.phone.number
string
Message phone number
message.type
string
Message type
payload.text
string
Text Payload received from device
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
position.valid
boolean
Is position information accurate and valid for given timestamp
protocol.id
number
ID of protocol
roll.number
number
Roll times
server.timestamp
number
seconds
Timestamp when server received a message
sos.alarm
boolean
SOS alarm trigerred
steps.count
number
The total number of steps for the day
timestamp
number
seconds
Message timestamp
vendor.code
string
Vendor identification string code
watches.running.standstill
boolean
Watches running standstill
wifi.mac.address
string
WiFi MAC address
wifi.signal.strength
number
WiFi signal strength, RSSI
wifi.ssid
string
Wi-Fi SSID name
wristband.alarm.removal
boolean
Wristband alarm removal
Properties
Server IP and Port
server_ip
host: Host
port: Port
Properties
Custom command
custom
Send custom command to device
Data upload interval setting for 10 seconds
{"text":"UPLOAD,10"}