We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
includeDevicesFeatures
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: