Wallbox HEMS Sessions
List standalone HEMS steering sessions for a wallbox
GET
List standalone HEMS steering sessions for a wallbox
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID
The user ID
The wallbox ID
Query Parameters
Inclusive lower bound day (UTC, YYYY-MM-DD)
Inclusive upper bound day (UTC, YYYY-MM-DD)
Page size (max 200)
Required range:
1 <= x <= 200Offset for pagination
Required range:
x >= 0Previous
Get the currently running standalone HEMS session for a wallboxReturns the open session wrapped as `{ "session": ... }` with its decision timeline and per-command steering verdicts. When none is running, returns 200 with `{ "session": null }` so clients can poll without exception handling.
Next
List standalone HEMS steering sessions for a wallbox
