Qubit Energy Connectors
Protocol-specific connectors for ingesting energy data from various sources into the Qubit Energy platform. These connectors handle the complexity of different communication protocols and translate raw device data into standardized formats.Overview
Energy systems communicate using hundreds of different protocols. Qubit Connectors provide a unified interface that abstracts away protocol complexity while maintaining full feature support for each protocol’s unique capabilities.MQTT
Real-time IoT device telemetry and messaging
OCPP
EV charger communication (1.6J & 2.0.1)
Modbus
Industrial equipment and smart meter integration
CSV/API
Bulk historical data import and REST APIs
Architecture
All connectors follow a consistent architecture pattern:Installation
- Python Package
- Docker
- Kubernetes
MQTT Connector
Features
Protocol Support
Protocol Support
- MQTT 3.1.1 and 5.0 support
- QoS levels 0, 1, and 2
- TLS/SSL encryption with certificate validation
- WebSocket transport for browser compatibility
- Auto-reconnection with exponential backoff
Topic Management
Topic Management
- Hierarchical topic structures (
org/site/asset/device/metric) - Wildcard subscriptions (
+single level,#multi-level) - Dynamic topic discovery and subscription
- Topic filtering and routing rules
Data Processing
Data Processing
- JSON message parsing with schema validation
- Binary payload support (Protobuf, MessagePack)
- Batch message processing for high throughput
- Message deduplication and ordering
Configuration
Usage Example
OCPP Connector
OCPP (Open Charge Point Protocol) is the industry standard for EV charger communication. Qubit supports both OCPP 1.6J and 2.0.1.
Features
- OCPP 1.6J and 2.0.1 protocol support
- WebSocket transport with automatic reconnection
- Message queuing for offline operation
- Transaction management with session tracking
- Smart charging capabilities
- Firmware update management
Configuration Example
Modbus Connector
Protocol Support
- Modbus RTU
- Modbus TCP
Register Mapping
CSV Connector
Bulk Data Import
Monitoring and Observability
Health Metrics
- Connection status and uptime
- Message throughput and latency
- Error rates and retry counts
- Queue depths and processing lag
Data Quality
- Schema validation success rates
- Data completeness metrics
- Outlier detection and flagging
- Source reliability scoring
Example Monitoring
Next Steps
1
Choose Your Protocol
Select the connector that matches your energy devices
2
Configure Connection
Set up authentication and connection parameters
3
Test Integration
Start with a small subset of devices to validate data flow
4
Scale Deployment
Deploy across your full device fleet with monitoring
Get Started
Ready to connect your first device? Follow our getting started guide.
Qubit Connectors handle the complexity of energy protocols so you can focus on building innovative applications on top of clean, standardized data.