Hello,
In the example below the responses "equipmentType, errorEventType, errorDescription" are in English.
{
"eventType": "device-error",
"gatewaySerial": "XXXXXXXXXXXXXXXX",
"body": {
"errorCode": "0f",
"deviceId": "0",
"modelId": "VScotHO1_200_11",
"active": false,
"equipmentType": "Boiler",
"errorEventType": "Error",
"errorDescription": "Service required"
},
"createdAt": "2022-09-24T10:04:04.208Z",
"eventTimestamp": "2022-09-24T10:03:36.000Z",
"editedBy": "system",
"origin": "system"
},
Vicare gives these answers in the language of the boiler (for me in French).
Are these translations accessible from the API?
Salut,
Je ne pense pas que l'API te donne les messages d'erreur, etc. dans une autre langue que l'anglais. L'API sert en quelque sorte de base avec un Output uniforme et standardisé.
ViCare prend ces messages et les adapte aux différentes langues.
La traduction n'a donc rien à faire avec l'api.
Bonne chance
Chris
Hi @nerixs, you can try and use the service documents endpoints in addition to the events endpoint: https://documentation.viessmann.com/service-documents/v3#service-documents_List_Errors_From_Database
Here, you have the following input:
This will output a description (and measure) for the provided error in the chosen language.
Best,
Michael