Hi @MichaelHanna thank you for your answer. The feature that I am trying to call is: https://api.viessmann.com/iot/v1/equipment/installations/1693841/gateways/7633107029152213/devices/0/features/heating.power.consumption Data for gas and electricity is not available in ViCare or at least I didn't find that info, but the gas boiler is advertised with this feature built-in. This is the response I get from calling that API URI: { "data": { "properties": {}, "commands": {}, "components": [], "apiVersion": 1, "uri": "https://api.viessmann.com/iot/v1/equipment/installations/1693841/gateways/7633107029152213/devices/0/features/heating.power.consumption", "gatewayId": "7633107029152213", "feature": "heating.power.consumption", "timestamp": "2021-10-04T21:58:51.769Z", "isEnabled": true, "isReady": true, "deviceId": "0" } }
... Mehr anzeigen