openviess / PyViCare

Python Library to access Viessmann ViCare API
Apache License 2.0
135 stars 89 forks source link

HA diagnostic info: use skipDisabled #336

Open CFenner opened 1 year ago

CFenner commented 1 year ago

It would be nice if dump_secure would only log out enabled features for a better overview. There is the ability to provide a skipDisabled flag to the /features API.

CFenner commented 12 months ago

Looks like this is eve not working via Postman.

fb22 commented 11 months ago

https://api.viessmann.com/iot/v2/features/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/{{deviceId}}/features?skipDisabled=true returns only enabled features (via Postman)

CFenner commented 11 months ago

Ok, good to know. I used https://api.viessmann.com/iot/v1/equipment/installations/{{installation}}/gateways/{{gateway}}/devices/{{device}}/features/?skipDisabled=true with no effect.