Tellus chargers running firmware 260420.0107 or later support a customer-configurable second backend — the capability to enable an Open Platform API channel alongside the OCPP connection to your existing Charging Point Management System (CPMS). The second channel is opt-in, customer-controlled, and never operates as an undisclosed parallel connection. This guide explains how it works, when to use it, and what data-sovereignty guarantees apply.Documentation Index
Fetch the complete documentation index at: https://developers.telluspowergroup.com/llms.txt
Use this file to discover all available pages before exploring further.
The dual-platform model
Most charger-management ecosystems force a choice: either your charger talks to a CPMS via OCPP, or it talks to a vendor-specific platform. Tellus chargers can do both — when the customer chooses to enable it. The OCPP channel always handles operational session management with your CPMS. The Open Platform API channel runs only when the customer (or Tellus, acting with the customer’s explicit authorisation) configures it.Why two channels?
The split reflects a deliberate strategic choice:- OCPP is the open standard for operational charger management — sessions, billing, customer apps, network access control. The CPMS market is mature and competitive (Driivz, ChargePoint, Spirii, Monta, Has·to·Be, EVConnect, AmpUp, and many more). Tellus does not compete in this market.
- The Open Platform API is for value-added services that benefit from hardware-level access — diagnostics, predictive maintenance, V2G dispatch, EMS integration, fault clustering, component-level health. These are services Tellus and select integrators can provide on top of whatever CPMS the customer has chosen, when the customer authorises that channel.
Firmware requirements
The customer-configurable second backend requires firmware 260420.0107 or later. Earlier firmware accepts only one backend connection at a time. To check a charger’s firmware, query its details viaGET /v1/operator/devices/{device_id} and inspect the firmware_version field. To plan a fleet upgrade, use the firmware rollout endpoints described in the API Reference.
What goes on which channel?
| Capability | OCPP | Open Platform API |
|---|---|---|
| Charging session management | ✓ | — |
| Driver authentication / RFID | ✓ | — |
| Customer billing data | ✓ | — |
| Hardware health & diagnostics | — | ✓ |
| Component-level telemetry | — | ✓ |
| Fault dictionary & runbooks | — | ✓ |
| V2G discharge dispatch | partial (15118-20) | ✓ |
| Load-flexibility commands | partial (Smart Charging) | ✓ |
| Aggregated energy reporting | — | ✓ |
| Firmware rollout management | partial | ✓ |
Architectural patterns
Pattern 1 — CPMS partner with diagnostic add-on
Your existing CPMS handles all session operations via OCPP. With the customer’s authorisation, a Tellus-side service consumes the Open Platform API for predictive maintenance and diagnostic alerting, surfacing findings back to your operations team — without touching your CPMS data model.Pattern 2 — Microgrid / behind-the-meter operator
You run a small fleet (typically fewer than 50 chargers) for a private application — a depot, a campus, a microgrid. You consume the Open Platform API directly for full operational control (start, stop, schedule, flexibility) without needing a separate CPMS at all.Pattern 3 — V2G / grid-services integrator
Your CPMS partner handles routine charging via OCPP. With the customer’s authorisation, your team subscribes to the Open Platform API for V2G dispatch, demand-response participation, and aggregated energy reporting — services your CPMS may not offer.Customer control and data sovereignty
The Open Platform API channel is opt-in and customer-configurable. It operates only when the customer (or Tellus, acting with the customer’s explicit authorisation) chooses to enable it. Customers can audit which Tellus services are receiving data, request changes to the data flow, or disable the channel entirely at any time. The OCPP channel that connects to your CPMS continues to be governed entirely by your CPMS partner’s policies — Tellus has no separate visibility into OCPP traffic, and the two channels do not share data internally.Where data is hosted
The deployment region of the Open Platform API matters. Tellus’s preferred deployment is on US and EU-hosted Open Platform infrastructure.**:- Charger telemetry stays inside EU jurisdiction
- GDPR data controllers and processors are clearly defined and verifiable
- Aligned with NIS2 directive expectations for critical-infrastructure equipment
- No cross-border data-transfer concerns by default