Skip to content

Reduce API calls #431

@CFenner

Description

@CFenner

To get a full picture of a system, today each device needs to be updated on its own.

https://documentation.viessmann.com/installationgatewayfeatures-featuresapi-mw-iot/v2#installationgatewayfeatures-featuresapi-mw-iot_Get_gateway_features

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions