Skip to main content
POST
Create Subgroup
Creates a new subgroup under an existing load balancing group. Optionally assigns chargers to the new subgroup.
string
required
The UUID of the location.
integer
required
The ID of the parent group.
integer
required
The total available amperage for the subgroup. Minimum value is 1.
string[]
An array of charger UUIDs to assign to the new subgroup.

Response

Returns the created subgroup object.
integer
The numeric ID of the group.
integer
The numeric ID of the location this group belongs to.
integer
The ID of the parent group, or null if this is a root group.
integer
The ID of the attached meter, or null.
integer
The total available amperage for the group.
string
The electrical network type. One of TN, TT, or IT. May be null.
string
The load balancing method. One of boost or solar.
integer
Additional amperage from solar.
boolean
Whether to always allow charging when solar is available.
integer
Minimum amperage when solar always charge is enabled.
boolean
Whether to charge on solar export.
boolean
Whether peak shaving is enabled for this group.
integer
The peak shaving threshold in amps.
string
ISO 8601 timestamp of when the group was created.
string
ISO 8601 timestamp of when the group was last updated.