Hi community,
I was trying to do a oneTimeCharge() via a post but I get a 502 in return what do I do about that?
This is the POST request:
curl --location --request POST 'https://api.viessmann-platform.io/iot/v1/equipment/installations/1127/gateways/7555115512740109/devi...' \
--header 'Authorization: Bearer XXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data-raw '{}'
And this is the response:
{"viErrorId":"req-ca1f1d7c23bf4c5f95b0adb866beb636","statusCode":502,"errorType":"DEVICE_COMMUNICATION_ERROR","message":"DEVICE_COMMUNICATION_ERROR","extendedPayload":{"reason":"INTERNAL_SERVER_ERROR"}}
I especially like to know how to proceed on a reason:INTERNAL_SERVER_ERROR 😕
Any help greatly appriciated.
PS! I actually have a feeling that the viCare app is doing the same thing though it is not reporting the error, as in both cases the oneTimeCharge of the DHW-tank is not starting...
Still does not work, however I now get a 200 with
And now it is the 502 again.
Hi @jborup ,
is the error 502 still existent? How often do you experience the error? In general, the internal server error is not related to your call or the function you are using.