User Wallboxes
Trigger a boost charge or arm boost for the next session
Trigger a “charge now” boost on the wallbox, overriding HEMS surplus control.
Behaviour depends on the wallbox’s current state:
- Plugged in + idle (
boost_state=available, e.g. HEMS paused at 0 A): immediately holds the box at full rate, bypassing the surplus gates. - Unplugged (
boost_state=unavailable): armsboost_for_next_session=True; the next plug-in’s workflow auto-fires boost, then clears the flag. - Already charging / in flight (
ongoingorrequested): 409 withreason=already_charging. - Fully charged: 409 with
reason=fully_charged.
Returns 204 on success (boost triggered or armed). Returns 409 when the request
can’t be honoured, with state (current boost_state) and reason
(already_charging, fully_charged, or internal_error). The arm path is
idempotent. To cancel a live boost or clear an armed flag, use DELETE /boost.
POST
Trigger a boost charge or arm boost for the next session
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID
The user ID whom the wallbox belongs to
The EV charger (wallbox) UUID
Response
No Content
Previous
Cancel a live boost and disarm a boost armed for the next sessionUndo a boost on the wallbox — unified "stop boosting" affordance.
Cancels a live boost (returns the box to normal HEMS surplus control) **and**
clears any `boost_for_next_session` arm. Idempotent: 204 whether or not a boost
was active or armed.
Next
Trigger a boost charge or arm boost for the next session
