Grid Edge Orchestration

MVP

Thousands of batteries and chargers, dispatched as one asset.

Telemetry ingest, forecasting, fleet optimisation, real-time control, market bidding and demand response — the full loop for distributed energy resources.

Assets
Batteries · EV chargers · flexible load
Optimisation
LP fleet dispatch with SOC & feeder constraints
Telemetry
MQTT → TimescaleDB, live to the dashboard
Markets
Day-ahead bidding & settlement

Overview

Distributed energy is a coordination problem wearing a hardware costume. The batteries and chargers exist; what is missing is the layer that forecasts, decides, dispatches and settles across a whole fleet, fast enough to matter and auditable enough to sell into a utility.

GEO implements that loop end to end: telemetry arrives over MQTT from device gateways into a time-series store; baseline forecasting projects solar, load and price with tracked error metrics; a linear-programming optimiser produces a fleet dispatch schedule under state-of-charge and feeder power constraints, with a greedy fallback when the solver cannot close; a market connector places bids and settles them; demand response issues curtailment with an audit record; and the control loop pushes setpoints back down to the devices.

Real hardware is not wired in yet, so devices are simulated — but they speak over the same MQTT telemetry and command channel a real Modbus/SunSpec or OCPP gateway would use. Swapping in a real gateway does not touch the rest of the pipeline. The market connector follows the same discipline: a sandbox day-ahead clearing mock behind the exact interface an ISO or DSO adapter implements.

Capabilities

Device abstraction

Modbus/SunSpec and OCPP gateways behind one telemetry and command channel — new hardware is a driver, not a project.

Forecast & dispatch

Solar, load and price forecasting with MAPE/RMSE tracking, feeding a constrained fleet optimiser with a graceful fallback.

Market participation

Bid construction, clearing and settlement behind an interface a real ISO/DSO adapter drops into.

Demand response

Curtailment commands with a full audit record of what was asked, what complied and what it earned.