Hey. Here is a list of my features: https://gist.github.com/hnykda/e0631ff50a6477458145caba846b1028 trying to fetch "heating.circuits.0.operating.programs.*" gives me 404. I got it by calling GET on https://api.viessmann.com/iot/v1/equipment/installations/1288155/gateways/7633107011920219/devices/0/features/ I can see that there is this: but when I call `curl -X POST https://api.viessmann.com/iot/v1/equipment/installations/1288155/gateways/7633107011920219/devices/0/features/heating.circuits.0.operating.programs.comfort/commands/activate <auth>` I get an error: ``` {'viErrorId': 'req-b3b4bedd42a3488ca885061342da8f92', 'statusCode': 502, 'errorType': 'UNSUPPORTED_METHOD', 'message': 'UNSUPPORTED_METHOD', 'extendedPayload': {}} ``` Interestingly, for modes (that can be set up via API) I see `setMode`: but not so for programs:
... Mehr anzeigen