flespi
Platform
Telematics HubRaw data ingestion
Raw data ingestion
Data transformation
Data transformation
Real-time analytics & events
Real-time analytics & events
Video
Video
Downstream integrations
Downstream integrations
Device management
Device management
Diagnostics & Troubleshooting
Diagnostics & Troubleshooting
Automation
Automation
Tacho
Tacho
ReferenceREST API
REST API
Use cases
Use cases
Technologies
Technologies
Tools
Tools
MQTTMQTT broker
MQTT broker
MQTT Tiles
MQTT Tiles
MQTT Board
MQTT Board
MQTT API
MQTT API
About usAbout us Online chatOnline chat Platform statusPlatform status
Hardware
Supported equipmentProtocols
Protocols
Devices
Devices
Manufacturers
Manufacturers
SelectionsAPI-based integrations
API-based integrations
IoT for sharing platforms
IoT for sharing platforms
Video telematics hardware
Video telematics hardware
Tacho hardware
Tacho hardware
GuidesHow to connect my device?
How to connect my device?
Hardware diagnostics
Hardware diagnostics
Terms of new hardware integration
Terms of new hardware integration
Knowledge Base
Pricing
Blog
Forum
Results found: 644
All (644) Blog (140) KB (93) Pages (44) Protocols (133) Devices (207) Manufacturers (27)
Blog
Queclink device video data via API
How to obtain video data from any Queclink device via API.
https://flespi.com/blog/queclink-device-video-data-via-api
KB
How to consume messages from flespi via MQTT?
Connecting to flespi MQTT broker and getting channel and device data via MQTT API.
https://flespi.com/kb/how-to-consume-telematics-hub-messages-via-mqtt
KB
How to export device data?
Options to export devices messages in .csv and .json formats in GUI and via REST API.
https://flespi.com/kb/how-to-export-device-data
KB
How to send commands to the device connected to flespi via API
The sequence of steps to find a proper command for your device type, configure it, and send in one of the two ways.
https://flespi.com/kb/send-device-commands-api
Pages
Device management
Device management Configure telematics hardware from multiple manufacturers in a single feature-rich interface, via API, or via SMS. Connect your GPS tracker to flespi and start managing it Configure all devices in your infrastructure from a single interface. Change common settings for multiple devices in bulk. Embed device management functionality in your solution with via REST API. Debug device connectivity issues in a handy Toolbox tool. more about device management in our kb Device management API CREATE A FREE ACCOUNT AND TRY Possible usage scenarios Remote device management via dedicated Setbox tool. Device configuration via REST API. Device management via SMS. Device management embedded into your solution. Connect your GPS tracker to flespi and start managing it Login/register Related articles Read more news
https://flespi.com/device-management
KB
Telemetry - quick access to all messages parameters reported by the device
Getting device telemetry via REST API and in the flespi panel.
https://flespi.com/kb/device-telemetry
KB
Plugins — customize messages for flespi devices
Complement and/or transform your device data to meet the requirements of a third-party platform.
https://flespi.com/kb/plugins-functionality-extensions-for-flespi-devices
Pages
Landing Page
Accelerated telematics & IoT development. Leverage flespi to aggregate normalized data from a variety of IoT and telematics sources, manage devices over the air, enrich messages, and analyze data in real-time. All via API. GPS trackers IoT sensors OEM parse normalize forward calculate augment transform manage debug Your solution Azure Google Amazon Learn more about flespi dataflow Who is flespi for? IoT solutions companies to build and implement their offerings on top of flespi back-end IoT / telematics hardware manufacturers to offer API access to their device data IoT integrators / consultants to simplify the development and help their clients get to the market quicker Any companies to integrate IoT/telematics into their business. Learn more if unsure Trusted by and 300+ telematics & IoT startups We collect data from Telematics devices Connect the vehicle, asset, personal, scooter, moped, bike GPS trackers from versatile manufacturers. {TCP} {UDP} IoT sensors Add specific data from BLE tags, beacons, whatever-meters, and other sensing equipment. {MQTT} {HTTP} OEM Feed the telemetry data from the online platforms provided by various vehicle manufacturers. {API} With flespi you can Ingest data Feed the telemetry data from 1,000+ types of IoT and telematics devices by multiple manufacturers. Access normalized data via API Consume the messages in a universal JSON format with unified parameter names. Forward data to third-party platforms Establish data streaming to cloud hubs, fleet management platforms, IoT & telematics solutions, and more. Manage devices Configure different IoT and telematics devices over the air via API or using a universal configuration tool. f Calculate aggregated metrics Define custom algorithms to get meaningful summaries out of hundreds of messages. Debug & troubleshoot Use specialized tools to detect errors, diagnose connectivity issues, analyze raw traffic, and more. Visualize data Create live dashboards to monitor key metrics in real time. Learn how flespi works Get the data you need in the target downstream application or platform Including popular cloud IoT hubs Feed the normalized and pre-processed data from flespi to your solution, cloud service or specialized application. {REST API} {MQTT API} {Specialized streams} Learn more about data consumption options Learn more about data consumption options Flespi fits perfectly into versatile vertical solutions Micro-mobility services Asset monitoring Fleet management Usage-based insurance Check implemented cases here Take a few minutes to point your device to flespi and see what opportunities it has to offer Follow our quick start guide or Create a free account now Using flespi for testing and development is completely free
https://flespi.com/landing06122024
Blog
Fill in the gaps in telemetry data via flespi pipe
Add the missing parameters in the incoming messages to ensure consistent notifications triggering.
https://flespi.com/blog/fill-in-the-gaps-in-telemetry-data-via-flespi-pipe
Pages
MQTT API
MQTT API Event-based alternative to the REST API with SSL-protected connections, high-precision data extraction, and no need for repeated requests. The MQTT protocol ensures fast and secure message delivery so you receive an event message in MQTT session once it appears inside the flespi platform. You can use flespi MQTT broker separately from telematics by publishing and subscribing any messages to it. MQTT broker is an efficient events bus that can interconnect software (micro-)services between each other.   flespi MQTT broker connection details Configuration Host mqtt.flespi.io Port MQTT over TCP: 8883 (SSL) or 1883 (non-SSL) MQTT over WebSockets: 443 (SSL) or 80 (non-SSL) MQTT version 3.1, 3.1.1, 5.0 QoS supported QoS 0, QoS 1 Topic you can publish messages to any topic except flespi/ Authorization Username Password ClientID your flespi token not used * any * Alternatively, if it's more convenient and secure for your client library, you can put a flespi token into the Password field instead of Username. ** For MQTT clients with a 16-byte limit on username or password fields, you may use special authorization. You may play with MQTT API using MQTT Board — client tool for MQTT debugging and testing. You can open an already preconfigured and connected instance of MQTT Board directly in flespi.io — this is the best way to do an initial investigation of the flespi MQTT API. MQTT topics Below is the list of flespi MQTT topics to get updates about events for different platform entities: Topic Description flespi/message/gw/channels/{channel_id}/{ident} New message from device identified with {ident} received by channel flespi/message/gw/devices/{device_id} New message received by device flespi/message/gw/modems/{modem_id}/{phone} SMS message from {phone} received by modem flespi/log/{api}/{origin}/{event_type} {event_type} has occurred in {origin}, see platform logs for more information flespi/state/{api}/{origin}/{id} {origin} object with default properties flespi/state/{api}/{origin}/{id}/{property} {property} changes in object of type {api}/{origin}, see objects state for more information flespi/state/gw/devices/{id}/telemetry/{parameter} Retain messages contain latest value and modification timestamp for {parameter} received by device. All new received messages by device also generate dedicated publication per each {parameter} into specified topic. flespi/state/gw/devices/{id}/settings/{name} Retain messages contain current device {name} setting value, objects state for more information flespi/state/gw/plugins/{plugin_id}/devices/{device_id} Retain messages contain plugin configuration of specified device. flespi/rest/{method}/{api-uri} Use any existing {method} to manipulate flespi instances in {api-uri}}, see REST API over MQTT for more information flespi/interval/gw/calcs/{calc_id}/devices/{device_id}/{event} Interval generated by calculator {calc_id} for device {device_id} was updated by the system. Possible {event} types are: created, deleted, updated. See flespi analytics for more information. See all MQTT topics MQTT session MQTT connection can be opened with a clean-session flag. In a clean-session mode subscriptions and undelivered messages are removed as soon as the connection to the broker closes. Non-clean session is persistent — it keeps undelivered messages and subscriptions until the new connection to the broker is established (up to 10 days). MQTT broker You can access flespi MQTT broker via special REST API to manage sessions, subscribe and unsubscribe to different topics, and even publish MQTT messages with HTTP calls. flespi objects state The topic flespi/state/{api}/{origin}/{id}/{property} contains {api} objects property values. This function is responsible for the properties that are valuable to define current state of flespi objects: name, configuration, storage buffer size, counters, etc. Usage: receive current values as retained messages on subscription; receive new property values as soon as object state changes; learn more in the corresponding blog article. REST API over MQTT Publish to topic flespi/rest/{method}/{api-uri} to perform REST API call to the flespi platform. {method} should be lowercase and valid for the specified {api-uri}. Optional data parameter may be passed as MQTT message payload. MQTT v5.0 accepts "response topic" parameter with the indication of the topic to which to publish a response to API call. Otherwise, the response is published to the same topic. Additional user property "response_cid" allows redirecting the response to another subaccount. This is a special feature helpful when you want to perform an API call on the top-level (from the master account) and redirect its result from the flespi broker directly to one of the subaccounts. One more feature is the "response_chunked" user property. If it's "true", the response will be chunked in multiple MQTT messages. A message with the specified "http_code" user property is the indication of the last chunk (message). Learn more in the corresponding blog article. Want to consume messages from flespi via MQTT? Let us tell you how to do that
https://flespi.com/mqtt-api
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • Platform
  • Telematics hub
  • Device management
  • Real-time analytics
  • MQTT broker
  • Storage
  • Resources
  • Blog
  • Knowledge base
  • Forum
  • API
  • Protocols
  • Pricing
  • Public contract
  • Privacy policy
  • Support
  • About us
  • Partners
Be the first to know the news
info@flespi.com

‹ › ×