Device-Input
Possible values: [battery_energy_storage_system, charging_pole_3phase, dc_charging_pole, forecasted_series_3phase]
- battery_energy_storage_system
- charging_pole_3phase
- dc_charging_pole
- forecasted_series_3phase
The name of the device itself. This value will be used as the asset ID in the rest of the API.
The name of the collector to which this device is connected.
Charging efficiency of the battery [0 < x <= 1].
Possible values: > 0 and <= 1
0.95Discharging efficiency of the battery [0 < x <= 1].
Possible values: > 0 and <= 1
0.95Maximum charging power of the battery in W.
Possible values: > 0
Maximum discharging power of the battery in W.
Possible values: > 0
The operational battery capacity in Wh.
Possible values: > 0
Priority of charging the battery. Default is 10
Possible values: >= 1 and <= 10
10Priority of discharging the battery. Default is 10
Possible values: >= 1 and <= 10
10policies object[]
List of policies for the BESS device.
- ScheduledBessPolicy
schedulescheduleschedule objectrequired
The schedule defining when the state of charge should be between minimum_state_of_charge and maximum_state_of_charge.
The schedule defining when the state of charge should be between minimum_state_of_charge and maximum_state_of_charge.
Possible values: [once, weekly]
- once
- weekly
List of specific date-times in ISO 8601 format with timezone
Possible values: >= 1
Days of week when the schedule runs
Possible values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday], >= 1
Time in HH:MM format (24-hour)
Possible values: Value must match regular expression ^([0-1][0-9]|2[0-3]):[0-5][0-9]$
IANA timezone identifier
The minimum state of charge to reach at the scheduled time. At each timestamp in the schedule, the state of charge will be between minimum_state_of_charge and maximum_state_of_charge.
Possible values: >= 0 and <= 100
The maximum state of charge to reach at the scheduled time. At each timestamp in the schedule, the state of charge will be between minimum_state_of_charge and maximum_state_of_charge.
Possible values: >= 0 and <= 100
The name of the device itself. This value will be used as the asset ID in the rest of the API.
The name of the collector to which this device is connected.
The line current in Ampere.
pin_to_phase_mapping objectrequired
Defines how charging pole pins map to the collectors' phases. For more information see the 'Key Concepts - Site configuration' section in the documentation.
Possible values: [pin1, pin2, pin3]
Possible values: [L1, L2, L3]
The name of the device itself. This value will be used as the asset ID in the rest of the API.
The name of the collector to which this device is connected.
The maximum power in Watt for the charging pole itself / connection to the charging pole.
The name of the device itself. This value will be used as the asset ID in the rest of the API.
The name of the collector to which this device is connected.
The line current in Ampere.
Defines the type of forecast to be used for this device.
Possible values: [pv, load]
{
"name": "LR34_001",
"collector": "main_collector",
"type": "charging_pole_3phase",
"line_current": 0,
"pin_to_phase_mapping": {
"pin_list": [
"pin1"
],
"phase_list": [
"L1"
]
}
}