Hi,
I'm using https://github.com/somm15/PyViCare to connect my homematic instance with your service.
I call the api every 15 mins, after 17 calls I reached the daily limit. My vicare app works well.
I think you have a bug in your quota calculation.
Response to get request: {'message': 'API calls rate limit has been exceeded. Please wait until your limit will renew.', 'viErrorId': 'req-73f4447a6f2f4dedb93b7415e8e8acdf', 'extendedPayload': {'limitReset': 1591602969567, 'userId': '48014048-7c52-4479-8dcd-4bf952a2c70f', 'clientId': '79742319e39245de5f91d15ff4cac2a8', 'name': 'ViCare day limit', 'requestCountLimit': 1450}, 'errorType': 'RATE_LIMIT_EXCEEDED', 'statusCode': 429}
... Mehr anzeigen