Technology / Integrations and API
Devices in over MQTT. Data out over API.
BOX2M is built to sit under other systems. Meters and sensors connect in through the MØ device or third-party gateways. Clean data and events go out to your SCADA, BMS, EMS, VPP, ERP or analytics over API.
Out
Systems we feed.
| System | Typical use |
|---|---|
| SCADA · BMS | Field data from meters and sensors the control system doesn't reach |
| EMS · VPP | Site data and a virtual feeder that aggregates a site as one controllable unit, any provider |
| ERP · billing · CRM | Consumption and cost per cost centre, tenant or customer |
| CAFM · CMMS · WFM | Alarms and run-time counters that open work orders |
| GIS | Assets and readings on the map |
| Forecasting · analytics | Structured history for prediction and BI |
| OPCOM · ENTSO-E | Market prices in, for playbooks and reports |
Example
One circuit, one minute.
api.box2m.comJSON
# Illustrative request. The API reference is available to partners. GET /api/v1/circuits/F-12/readings?from=2026-09-26T13:00Z&resolution=1m { "site": "demo-plant-01", "circuit": "F-12 Compressor line 2", "parameter": "active_power", "unit": "kW", "resolution": "1m", "readings": [ { "ts": "2026-09-26T13:00:00Z", "value": 41.8 }, { "ts": "2026-09-26T13:01:00Z", "value": 42.3 } ] }
Illustrative. Endpoints and fields are defined in the API reference, available to partners.
In
Field protocols and networks.
| Protocol | Used for |
|---|---|
| Modbus RTU / TCP | Electricity meters, power analysers, controllers, converters |
| M-Bus · wM-Bus | Heat, water and gas meters |
| Pulse · reed | Existing meters, retrofitted without replacement |
| HART · 4–20 mA | Process sensors: steam, pressure, flow, level |
| MQTT over TLS | Devices to the platform |
| HTTPS | Gateways and third-party platforms as data sources |
Networks
Cellular, any operatorLoRaSatellite: Iridium, StarlinkFixed / Ethernet
Next step
Connect your platform.
Tell us which system you run and what data you are missing. We answer with the integration and a pilot proposal.