Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REACHED_MAX_IAM_CONNECTIONS #25

Open
quotschmacher opened this issue Oct 5, 2022 · 0 comments
Open

REACHED_MAX_IAM_CONNECTIONS #25

quotschmacher opened this issue Oct 5, 2022 · 0 comments

Comments

@quotschmacher
Copy link

from time to time i get the following log messages

2022-10-05 11:34:22.529 - error: viessmannapi.0 (22526) https://api.viessmann.com/iot/v1/equipment/installations/$installation/gateways/$gateway/devices/$id/features
--
2022-10-05 11:34:22.526 - info: viessmannapi.0 (22526) {"viErrorId":"req-02ce61d1b46448359b93b7438f2c6407","statusCode":502,"errorType":"GATEWAY_ERROR","message":"Your request could not be performed as there was a problem with external service","extendedPayload":{"errorType":"REACHED_MAX_IAM_CONNECTIONS"}}
--
2022-10-05 11:34:22.528 - info: viessmannapi.0 (22526) Please check the connection of your gateway
2022-10-05 11:34:22.529 - error: viessmannapi.0 (22526) https://api.viessmann.com/iot/v1/equipment/installations/$installation/gateways/$gateway/devices/$id/features
2022-10-05 11:34:22.529 - error: viessmannapi.0 (22526) Error: Request failed with status code 502
2022-10-05 11:34:22.529 - error: viessmannapi.0 (22526) {"viErrorId":"req-02ce61d1b46448359b93b7438f2c6407","statusCode":502,"errorType":"GATEWAY_ERROR","message":"Your request could not be performed as there was a problem with external service","extendedPayload":{"errorType":"REACHED_MAX_IAM_CONNECTIONS"}}
2022-10-05 11:39:22.517 - info: viessmannapi.0 (22526) {"viErrorId":"req-5c7fb43792b046adbd79e8f717d05806","statusCode":502,"errorType":"GATEWAY_ERROR","message":"Your request could not be performed as there was a problem with external service","extendedPayload":{"errorType":"REACHED_MAX_IAM_CONNECTIONS"}}
2022-10-05 11:39:22.518 - info: viessmannapi.0 (22526) Please check the connection of your gateway
2022-10-05 11:39:22.518 - error: viessmannapi.0 (22526) https://api.viessmann.com/iot/v1/equipment/installations/$installation/gateways/$gateway/devices/$id/features
2022-10-05 11:39:22.518 - error: viessmannapi.0 (22526) Error: Request failed with status code 502
2022-10-05 11:39:22.519 - error: viessmannapi.0 (22526) {"viErrorId":"req-5c7fb43792b046adbd79e8f717d05806","statusCode":502,"errorType":"GATEWAY_ERROR","message":"Your request could not be performed as there was a problem with external service","extendedPayload":{"errorType":"REACHED_MAX_IAM_CONNECTIONS"}}

i am not sure how to reproduce this as it just happens (not related to my scripts as i can see on the timestamps of my own log messages).

adapter version is v2.0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant