Written by Pavlo Anikeichyk
The Kaa platform allows you to monitor device connectivity and track when endpoints are online or offline.
This is useful for device presence monitoring, alerting, and analytics.
To use the online/offline status, configure settings in either the Base configuration or an Application version configuration.
If you want application-specific settings for online/offline handling, configure them in the application version configuration.
Navigate to: Device management → Applications → **
There are two main options under Endpoint disconnection:
Example (Base configuration):
The platform internally generates events when devices connect or disconnect.
In the configuration, you can define:
connected
, disconnected
) and a timestamp.Example (Application version configuration):
In this example, we show the configuration for mapping the connectivity state to time-series values.
The configuration includes:
connectivity
.connectivity.value
into numeric values.Example (Base configuration):
As a result, you can always see the device connectivity state, both in metadata and in time-series storage.
Remember: The Base configuration applies globally until you modify an application version configuration, which then overrides the base settings.