{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_SUBSCRIBED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456,
"current_type": "AC",
"input_voltage": 230,
"input_phases": 3,
"max_current": 32,
"min_current": 0
}
],
"schedules": [
{
"id": 1,
"is_enabled": true,
"start": "22:00:00",
"end": "06:00:00",
"connector_id": 1,
"chargebox_id": 123456
}
],
"balance_responsible_party": {
"code": "BRP",
"encoding": "E17"
},
"retailer": {
"code": "RET",
"encoding": "E17"
},
"operator_id": 12
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UNSUBSCRIBED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456
}
]
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"schedules": [
{
"id": 1,
"is_enabled": false,
"connector_id": 1,
"chargebox_id": 123456
},
{
"id": 2,
"is_enabled": true,
"connector_id": 2,
"chargebox_id": 123456,
"start": "22:00:00",
"end": "06:00:00"
}
]
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456,
"max_current": 16
}
]
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"retailer": {
"code": "RET2",
"encoding": "E17"
},
"operator_id": 15
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_SUBSCRIBED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456,
"current_type": "AC",
"input_voltage": 230,
"input_phases": 3,
"max_current": 32,
"min_current": 0
}
],
"schedules": [
{
"id": 1,
"is_enabled": true,
"start": "22:00:00",
"end": "06:00:00",
"connector_id": 1,
"chargebox_id": 123456
}
],
"max_capacity": 200
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UNSUBSCRIBED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT"
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"max_capacity": 250,
"is_load_management_enabled": true
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"schedules": [
{
"id": 1,
"is_enabled": false,
"connector_id": 1,
"chargebox_id": 123456
}
]
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"connectors": [
{
"connector_id": 2,
"chargebox_id": 123457,
"update_type": "ADDED",
"current_type": "AC",
"input_voltage": 230,
"input_phases": 1,
"max_current": 16,
"min_current": 6
}
]
}Asset Management (Master Data)
Pushed when an asset (chargebox or circuit) registered with the actor is subscribed, unsubscribed, or updated. Update messages only include the fields that changed.
{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_SUBSCRIBED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456,
"current_type": "AC",
"input_voltage": 230,
"input_phases": 3,
"max_current": 32,
"min_current": 0
}
],
"schedules": [
{
"id": 1,
"is_enabled": true,
"start": "22:00:00",
"end": "06:00:00",
"connector_id": 1,
"chargebox_id": 123456
}
],
"balance_responsible_party": {
"code": "BRP",
"encoding": "E17"
},
"retailer": {
"code": "RET",
"encoding": "E17"
},
"operator_id": 12
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UNSUBSCRIBED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456
}
]
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"schedules": [
{
"id": 1,
"is_enabled": false,
"connector_id": 1,
"chargebox_id": 123456
},
{
"id": 2,
"is_enabled": true,
"connector_id": 2,
"chargebox_id": 123456,
"start": "22:00:00",
"end": "06:00:00"
}
]
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456,
"max_current": 16
}
]
}{
"asset_id": 123456,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CHARGEBOX",
"capability": "SET_EVSE_INPUT_LIMIT",
"retailer": {
"code": "RET2",
"encoding": "E17"
},
"operator_id": 15
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_SUBSCRIBED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"connectors": [
{
"connector_id": 1,
"chargebox_id": 123456,
"current_type": "AC",
"input_voltage": 230,
"input_phases": 3,
"max_current": 32,
"min_current": 0
}
],
"schedules": [
{
"id": 1,
"is_enabled": true,
"start": "22:00:00",
"end": "06:00:00",
"connector_id": 1,
"chargebox_id": 123456
}
],
"max_capacity": 200
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UNSUBSCRIBED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT"
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"max_capacity": 250,
"is_load_management_enabled": true
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"schedules": [
{
"id": 1,
"is_enabled": false,
"connector_id": 1,
"chargebox_id": 123456
}
]
}{
"asset_id": 42,
"timestamp": "2026-10-31T08:00:00.000Z",
"power_grid_zone": "DK2",
"version": 1,
"action": "ASSET_UPDATED",
"asset_type": "CIRCUIT",
"capability": "SET_CIRCUIT_FUSE_LIMIT",
"connectors": [
{
"connector_id": 2,
"chargebox_id": 123457,
"update_type": "ADDED",
"current_type": "AC",
"input_voltage": 230,
"input_phases": 1,
"max_current": 16,
"min_current": 6
}
]
}API key issued to the Actor during registration. Spirii can revoke and reissue keys at any time.
master-data
A chargebox has been placed under this actor's control.
A chargebox has been removed from this actor's control.
One or more charging schedules on a controlled chargebox changed.
Connector attributes on a controlled chargebox changed.
Market/retailer attributes of a controlled chargebox changed.
A circuit has been placed under this actor's control.
A circuit has been removed from this actor's control.
The circuit's capacity or DLM enablement changed.
One or more charging schedules on a controlled circuit changed.
Connectors were added to, removed from, or updated on a controlled circuit.
Was this page helpful?