-
Notifications
You must be signed in to change notification settings - Fork 116
Reduce API calls #431
Copy link
Copy link
Open
Description
To get a full picture of a system, today each device needs to be updated on its own.
https://api.viessmann.com/iot/v2/features/installations/
{installationId}/gateways/
{gatewaySerial}/features{?regex,filter,skipDisabled,includeDevicesFeatures}
includeDevicesFeatures
indicates whether return or not devices' features; if this is set to true, the disabled features will be filtered out
Maybe this endpoint could be used to fetch the data point for all devices of a gateway and therefore reduce the number of requests that are needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels