Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce API calls #431

Open
CFenner opened this issue Oct 13, 2024 · 0 comments
Open

Reduce API calls #431

CFenner opened this issue Oct 13, 2024 · 0 comments

Comments

@CFenner
Copy link
Member

CFenner commented Oct 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant