- Fleet tracking
- Vehicle telematics
- Driver behavior monitoring
- Fuel monitoring
- Route optimization
- Asset tracking
Support for additional Teltonika devices may be available in future releases.
Core Functionality
- Native Teltonika AVL packet decoding.
- Real-time GPS and telematics ingestion.
- Automatic parsing of CAN, IO, and diagnostic data.
- Kafka-native routing into Condense topics.
- SASL/PLAIN authentication.
- Fully managed device integration.
- A Teltonika device sends AVL packets to the Condense endpoint.
- The connector authenticates the connection.
- Incoming packets are decoded into structured events.
- Parsed events are published to the configured Kafka topic.
- Downstream transforms, applications, dashboards, and connectors consume the events.
Field-by-Field Explanation
Title
- Description: Friendly name used to identify the connector.
- Example:
Fleet_FMB920_East
Device Model
- Description: Select the Teltonika device series or model used in your deployment.
- Examples:
- FMB920
- FMB120
- FMC125
- FMC650
- TFT100
- Note: Condense automatically applies the appropriate packet decoder for the selected device.
Output Topic
- Description: Kafka topic where decoded telemetry events are published.
- Examples:
vehicle.locationfleet.telemetrydriver.events
SASL Username
- Description: Kafka SASL username issued by Condense.
- Location: Condense Admin Console → Security Settings
SASL Password
- Description: Password associated with the configured SASL username.
- Recommendation: Store securely and rotate periodically.
Device Not Sending Data
Possible Causes- Incorrect server IP or port.
- Incorrect APN configuration.
- Verify the device is configured to connect to the Condense endpoint.
- Confirm network connectivity.
Authentication Failed
Possible Causes- Invalid SASL credentials.
- Verify the configured username and password.
- Retrieve updated credentials from the Condense Admin Console.
No Messages in Topic
Possible Causes- Incorrect output topic.
- Connector is not running.
- Verify the configured topic exists.
- Check connector status and logs.
Parsing Errors
Possible Causes- Unsupported firmware.
- Unsupported device model.
- Verify the selected device model.
- Contact Condense Support for decoder updates if required.
Mixed Device Fleets
Multiple Teltonika device models can publish into the same Kafka topic when a common event schema is used. For fleets with significantly different telemetry structures, separate topics are recommended.Device-Specific Fields
Certain models expose additional CAN bus or diagnostic fields. These fields are automatically included in events when supported by the device.Multiple AVL Records
Teltonika devices may send multiple AVL records in a single transmission. The connector automatically separates them into individual Kafka events.Stream Processing
The decoded output integrates directly with Condense transforms, alerts, dashboards, and downstream connectors. Best Practices- Group devices by fleet, region, or business function using separate Kafka topics.
- Protect SASL credentials and rotate them regularly.
- Monitor connector health and parsing metrics using Condense observability.
- Use downstream transforms to enrich telemetry with business-specific logic.
- Validate device firmware compatibility before deploying new hardware models.