Get the current plan explanation for a heat pump
The customer-facing narrative of what this heat pump is planned to do next, written in the organization’s language unless language overrides it. It is generated on the first read of a plan and cached, so a call that finds no cached explanation writes one and can take several seconds. null means no explanation exists for the current window — the plan may not have been solved yet. feedback carries the requesting user’s own rating and nobody else’s.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The user ID of the user whom the heat pump belongs to
The ID of the specified heat pump
Query Parameters
Optional language code (e.g. 'de') overriding the organization's default language
Response
OK
The wire shape every device-type explainer endpoint serves.
Durable identifier of this explanation, used to dismiss it or rate it.
The customer-facing narrative, in the resolved language.
The requesting user's own rating of this explanation, or null when they have not rated it.
