Skip to main content

BessPolicy-Output

type

Possible values: [charge-hysteresis, schedule]

start_charging_belowStart Charging Below (number)required

The state of charge at or below which the battery starts charging.

Possible values: >= 0 and <= 100

stop_charging_atStop Charging At (number)required

The state of charge at which the battery stops charging.

Possible values: >= 0 and <= 100

BessPolicy-Output
{
"type": "schedule",
"schedule": {
"frequency": "weekly",
"day_of_week": [
"monday",
"friday"
],
"time": "09:00",
"timezone": "America/New_York"
},
"minimum_state_of_charge": 20,
"maximum_state_of_charge": 80,
"violation_price_euros_per_mwh": 3000000
}