Hi, bei mir klappt das mit customCommand immer noch nicht. Adapterversion ist v1.0.3, mit Internetmodul VR 940f und myVaillant, WP ist eine aroTherm VWL 75/6 A
Beispiel:
Für vaillant.0.xxxx.configuration.zones01.heating.operationModeHeating:
{
"url": "zone/0/heating/operation-mode",
"data": {
"operationMode": "AUTO"
}
}
Meldung:
vaillant.0
2026-08-24 08:40:40.919 error {"statusCode":404,"message":"Resource not found"}
vaillant.0
2026-08-24 08:40:40.919 error AxiosError: Request failed with status code 404
vaillant.0
2026-08-24 08:40:40.833 debug {"operationMode":"AUTO"}
vaillant.0
2026-08-24 08:40:40.833 debug https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/xxxxxxxxxx/tli/zone/0/heating/operation-mode
Jemand einen Tip oder Idee woran das noch liegen könnte?
Hab's mit Hilfe von Chat-GPT selbst herausgefunden.
Richtig ist z.B. bei mir für:
vaillant.0.xxxxxx.configuration.zones01.heating.operationModeHeating
{
"url": "zones/0/heating-operation-mode",
"data": {
"operationMode": "TIME_CONTROLLED"
}
}
Für vaillant.0.xxxxxx.configuration.circuits01.heatingCurve
{
"url": "circuit/0/heating-curve",
"data": {
"heatingCurve": 0.4
}
}