If you’ve faced with any kind of problem, system misbehavior, a mismatch between API description and platform operations, protocol violations, etc., please, try to find your case in the following list:
- Platform access
- Protocols
- Devices
- Integrations
- If you can’t find the answer to your question, contact us in the chat.
Platform access
"I can’t log in to the account"
Possible reasons:
Platform updates caused some misbehavior with your browser: try clearing the cache with Ctrl+F5.
Free account has been automatically removed after 2 months of inactivity.
You exceeded API traffic restrictions. Reduce the platform usage and try again.
You trapped on a very rare moment of flespi downtime. Follow us on Telegram to be informed about downtimes.
"I can’t find the way to switch to commercial terms"
- There is a big orange tile saying Upgrade in the top left corner of the flespi panel under the logo.
"How to restore my account password?"
- Follow the instructions here.
Protocols
"The protocol I am interested in is not listed in flespi protocols list"
"The device I am interested in does not have a setting I need"
- The implementation of new protocols or upgrade of existing protocols is done as per the following conditions.
"I get parsing errors in the channel/device logs"
- If you see in your channel logs error like this
This means that data received by the channel violates the protocol that the channel operates over. This may be so if:
The connected device does not match the channel protocol — check the device model.
Some packets are not accepted by the flespi platform — let us know (specify channel ID and the time when the data parsing error occurred). There is a small "bug" icon in the line containing an error, click on it to report the issue directly to Helpbox.
You can also investigate the problem yourself by analyzing the raw channel traffic:
Devices
"I have problems connecting the device"
As flespi can only start operation as soon as the device connects to your channel’s URI (or host:port), you need to make sure that the device can reach it.
Once a new connection appears in the flespi channel, you will see the appropriate log in the channel Logs & Messages:
If you don’t see any logs in your channel, your device cannot reach your flespi channel host:port. Following is the checklist to verify all the links in the chain before data gets from the tracking device to flespi:
Hardware
The device has a power supply
SIM card is installed
All required sensors and antennas are connected
Internal logic
Some devices must have a GPS signal to start sending data, be unlocked using a certain software tool, be somehow activated, etc. Check the documentation carefully
The device cannot automatically resolve the channel URI into the IP address. Then you should directly specify the IP address in the server configuration. To get the IP address for your channel URI use any of DNS resolving services, for example this one. Channel DNS record is in form <channel_id>.flespi.gw.
SIM-card
- SIM-card has a positive balance, the plan allows using the Internet, SIM card is not locked by PIN-code
- APN settings are set (maybe set up from the flespi device configurator via SMS)
GSM carrier
The Carrier provider does not block access to the flespi IP address (see subsections about SIM cards below)
"I have problems sending SMS to the device using the device configurator tool"
- To check that the problem is on the device layer and connectivity issue is caused by the tracking device itself but not by SIM-card problems or GSM carrier settings you may do the following:
In the same way, you can test if the flespi modem can send SMS to your carrier (some carriers may block SMS from outside the country). Send any setting via SMS from the device configurator tab while the SIM card is inside the phone. If you don’t receive any message, it might be blocked by your carrier. Having your own SMPP modem that can work in your country often helps.
"Can I configure multiple devices at a time?"
Integrations
"Where can I visualize my data from flespi?"
- You can use a built-in TrackIt tool to see your flespi device on the map. You can also stream data from flespi to the Thingsboard IoT platform and build flexible dashboards there.
"Can I extend the storage for the channel/device?"
- Storage limitations for channels/devices are listed here. If free limits are not enough, you can switch to commercial terms.
How to ask questions in the flespi chat?
If you couldn't find the answer to your question above, you are welcome to contact us in the chat (CHAT button in the top right corner of the flespi panel).
Don’t start with just “Hi”
We are here not for small talk but for qualified and maximally fast assistance. Please put a detailed description of your problem in the first message right after your friendly “Hi” :)
The general requirement is to be as specific as possible — we suggest using the 3W approach:
Where — provide the id of the flespi entity (channel, device, stream, calc, etc.) you experience problems with. The respective screenshot will be highly appreciated.
When — the time (timestamp or time range) when the problem or unexpected behavior occurred.
What — the detailed description of the desired outcome and what happens in reality.
Here are the details we need depending on the type of problem.
Questions about connecting the device
Device model and ident (usually IMEI)
Warnings/errors from Toolbox (if any)
Questions about parsing
Channel_id or device_id where errors occurred.
Note: don’t confuse device_id with ident. Device_id is the device identifier within the flespi platform and can be found in the top left corner of the device card in the list view:Text of the error message from Toolbox:
It may also be helpful to get the raw data from the message. Right-click on the message and pick View Traffic — this will show the hexadecimal representation of the message from the device.
Then right-click anywhere on the hex data and select Copy as HEX option.
And paste the result into the chat.
Questions about device settings/commands
Device model and ident (IMEI)
The command/setting you are sending
Warnings/errors from Toolbox (if any)
Questions about analytics/calculators/intervals
Calc_id and associated device_id
Desired behavior/logic
What goes wrong/doesn’t work.
Requests for new equipment integration
Read the detailed instructions here.
Good examples
ident = 123456789012345, I see raw messages with timestamp = 1623226003 in the Traffic viewer (HEX packet attached below) but don’t see respective messages in the channel with channel_id = 1234. No parsing errors in the logs. Why are messages not registered?
The device with ident = 987654321098765 is forwarding messages to the Wialon platform and to the flespi channel (channel_id=5555) simultaneously. On the Wialon platform we see the accurate track (see screenshot below) and on flespi we see missing messages (see the screenshot below). The gap in messages corresponds to the time range from May 30, 15:30 till May 30, 15:37. Could you please check what went wrong?