The Viessmann integration does not show some of the sensors. For example, the diagnostics feature shows this:
"deviceId": "0",
"feature": "heating.dhw.operating.modes.active",
"gatewayId": "################",
"isEnabled": true,
"isReady": true,
"properties": {
"value": {
"type": "string",
"value": "balanced"
}
},
"timestamp": "2024-09-23T10:42:35.347Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.dhw.operating.modes.active"
},
{
"apiVersion": 1,
"commands": {},
"deviceId": "0",
"feature": "heating.dhw.operating.modes.balanced",
"gatewayId": "################",
"isEnabled": true,
"isReady": true,
"properties": {
"active": {
"type": "boolean",
"value": true
}
},
"timestamp": "2024-09-23T10:42:35.347Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.dhw.operating.modes.balanced"
},
{
"apiVersion": 1,
"commands": {},
"deviceId": "0",
"feature": "heating.dhw.operating.modes.comfort",
"gatewayId": "################",
"isEnabled": false,
"isReady": true,
"properties": {},
"timestamp": "2024-09-23T10:42:35.347Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.dhw.operating.modes.comfort"
},
{
"apiVersion": 1,
"commands": {},
"deviceId": "0",
"feature": "heating.dhw.operating.modes.eco",
"gatewayId": "################",
"isEnabled": false,
"isReady": true,
"properties": {},
"timestamp": "2024-09-23T10:42:35.347Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.dhw.operating.modes.eco"
},
{
"apiVersion": 1,
"commands": {},
"deviceId": "0",
"feature": "heating.dhw.operating.modes.off",
"gatewayId": "################",
"isEnabled": true,
"isReady": true,
"properties": {
"active": {
"type": "boolean",
"value": false
}
},
"timestamp": "2024-09-23T10:42:35.347Z",
"uri": "https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.dhw.operating.modes.off"
},
If I’m not wrong this implies the DHW can be in balanced / comfort / eco / off
modes.
I don’t know exactly de difference between comfort and eco, but the eco mode, in my Viessmann Vitodens 050-W, disables the preheat of the circuit (that let’s the water be hot sooner).
I think it’s an important feature to know / disable (if possible) when we are away, to not waste energy if out of home, sleeping, etc.
I can’t see a way to enable this in the actual integration, so I suppose it’s missing @Hafenstrand can you confirm my finding? Do you think we can enable this feature at some point?
Thanks!