Now we have a perfect overview of the state and condition of all devices and the behavior of our customers.We understand the workload of all appliances, customer preferences, and consumption of individual types of coffee.
We can remotely configure and monitor all machines using simple tools with the ultimate goal of making the process fully automated in the future, such that the need to visit them physically is dramatically reduced.
I´ve been working with the platform for over three years on its applications in the field. The team consistently succeeded in breaking out of their bubble, listened and discussed with me our customers' "real world" problems.
A few lines of code to connect your IoT devices and start sending data of any type or size, thanks to Spotflow Device SDK.
import json
from spotflow_device import DeviceClient
client = DeviceClient.start(device_id="weatherstation001",
provisioning_token="secret", db="spotflow.db")
sender = client.create_stream_sender()
payload = json.dumps({"temperatureCelsius": 21.6})
sender.send_message(payload.encode())
{
"sendSystemLogs": {
"logLevel": "debug",
"days": 7
}
}
{
"command": "restart"
}
Remotely instruct devices to run functions within the device software by sending messages to them.
Configure a single device or specify global configurations automatically applied to a large device fleet based on tags defined on devices.
Manage all your IoT devices remotely via a single interface. Check their overall health, investigate the root cause of their issues, or see how they are configured.
Detect when your devices stop sending data and notify your team to troubleshoot the issue.
Get insights into your machines using the built-in Grafana or connect visualization tools you already use.
Route ingested data to databases, object storages, or message queues. Configure the OpenTelemetry ingress endpoint or write data in the DeltaLake format.
One interface to oversee all your machines so you understand how they perform, and which machines need your immediate attention.
Alert your group of technicians when machines misbehave, check their logs and metrics, and reboot them remotely.
Machines are configured using configuration templates. The templates are managed from the central interface and are automatically applied.
Connect your devices to the cloud using the provided SDK, start collecting data, and build smart solutions you can offer your customers.
Solution developers are the platform's primary focus and we know developers need complete flexibility. You can build using low-level granular APIs, SDKs, CLIs, or using GUI.
Built on top of Azure infrastructure and Kubernetes, the Spotflow IoT platform offers high-value resilient features with continuous updates and fixes delivered without downtime.
Our Device SDK and IoT Gateway resolve issues with low-quality Internet. They are designed to ensure no data is lost by caching and prioritizing the delivery of critical business data.
You can start building your IoT solution now, without needing initial infrastructure deployment. Once registered, all platform features are available to you. On top of that, Spotflow industrial IoT platform is very easy to use and well-documented, providing getting-started tutorials and solution blueprints. You can start generating value in hours.
The world of IoT is complex. We’re here to follow the recent trends, keeping the platform always state-of-the-art, so you can focus on what matters the most for your business - generating value for your customers. The platform provides a level of abstraction on top of the diverse world of various devices, protocols, access patterns, and more.
We fully understand the needs of developers bringing new IoT solutions to life since there are many of them among us. Solution developers are the platform's primary focus and we know developers need complete flexibility. That's why we equipped the platform with all necessary interfaces, from low-level granular APIs to SDKs, CLIs, and GUI.
Are your devices running in a remote location with low-quality Internet? Often Internet outages? The platform and its components, such as Device SDK and IoT Gateway, are designed to ensure no data is lost. The platform components constantly cache data and optimize delivery based on the data's nature and the Internet's quality.