Voltus · Arazzo Workflow
Poll Voltus dispatches and curtail enrolled sites
Version 1.0.0
The core Voltus demand-response loop: resolve your enrolled sites, poll for dispatches, then read the individual dispatch to drive per-site curtailment commitments. Runs end-to-end against the public sandbox with the published credential "secret".
View Spec
View on GitHub
EnergyUnited StatesElectricityDemand ResponseVirtual Power PlantDERGridEnergy MarketsFlexibilityEnergy StorageOpenADRTelemetryArazzoWorkflows
Provider
Workflows
poll-dispatches-and-curtail
List sites, poll dispatches, then read one dispatch in detail.
Step 3 targets the dispatch returned by step 2. In production this loop runs continuously; commitment (not the deprecated drop_by) is the kW each site must shed.
1
list-sites
voltus#get-sites
Resolve the sites enrolled under this key, with their meters.
2
list-dispatches
voltus#get-dispatches
Poll for active and upcoming dispatches.
3
get-dispatch
voltus#get-dispatch
Read the dispatch in full before acting on it.