Skip to main content
POST
Create Group
Creates a new load balancing group for the specified location. If a group already exists, it will be deleted and replaced with the new one.
string
required
The UUID of the location.
string
required
The electrical network type. Must be one of: IT, TT, TN, unknown. A value of unknown is stored as TT.
integer
required
The total available amperage for the group. Minimum value is 6.
string
The UUID of a meter to attach to the group. Cannot be used together with meter_id.
integer
The numeric ID of a meter to attach to the group. Cannot be used together with meter_uuid.

Response

Returns the created group 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.