@Pallieter thank you for the bugfixes.
I think it could make sense to display as well the “heatingCurve” . In my example below it’s the value ‘0.35’. Btw. thanks a lot for the app. good job!
https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/{systemId}/tli
"circuits": [
{
"index": 0,
"heatingCurve": 0.35,
"heatingFlowTemperatureMinimumSetpoint": 20.0,
"heatingFlowTemperatureMaximumSetpoint": 90.0,
"heatDemandLimitedByOutsideTemperature": 16.0,
"heatingCircuitFlowSetpointExcessOffset": 0.0,
"epsilon": 2.0,
"setbackModeEnabled": true,
"roomTemperatureControlMode": "NON"
}
],
What is missing as well is the control for HotWater. At the moment my system is on “AUTO” mode. However sometimes during vacation I disable hot water to save money. So it would be great if we could see the mode and change it. If you wanna escalate you could display timeProgram for hotWater as well
, but that will be a bit more work and not that important …
"domesticHotWater": [
{
"index": 255,
"operationModeDomesticHotWater": "AUTO",
"tappingSetpoint": 57.0,
"holidayStartDateTime": "2014-12-31T23:00:00Z",
"holidayEndDateTime": "2014-12-31T23:00:00Z",
"timeProgramDomesticHotWater": {
"metaInfo": {
"minSlotsPerDay": 0,
"maxSlotsPerDay": 3,
"setpointRequiredPerSlot": false
},
"monday": [
{
"startTime": 360,
"endTime": 1350
}
],
"tuesday": [
{
"startTime": 360,
"endTime": 1350
}
],

